On Debian Lenny I built my own ffmpeg. When i do ffmpeg --version inside of a sudo bash shell I get the version I just build. Outside of it I get the old version. When using sudo ffmpeg I get the new version.
How do I replace the old version of ffmpeg so my webapp can run the correct version of ffmpeg? I dont want to require sudo.