hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : FFmpeg install error!
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

FFmpeg install error!

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 12-29-2010, 08:13 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Unhappy

FFmpeg install error!


Hello,
I tryed to install FFmpeg and when i configure i get this error: Unknown option "--enable-liba52".

logs:
[/usr/local/src/ffmpeg]# ./configure --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-cross-compile
Unknown option "--enable-liba52".
See ./configure --help for available options.

Can someone please help me to this issue?
Thank you!

Best regards!

Reply With Quote


Sponsored Links
  #2  
Old 12-29-2010, 08:23 AM
david510 david510 is offline
Web Hosting Master
 
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
It means the version of ffmpeg you are using does not support liba52. Just remove that from the configure option.

__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android

Reply With Quote
  #3  
Old 12-29-2010, 09:38 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

I will try!
Thank you!

Best regards!

Reply With Quote
Sponsored Links
  #4  
Old 12-29-2010, 09:56 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

When i try to install ffmpeg-php i get this error:
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function âzim_ffmpeg_frame_toGDImageâ:
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: âPIX_FMT_RGBA32â undeclared (first use in this function)
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: (Each undeclared identifier is reported only once
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: for each function it appears in.)
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function âzim_ffmpeg_frame_ffmpeg_frameâ:
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_frame.c:421: error: âPIX_FMT_RGBA32â undeclared (first use in this function)
make: *** [ffmpeg_frame.lo] Error 1

What can i do?
Thank you!

Best regards!

Reply With Quote
  #5  
Old 12-29-2010, 10:04 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

I fix this issue by rename the ffmpeg_frame.loT into ffmpeg_frame.lo
Thank you!

Best regards!

Reply With Quote
  #6  
Old 12-29-2010, 10:37 AM
wla-root wla-root is offline
Junior Guru Wannabe
 
Join Date: Dec 2010
Posts: 71
Hye great to know your issue is fixed

Love to see Happy face

Reply With Quote
  #7  
Old 12-29-2010, 09:28 PM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

After i install FFmpeg i get this issue with some websites from my server:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@domain and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

I contact the cPanel and thay tald me:
James Otting says:
December 29th, 2010 at 05:48 PM


I'm sorry, but it looks like ffmpeg is causing the problem, and I'm unable to help with that.

Per cpanel policy:

Assistance with FFMPEG software application installations (including software that utilizes this software) and technical support for this piece of software are not available from cPanel. While FFMPEG software is distributed subject to GPL licenses, the use and installation of the software may also require patent licenses from third parties.

Because of the legal uncertainty relating to the FFMPEG software application, we are not able to assist in the installation or troubleshooting of FFMPEG.

This is not legal advice or a legal opinion. We are simply explaining that our participation in the installation/troubleshooting of this software is not available.

Additional Resources: http://ffmpeg.org/legal.html

--
James Otting
Linux Technical Analyst

and:

FFMPEG is attempting to interface with PHP and causing errors there. If a site isn't using PHP, or possibly isn't loading the ffmpeg module, it wouldn't have issues.

--
James Otting
Linux Technical Analyst

What is happends, why i get this issue/error/problem and how can i fix it?
Can someone help me to fix this issue please?
Thank you!

Best regards!

Reply With Quote
  #8  
Old 12-29-2010, 11:12 PM
zoticaic zoticaic is offline
Premium Member
 
Join Date: Jun 2007
Location: Manila
Posts: 150
Have you checked your apache logs of what might be causing the 500 error? What PHP version? Have you tried the ffmpeg-php trunk source? (I see you are trying with 0.6.0, trunk is 0.6.1 AFAIK).

There is a better alternative IMHO and I usually recommend this method. This does not require compiling the ffmpeg-php extension, instead using a third party set of classes that emulates the ffmpeg-php functions. It executes ffmpeg directly, http://www.phpclasses.org/package/59...g-program.html

Reply With Quote
  #9  
Old 12-30-2010, 04:22 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

I verify /var/log/httpd/error_log file but is empty! I don`t have any kind of error in Apache logs!

Please, someone, help me to fix this issue!
Thank you!

Best regards!

Reply With Quote
  #10  
Old 12-30-2010, 05:01 AM
mahi mahi is offline
Junior Guru Wannabe
 
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 43
Just wondering is there any tutorial to install FFmpeg at dedicated cpanel server? ??

Reply With Quote
  #11  
Old 12-30-2010, 05:23 AM
david510 david510 is offline
Web Hosting Master
 
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
Quote:
Originally Posted by EU_CASSIUS View Post
Hello,

I verify /var/log/httpd/error_log file but is empty! I don`t have any kind of error in Apache logs!

Please, someone, help me to fix this issue!
Thank you!

Best regards!
The issue should be with the fmpeg-php. You will need to recompile it with a different version.

__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android

Reply With Quote
  #12  
Old 12-30-2010, 07:30 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

I see the, last version of FFmpeg is ffmpeg-0.6.1 and FFmpeg-php is ffmpeg-php-0.6.0!
I will try to recompile this!

Thank you!
Best regards!

Reply With Quote
  #13  
Old 12-30-2010, 07:36 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

I tryed to configure and i get this issue for ffmpeg-0.6.1 version:
Unknown option "--enable-liba52".
after i remove liba52 option and i get this:
Unknown option "--enable-libamr-nb".

What can i do?
Thank you!

Best regards!

Reply With Quote
  #14  
Old 12-30-2010, 08:26 AM
Syslint Syslint is offline
Web Hosting Master
 
Join Date: Apr 2009
Location: inside wht
Posts: 614
Get the auto installer from http://www.ffmpeginstaller.com/ ,

__________________
Syslint Technologies | 24x7 Server Management | Outsourced Support | Help Desk Suppport
Web Development Inc - Web Design- Python Development - PHP Development - CMS integration
cPremote.net | cPnginx.com | Danginx.com | Dabackup.com | checkpcidss.com | ffmpeginstaller.com
Call us : (0091) 471-3273-211 , Contact Sales - sales@syslint.com

Reply With Quote
  #15  
Old 12-30-2010, 09:21 AM
EU_CASSIUS EU_CASSIUS is offline
WHT Addict
 
Join Date: Apr 2009
Posts: 130
Hello,

FFMPEG installation Failed with this autoinstaller!
Logs:
ERROR: libx264 version must be >= 0.99.
Makefile:1: config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:26: warning: ignoring old commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: ignoring old commands for target `libavutil/'
Makefile:234: /tests/fate.mak: No such file or directory
Makefile:235: /tests/fate2.mak: No such file or directory
Makefile:237: /tests/fate/aac.mak: No such file or directory
Makefile:238: /tests/fate/als.mak: No such file or directory
Makefile:239: /tests/fate/fft.mak: No such file or directory
Makefile:240: /tests/fate/h264.mak: No such file or directory
Makefile:241: /tests/fate/mp3.mak: No such file or directory
Makefile:242: /tests/fate/vorbis.mak: No such file or directory
Makefile:243: /tests/fate/vp8.mak: No such file or directory
make: *** No rule to make target `/tests/fate/vp8.mak'. Stop.
Makefile:1: config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:26: warning: ignoring old commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: ignoring old commands for target `libavutil/'
Makefile:234: /tests/fate.mak: No such file or directory
Makefile:235: /tests/fate2.mak: No such file or directory
Makefile:237: /tests/fate/aac.mak: No such file or directory
Makefile:238: /tests/fate/als.mak: No such file or directory
Makefile:239: /tests/fate/fft.mak: No such file or directory
Makefile:240: /tests/fate/h264.mak: No such file or directory
Makefile:241: /tests/fate/mp3.mak: No such file or directory
Makefile:242: /tests/fate/vorbis.mak: No such file or directory
Makefile:243: /tests/fate/vp8.mak: No such file or directory
make: *** No rule to make target `/tests/fate/vp8.mak'. Stop.
Makefile:1: config.mak: No such file or directory
libavutil/Makefile:1: libavutil/../config.mak: No such file or directory
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:26: warning: ignoring old commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: overriding commands for target `libavutil/'
libavutil/../subdir.mak:96: warning: ignoring old commands for target `libavutil/'
Makefile:234: /tests/fate.mak: No such file or directory
Makefile:235: /tests/fate2.mak: No such file or directory
Makefile:237: /tests/fate/aac.mak: No such file or directory
Makefile:238: /tests/fate/als.mak: No such file or directory
Makefile:239: /tests/fate/fft.mak: No such file or directory
Makefile:240: /tests/fate/h264.mak: No such file or directory
Makefile:241: /tests/fate/mp3.mak: No such file or directory
Makefile:242: /tests/fate/vorbis.mak: No such file or directory
Makefile:243: /tests/fate/vp8.mak: No such file or directory
make: *** No rule to make target `/tests/fate/vp8.mak'. Stop.
cp: cannot stat `tools/qt-faststart': No such file or directory
ffmpeg.sh: line 55: /usr/bin/ffmpeg: No such file or directory
Installation of ffmpeg.tar.gz ....... Completed


FFMPEG installation Failed , please visit the forum

And will not intall ffmpeg-php too! :/

Best regards!

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
ffmpeg-php install error benj114 Hosting Security and Technology 3 08-12-2010 10:41 AM
ffmpeg Install Error aamir24h Systems Management Requests 19 04-05-2010 11:46 PM
How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, flv2tool, LAME MP3 Encoder?? alibabahost Hosting Security and Technology 6 11-24-2009 09:58 PM
ffmpeg, ffmpeg-php install on redhat enterprise / plesk control panel druweegee Systems Management Requests 9 05-19-2009 04:30 AM
ffmpeg, ffmpeg-php install on redhat enterprise / cpanel server filethis Systems Management Requests 3 02-25-2008 05:34 AM

Related posts from TheWhir.com
Title Type Date Posted
Rackspace Adds Redis as a Service with Exceptional Cloud Services Acquisition Web Hosting News 2013-04-01 10:55:48
Web Host A2 Hosting Launches QuickInstaller Tool for VPS Plans Web Hosting News 2011-08-19 20:00:53
Web Host HostingZoom Adds Softaculous Auto-Installer to Hosting Plans Web Hosting News 2011-08-17 17:52:34
Attracta Offers Single-Click Web App Installation to Customers Web Hosting News 2011-08-11 16:57:09
Hosting Provider PacificHost Integrates StopTheHacker Services Web Hosting News 2011-07-12 14:42:39


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?