LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Ld_library_path - Xine Error (https://www.linuxquestions.org/questions/linux-software-2/ld_library_path-xine-error-90236/)

liguorir 09-07-2003 02:29 PM

Ld_library_path - Xine Error
 
echo $LD_LIBRARY_PATH returns:
/usr/local/qt/lib

In my .bash_profile, I have the following statement:
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

I also want LD_LIBRARY_PATH to point to:
/usr/local/lib

Can I do this? If so how?

Note: I'm trying to correct this problem which I am having with XINE:

Could not run XINE test program, checking why...
The test program compiled, but did no run. This usually means
that the run-time linker is not finding XINE or finding the wrong
version of XINE. If it is not finding XINE, you'll need to set your
LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to
point to the installed location. Also, make sure you have run
ldconfig if that is required on your system.
If you have an old version installed, it is best to remove it,
although you may also be able to get things to work by
modifying LD_LIBRARY_PATH

configure: error: ** You should install xine-lib first ***

Thanks,

Robert Liguori

Looking_Lost 09-07-2003 03:33 PM

Assuming you've installed what it's asking for you can add the path to what you want in

/etc/ld.so.conf

( I = L for Lenny) then do

ldconfig

if that still don't work before you to try compile again,

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: path_to_wherever


All times are GMT -5. The time now is 06:27 PM.