make: ffmpeg_frame.lo error while compiling ffmpeg-php

Posted by admin     Category: Linux Administration

The error message “make: *** [ffmpeg_frame.lo] Error 1″ is received while compiling ffmpeg-php and the reason isĀ  the misspelled file name. If you notice, “ffmpeg_frame.lo” file is missing from the ffmpeg-php directory, instead a file called “ffmpeg_frame.loT” is present which shouldn’t be there.

The solution is to rename the file from ffmpeg_frame.loT to ffmpeg_frame.lo. Go to the directory

# cd /path/to/directory/ffmpeg-php-0.x.x

and rename the file

# cp ffmpeg_frame.loT ffmpeg_frame.lo

Once done, compile ffmpeg-php again.

Related Links:
Unable to load dynamic library ffmpeg.so OR error PIX_FMT_RGBA32

Tags: , ,

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-spam image