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
|