location of ld.so.conf file on Ubuntu 5.10
Tim Frost
timfrost at xtra.co.nz
Thu Jan 12 03:42:07 UTC 2006
On Thu, 2006-01-12 at 09:03 +0700, A. Andria wrote:
> Hi,
>
> is there anybody know the location of ld.so.conf file on Ubuntu 5.10?
> I've installed one package from source and need to add a lib address to
> ld.so.conf.
> I'm trying to find that file but only /etc/ld.so.cache i found.
It doesn't exist by default. Create it with
sudo gedit /etc/ld.so.conf
and add the path to the new location.
Then run
sudo cp /etc/ld.so.cache /etc/.ld.so.cache.save
sudo ldconfig
making sure that the standard library directories are processed by
ldconfig.
>
> Any help would be appreciated.
>
More information about the ubuntu-users
mailing list