Hello<br> <br>
I&#39;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:<br><br><br>
                        
                                *** Could not run Ogg test program, checking why...<br>
*** The test program compiled, but did not run. This usually means<br>
*** that the run-time linker is not finding Ogg or finding the wrong<br>
*** version of Ogg. If it is not finding Ogg, you&#39;ll need to set your<br>
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point<br>
*** to the installed location Also, make sure you have run ldconfig if that<br>
*** is required on your system<br>
***<br>
*** If you have an old version installed, it is best to remove it, although<br>
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH<br>
configure: error: must have Ogg installed!<br><br><br><br>What should I do to fix it?<br><br><br>