[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LinuxThreads soname



> This, or something like it, sounds feasible.  I'll need to give it
> some more thought though to work out the details.  One potentially
> tricky thing will be how to specify the dynamic linker version in
> /etc/ld.so.conf.

Great.  Are you worrying about older versions of ld-linux not being
able to parse /etc/ld.so.conf anymore?  Otherwise the format could be
as simple as:

/lib
/lib/libc5	1
/usr/lib
/usr/lib/libc5	1
/usr/X11R6/lib
/usr/X11R6/lib/libc5	1

I don't think anything more complicated than an integer to check
against the major version number of ld-linux is needed.

In case it wasn't obvious, the standard library locations, /lib,
/usr/lib, /usr/X11R6/lib, etc., would never have a version number.
Only the special locations would.  All the 1's above would become 2's
if we ever need to move to libc7.


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: