On Sat, 03 Feb 2007 23:40:47 +0100, Ian Young <[EMAIL PROTECTED]> wrote:

When I run

$ ./configure --prefix="/home/youngian/transcodeinstall/" --with-libavcodec-prefix="/home/youngian/ffmpeginstall/" --with-libmpeg2-prefix="/home/youngian/mpeg2install/"

I get the complaint

ERROR: requirement failed: cannot link against libavcodec
libavcodec can be found in the following packages:
  FFMpeg  http://www.ffmpeg.org/


I think you encountered the same problem as mine.
I solved it by adding /usr/local and /usr/local/lib to /etc/ld.so.conf and recompiling.

But of course you must be root to do that.
Maybe if you add these directories to the $PATH environment variable, it could work.
Try with:
$> export PATH=$PATH:/usr/local:/usr/local/lib

Or wait for someone more expert than me to reply you :)

Lik
--
Non sono fiero di molte cose terribili che ho fatto... e quelle di cui vado fiero sono molto peggio!
                        - Boe

Reply via email to