[ltp] [OT] Library Files on Fedora Core 2
James McKenzie
linux-thinkpad@linux-thinkpad.org
Wed, 13 Oct 2004 19:50:58 -0700
Eben:
I sent the original message from my office. I checked the ld.so.conf
file and it did not have /usr/lib in it. I added it to the bottom and
then ran ldconfig -f /etc/ld.so.conf -v. It appeared to run ok, but
when I ran rpm -Uvh kdebase-....rpm I still get unresolved library
errors. The interesting thing is that this is also complaining that xfs
is NOT running, but when I do a ps-ef | grep xfs, xfs is running. What
do you think is the problem? Remember, this is an upgrade to the
kdebase that FC2 installed.
Also, in a bash session, I do the following:
set LD_LIBRARY_PATH=/usr/X11R6/lib:/usr/lib
export LD_LIBRARY_PATH
When I type in set, there is no entry for LD_LIBRARY_PATH.
Thanks.
James McKenzie
Eben King wrote:
>On Tue, 12 Oct 2004, James McKenzie wrote:
>
>
>
>>I have a problem. I'm upgrading from RH9 to FC2 directly and keep
>>running into library files (.so) not found. When I run find / -name
>>"filename" they are showing up in what I consider a known location such
>>as /usr/lib.
>>
>>
>
>Make sure the library's path is listed in /etc/ld.so.conf . Then run
>ldconfig.
>
>
>
>>When I run the set command, there is no library path command.
>>
>>
>
>"set" as in shell option assignment?
>
>
>
>>I routinely work with Solaris and remember the line LD_LIBRARY_PATH=....
>>but I know this is different for Linux.
>>
>>
>
>Can't compare them, but my WAG is
>
>LD_LIBRARY_PATH=/first/directory:/second/directory:/third/directory
>export LD_LIBRARY_PATH
>
>(based on PATH and other variables)
>
>
>