[uClibc]shared library support and /etc/ld.so.conf?

Erik Andersen andersen at codepoet.org
Mon Dec 16 19:31:30 UTC 2002


On Sun Dec 15, 2002 at 03:09:04PM -0500, John Roark wrote:
> I have successfully built the Tiny X Xfbdev Kdrive server against 
> uClibc. however, when i try to run any X apps i get all kinds of errors 
> about not being able to find various libs? i added /usr/X11R6/lib to 
> /etc/ld.so.conf and still no luck? i also selected PIC, shared lib 

/etc/ld.so.conf is not supported by uClibc.  If you wish to put
libraries under /usr/X11R6/lib then you will need to either
modify the default library path (at the end of the
_dl_load_shared_library() function in ldso/ldso/readelflib1.c)
or use LD_LIBRARY_PATH to include /usr/X11R6/lib

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list