I ran into a small problem with the very last part of the ffmpeg installation on my server.

I just need someone to explain one line to me...

After compiling the ffmpeg, doing make and make install
I'm supposed to do this step:

Code:
echo 'extension=/usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so' >> /usr/local/Zend/etc/php.ini
Can someone just explain what this path should lead to, as it's this one I'm having trouble understanding where to lead it...


extension=/usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so

I have no extensions in my /usr/local/lib/php folder....

my ffmepg is at: /usr/local/bin/ffmpeg

I'd appreciate any ideas...