Thanks people, I&#39;ll give it a go.<br><br><div><span class="gmail_quote">On 11/12/2007, <b class="gmail_sendername">Lee Hughes</b> &lt;<a href="mailto:toxicnaan@yahoo.co.uk">toxicnaan@yahoo.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
okay.. some stuff to try<br><br><br>cat /etc/ld.so.conf<br><br>this is the dynamic linkers, this is where libraries<br>can hang out.<br><br>You&#39;ll probably see stuff like /usr/lib /lib etc etc.<br><br>don&#39;t worry about the too much.
<br><br>when compiling libs from source , they are usually<br>placed in /usr/local/lib!!<br><br>as this is not on the linkers list, it&#39;s does&#39;nt<br>get dynamicly linked when you executable is ran.<br><br>try this<br>
<br>updatedb<br><br>locate libogg.so.0<br><br>on my system<br>/usr/lib/libogg.so.0<br>/usr/lib/libogg.so.0.5.3<br><br><br>if you look closley<br><br><br>libogg.so -&gt; libogg.so.0.5.3<br>libogg.so.0 -&gt; libogg.so.0.5.3
<br>libogg.so.0.5.3<br><br><br><br>so it&#39;s just a symbolic link to the actually<br>libogg.so.0.5.3<br><br>you see!!<br><br>I bet<br><br>a)<br><br>your libs gone into /usr/local/lib<br><br>your symbolic link has gone missing.
<br><br>you&#39;d dont have the library anywhere.<br><br><br>synmbolic links are admistrators gaffa tape,<br>it&#39;s just use to fix things on the file system!<br><br>it&#39;s used heavly in the lib directories!!!<br><br>
windows has DLL hell, unix has symbolic madness!<br><br><br>hahaha<br><br>I&#39;ve just checked my ld.so.conf file from mysystem<br>and it makes no sense!!!<br><br>hahaha, that&#39;s progress for you!!!<br><br>hahaahhhaa LOL
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>--- chris wyllie &lt;<a href="mailto:cgwyllie@googlemail.com">cgwyllie@googlemail.com</a>&gt; wrote:<br><br>&gt; Hiya, I know I&#39;ve mailed around a few times about
<br>&gt; this but I&#39;ve found a new<br>&gt; problem.<br>&gt;<br>&gt; I successfully installed ffmpeg and codecs from<br>&gt; source following this<br>&gt; tutorial:<br>&gt;<br><a href="http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%E2%80%93-the-easy-way/">
http://vexxhost.com/blog/2007/03/03/installing-ffmpeg-ffmpeg-php-mplayer-mencoder-flv2tool-lame-mp3-encoder-libogg-%E2%80%93-the-easy-way/</a><br>&gt;<br>&gt; This was some months ago. It was installed on a FC6<br>&gt; server over ssh.
<br>&gt;<br>&gt; I go back now and discover this problem:<br>&gt;<br>&gt; sshuser@... ~ ffmpeg<br>&gt; ffmpeg: error while loading shared libraries:<br>&gt; libogg.so.0: cannot open<br>&gt; shared object file: No such file or directory
<br>&gt;<br>&gt; Can somebody help please? I need to fix this. So far<br>&gt; I have tried<br>&gt; reconfiguring and compiling/installing both libogg<br>&gt; and ffmpeg from the<br>&gt; sources I used originally but it has not worked.
<br>&gt;<br>&gt; Can someone tell me where the library file goes and<br>&gt; how to replace it or<br>&gt; just how to fix this problem?<br>&gt;<br>&gt; Many thanks<br>&gt;&nbsp;&nbsp; Chris<br>&gt; &gt; _______________________________________________
<br>&gt; dundee GNU/Linux Users Group mailing list<br>&gt; <a href="mailto:dundee@lists.lug.org.uk">dundee@lists.lug.org.uk</a>&nbsp;&nbsp;<a href="http://dundee.lug.org.uk">http://dundee.lug.org.uk</a><br>&gt; <a href="https://mailman.lug.org.uk/mailman/listinfo/dundee">
https://mailman.lug.org.uk/mailman/listinfo/dundee</a><br>&gt; Chat on IRC, #tlug on <a href="http://dundee.lug.org.uk">dundee.lug.org.uk</a><br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__________________________________________________________
<br>Sent from Yahoo! - the World&#39;s favourite mail <a href="http://uk.mail.yahoo.com">http://uk.mail.yahoo.com</a><br><br><br><br>_______________________________________________<br>dundee GNU/Linux Users Group mailing list
<br><a href="mailto:dundee@lists.lug.org.uk">dundee@lists.lug.org.uk</a>&nbsp;&nbsp;<a href="http://dundee.lug.org.uk">http://dundee.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/dundee">https://mailman.lug.org.uk/mailman/listinfo/dundee
</a><br>Chat on IRC, #tlug on <a href="http://dundee.lug.org.uk">dundee.lug.org.uk</a><br></blockquote></div><br>