On Tue, 2009-06-02 at 20:25 -0500, ted morris wrote: > > Greetings, > > I'm trying to build transcode 1.10 on Lenny. (starting with out of > box ./configure) > I always get the following error: > > <snip> > ERROR: requirement failed: cannot link against libavformat > libavformat can be found in the following packages: > libavformat http://www.ffmpeg.org/ > <snip> > > I have tried two appropaches: > > #1: I've built ffmpeg from source (#define FFMPEG_VERSION > "SVN-r16504"). > I made sure paths are set correctly for libavformat, and then set > config flags > as in:
Please attach the config.log produced using that way > #2: I utilized the Debian packages (as found with apt-cache search > libav) > > <snip> > its...@roadstripe:/usr/local/lib$ ls /usr/lib/libavform* > /usr/lib/libavformat.a /usr/lib/libavformat.so.52 > /usr/lib/libavformat.so /usr/lib/libavformat.so.52.7.0 > its...@roadstripe:/usr/local/lib$ > <snip> You'll need the -dev packages too. -- Francesco Romani // Ikitt http://fromani.exit1.org ::: transcode homepage http://tcforge.berlios.de ::: transcode experimental forge
