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

Re: LinuxThreads soname



On 30 Jan 1997, Guy Maor wrote:
> > 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.

The problem is that this changes the format of ld.so.conf.  The
current format is very liberal -- comments start with '#' and run to
end of line with everything else being directory names separated by
whitespace, ':' or ','.  Anything which reads ld.so.conf would have to
be modified accordingly.  Ld read ld.so.conf at one time and there may
be others that I don't know about.

David
--
David Engel                        ODS Networks
david@ods.com                      1001 E. Arapaho Road
(972) 234-6400                     Richardson, TX  75081


--
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: