Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

When I try to install php5-ffmpeg:

apt-get install php5-ffmpeg

I get an error:

The following packages have unmet dependencies:
 php5-ffmpeg : Depends: phpapi-20090626+lfs

As I understand my php5-ffmpeg was broken when I upgraded php from 5.3 to 5.4.

How can I fix it? I tried some options like -f, -ingnore-dependencies but that did not fix it.

I'm using Ubuntu 12.04.2 LTS.

share|improve this question
Try apt-get install php5-cgi first. – Nathan C May 29 at 11:05
php5-cgi is already the newest version. – Victor May 29 at 15:57
1  
Did you add third party repositories/PPAs? Which ones? – Michael Hampton May 29 at 17:50
Well, I don't know how to check it. I don't remember whether I added or not, probably when I installed php 5.4 or maybe some other packages for LAMP I added some repos if they were mentioned in manuals... – Victor May 30 at 4:20
Usefull link to find [enabled PPAs][1] [1]: askubuntu.com/questions/148932/… – Andrea de Palo May 30 at 15:18
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.