Hello I'm trying to install libogg and libvorbis, I successfully downloaded and compiled libogg but when I try to ./configure libvorbis I get an error saying: *** Could not run Ogg test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding Ogg or finding the wrong *** version of Ogg. If it is not finding Ogg, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: must have Ogg installed! What should I do to fix it? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080224/ec38f814/attachment.htm
Arya <arya6000@gmail.com> writes:> What should I do to fix it?Please attached the config.log. Charles -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 193 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis/attachments/20080225/16fdbe6b/attachment.pgp
Arya wrote:> *** Could not run Ogg test program, checking why... > *** The test program compiled, but did not run. This usually means > *** that the run-time linker is not finding Ogg or finding the wrong > *** version of Ogg. If it is not finding Ogg, you'll need to set your > *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point > *** to the installed location Also, make sure you have run ldconfig if that > *** is required on your systemIf you configured libogg with its default options, it will be installed in /usr/local. Make sure that /usr/local/lib is in your /etc/ld.so.conf and run ldconfig. See if that helps. Geoff.
I found 2 sites for instructions and when I used them it worked. this is for libogg http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html and this one is for libvorbis http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libvorbis.html -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080225/f5baf5e8/attachment.html