Rumor has it that Warren Wilder may have mentioned these words:
[snippety]

./configure ...snip... --enable-vorbis
                          ^^^^^^^^^^^^^
[snip]

./libavformat/libavformat.so: undefined reference to `ogg_sync_init'

[snip]

Any tips are welcome,

Kewl. First tip: If you don't receive an answer in an hour, please don't repost your question. It's a waste of bandwidth to those who run the list and is considered rather rude. This is free tech support after all... Thanks!

Now - Do you actually have the ogg & vorbis libraries compiled & installed (where they can be found in the normal LDPATH) on the system? If so, double-check the directory they're in just in case in /etc/ld.so.conf and run ldconfig before compiling again.

If not, you might want to compile & install that library if you tell ffmpeg to use it.

Hope this helps,
Roger "Merch" Merchberger

--
Roger "Merch" Merchberger   | Anarchy doesn't scale well. -- Me
[EMAIL PROTECTED]         |
SysAdmin, Iceberg Computers

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to