LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libmpe3lame and m player (https://www.linuxquestions.org/questions/linux-software-2/libmpe3lame-and-m-player-252733/)

yoyanec 11-09-2004 04:11 AM

libmpe3lame and m player
 
I install libmp3lame, but i have it in /usr/local/lib and , when i can install m player, he send me request on the libmp3lame.so.0...what i can do ???thanks a lot

otoomet 11-09-2004 05:57 AM

You have to define you LD_LIBRARY_PATH to include /usr/local lib. Something like

LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

or use

$ LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBARY_PATH mplayer

Try it. I guess you have to set up the pkg-config correctly, I don't remember it any more. But perhaps it is done by intallation.

Best,

Ott


All times are GMT -5. The time now is 03:14 PM.