[MEncoder-users] Install mplayer in a shared server with libmp3lame support
Ivo
ivop at euronet.nl
Thu Mar 1 20:28:28 CET 2007
On Thursday 01 March 2007 20:16, Richard Qi wrote:
[..]
> lame-3.97and mplayer-1.0rc1 into a shared server. Since I do not have
> permission to install anything in /usr/local, I set the prefix option to
> my home directory. However, when I run configure for mplayer, it always
> shows that "Checking for libmp3lame (for mencoder) ... no".
[..]
> -lm /tmp/mplayer-conf-3719-12907.c:1:23: lame/lame.h: No such file or
> directory /tmp/mplayer-conf-3719-12907.c: In function `main':
From ./configure --help :
--with-extraincdir=DIR extra header search paths in DIR (*)
--with-extralibdir=DIR extra linker search paths in DIR (*)
So something like:
./configure --with-extraincdir=$HOME/include --with-extralibdir=$HOME/lib
should work.
--Ivo
More information about the MEncoder-users
mailing list