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

Re: `ls` shows file, `bash` says "No such file" ???



On Sat, 03 May 2014 08:27:48 +0200
Ralf Mardorf <ralf.mardorf@alice-dsl.net> wrote:


> If the OP should add /usr/local/share/firefox-3.6.28/ to a file
> in /etc/ld.so.conf.d/ the libraries likely will conflict with
> "regular" libraries. 

I don't expect this. Multiple architectures can coexist, and libraries
are versioned. 

If it worries you, you can also set the library location temporarily
with in environment variable LD_LIBRARY_PATH instead.

$ export LD_LIBRARY_PATH=/path/to/libraries:$LD_LIBRARY_PATH


Reply to: