Hallo

> On Wednesday 27 December 2006 22:51, Bernhard Praschinger wrote:
>>>>> lavrec: symbol lookup error: /usr/lib/liblavfile-1.8.so.0: undefined
>>>>> symbol: lqt_fileno
>>>> That lookes like a problem with the version of the mjpegtools and the
>>>> libquicktime. Which versions do you use for both packages ?
>>> libquicktime0       0.9.7-1
>>> libmjpegtools0      1.8.0-0.4
>>> mjpegtools  1.8.0-0.4
>> That version's look ok, can you run ldd /path_to/lavrec.
>> That showes you again's wihch version lavrec is linked (maybe compiled
>> to a different version)
> 
> $ ldd $(which lavrec)
>         linux-gate.so.1 =>  (0xffffe000)
>         libmjpegutils-1.8.so.0 => /usr/lib/libmjpegutils-1.8.so.0 (0xa7f7a000)
>         liblavrec-1.8.so.0 => /usr/lib/liblavrec-1.8.so.0 (0xa7f69000)
>         liblavfile-1.8.so.0 => /usr/lib/liblavfile-1.8.so.0 (0xa7f5c000)
>         libquicktime.so.0 => /usr/lib/libquicktime.so.0 (0xa7ef4000)

Can you do now a:
nm /usr/lib/libquicktime.so.0 | grep lqt_fileno
You should get a result back. Here the output looked likes that:
00010b70 T lqt_fileno

If you dont get anything back you should try a newer version (0.9.8) of
the libquicktime. If that fails the older version.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to