Re: libvorbis ./configure error on Linux
Geoff Shang <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
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 system If 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.