Server :: Ffmpeg Extension Won't Load After Php Version Upgrade From 5.1.6 To 5.2.13?
Aug 4, 2010
CentOS 5, installed ffmpeg and compiled the ffmpeg.so, from fffmpeg-php-0.6.0. Everything works fine. Then upgrade the php to 5.2.13 (using an external repository)recompiled ffmpeg.so but now when trying to load php:PHP Warning: PHP Startup: ffmpeg: Unable to initialize moduleModule compiled with module API=20050922, debug=0, thread-safety=0PHP compiled with module API=20060613, debug=0, thread-safety=0These options need to match in Unknown on line 0
View 2 Replies
ADVERTISEMENT
Nov 23, 2010
i have centos 5 running with apache, mysql, php and phpmyadmin. phpadmin is working well but it is showing the following error on the page:- Cannot load mcrypt extension. Please check your PHP configuration.i just try to install mcrypt but it is asking for required dependencies libmcrypt.
View 1 Replies
View Related
Oct 20, 2009
I been working on this issue for a couple days without success. PHP.ini will not load extensions. I am able to modify php.ini parameters successfully with the exception of the extensions. It would be appreciated if someone can shed some light on this issue.
Troublshoot
check for multiply php.ini
restart apache
1. Environment:
CentoOS 5.2
Apache2
PHP 5.11
2. dir
apache2= /usr/local/apache2
php = /usr/local/apache2/php
lib = /usr/lib which contains pdo.so, pdo_mysql.so, sqlite.so, pdo_sqlite.so
[code]....
View 2 Replies
View Related
Feb 20, 2011
I installed LAMP according to these instructionswhit sudo taksel install lamp-serverI've moved the mysql(i).so files to /usr/lib/php5/ext/and added these lines in the php.ini file
extension=mysql.so
extension=mysqli.so
extension_dir="/usr/lib/php5/ext/"
View 6 Replies
View Related
Aug 30, 2010
I have a centos 5.5 machine. First I upgraded my php to php 5.3. So I was then installing phpMyAdmin so I just put the whole folder into my /var/www/html/phpMyAdmin.The I tried to run my phpMyAdmin and I got this error Cannot load mysql extension. Then I uinstall my mysql db and reinstall it. Again it show me the same error.For addition info via the php info page for the Configure Command I saw this option -without-mysql' .
View 5 Replies
View Related
Jul 2, 2010
I am using PHP Version 5.2.9. I am facing some problem for some the extension are not enabled. I want to enable that. The extensions are
with gdbm , -with-mysql, all with --with-gd' '--enable-dom' '--enable-dba' '--with-unixODBC' '--enable-pdo' '--enable-xmlreader' '--enable-xmlwriter' '--with-sqlite' '--enable-json' '--with-pspell'
--with-gd' '--enable-dom' '--enable-dba' '--with-unixODBC' '--enable-pdo' '--enable-xmlreader' '--enable-xmlwriter' '--with-sqlite' '--enable-json' '--with-pspell'
how can I compile the PHP and make the modification like the above.
View 5 Replies
View Related
Mar 22, 2011
I have a linux webmail server which is old version. How should I upgrade this server?
View 3 Replies
View Related
Sep 9, 2015
I installed fwknop-server automatically using apt-get, however, got version is 2.0.0rc2, while I found that version 2.6 is available. How can I get it in the easiest way? I'm using debian wheezy 3.2.54-2. I tried apt-get update, upgrade and dist-upgrade, nothing worked.
View 3 Replies
View Related
May 21, 2010
I have just setup a new server whith a host who only provide the hardy distro of ubuntu. I want to upgrade it to at least jaunty, however after upgrading from 8.04 to 9.04, it requires a restart and after it restarts i can no longer connect to it at all. I'm fairly certain it must be reconfiguring the firewall to prevent all access on reboot.
View 5 Replies
View Related
Dec 24, 2010
I need to upgrade our PHP from version 5.1.6 to anything higher.
What is the latest version of PHP for CentOS ? I need a stable version, not a test version.
Should I upgrade from CentOS 5.2 to 5.5 ?
View 7 Replies
View Related
May 11, 2010
I received a few updates today, one of which is mplayer. Now mplayer is broken and from what I can gather it's because it's incompatible with the version of ffmpeg I have installed. But the real problem is that mplayer and ffmpeg were originally installed from the debian-multimedia repo but the update for mplayer is from the debian repo. I can't go back because this new mplayer is dependent on libdirectfb-1.2-9 whereas mplayer from debian-multimedia is dependent on libdirectfb-1,2-0.
In case you want the error from mplayer:
mplayer: relocation error: mplayer: symbol codec_wav_tags, version LIBAVFORMAT_52 not defined in file libavformat.so.52 with link time reference
View 10 Replies
View Related
May 27, 2011
I have installed ffmpeg via github on a ubuntu 11.04-machine.An application - ClipBucket - require ffmpeg version r19000...When doin a ffmpeg -version I get the following:Quote:
ffmpeg version git-N-29993-ga4b6000, Copyright (c) 2000-2011 the FFmpeg developers
built on May 26 2011 04:30:20 with gcc 4.5.2
configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-
[code]....
View 4 Replies
View Related
Sep 23, 2010
I need to load php module without restart/reload apache, is there a way to do that, php has its option to load zend extension using '-z',
php -z <filename>
is there anyway because I need to load php module in runtime, that I don't want to loose the live running session.
View 1 Replies
View Related
Jan 19, 2010
fedora 12 with php 5.3.1 + apache is installed on the server
I needed a FFMPEG + MENCODER + FFMPEG-PHP setup , so I have installed all of the necessary libraries/codecs along with ffmpeg , mencoder and ffmpeg-php
I've added ffmpeg-php (ffmpeg.so) module to php.ini and restarted httpd
But ffmpeg was not showing up in phpinfo() so I grepped : php -i | grep ffmpeg
for some clues and got this warning
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0
That error explains why ffmpeg is not loading
Obviously something to do with GD library , so I've researched on the net , and found that some users suggest loading the GD module before FFMPEG module.
I gave it a try and added this at the end of php.ini:
Code: [gd]
;loading gd
extension=gd.so
[ffmpeg]
;loading ffmpeg
extension=ffmpeg.so ...but still same error when greping phpinfo()
View 1 Replies
View Related
Sep 18, 2010
How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?
View 2 Replies
View Related
Jul 18, 2011
I have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.
Q1. Is there any way by which I can upgrade it to laptop version?
Q2. What are the differences between both?
View 1 Replies
View Related
Feb 5, 2010
I have a server running Reh Hat Linux 7.3 with kernel 2.4.18. Can i upgrade kernel to version 2.6 and glibc to version 2.5?
View 6 Replies
View Related
Apr 4, 2011
Seems that my custom ffmpeg transcoding script has started failing ever since I upgraded to Squeeze. I ended up just installing handbrake-cli and it works now, but I'm curious why ffmpeg was failing. Here's the ffmpeg line:
Code:
ffmpeg -i "${inputfile}" -acodec libfaac -ab 128k -vcodec libx264 -vpre normal -crf 22 -threads 0 -title "${title}" -f mp4 "${outputfile}"
And here's the relevant lines from mythbackend.log
Code:
FFmpeg version SVN-r25838, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 21 2011 09:10:31 with gcc 4.4.5
configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --extra-libs=-lgcrypt --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
libavutil 50.33. 0 / 50.33. 0
libavcore 0.14. 0 / 0.14. 0
libavcodec 52.97. 2 / 52.97. 2
libavformat 52.87. 1 / 52.87. 1
libavdevice 52. 2. 2 / 52. 2. 2
libavfilter 1.65. 0 / 1.65. 0
libswscale 0.12. 0 / 0.12. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mpeg @ 0x9169ca0] max_analyze_duration reached
Input #0, mpeg, from '/mnt/mythtv/1025_20110403221100.mpg':
Duration: 00:22:19.70, start: 0.233722, bitrate: 5222 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 8:9 DAR 4:3], 9800 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, 2 channels, s16, 384 kb/s
Unrecognized option 'me'
The problem I have with the unrecognized option line is that I can't find 'me' anywhere in my input command. The input file is always something like /mnt/mythtv/1025_20110403221100.mpg, the output file is something like /var/www/mythroku/1025_20110403221100.mp4, and the title is something like "Sportscenter".
View 1 Replies
View Related
Mar 10, 2010
I am using Nagios 3.2.4 monitoring tool on a Linux box with Fedora 10 installed on it and Apache version is 2.2.10. I would like to upgrade my Fedora version from 10 to latest version Fedora 13.
View 9 Replies
View Related
Jul 20, 2010
Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?
View 2 Replies
View Related
May 23, 2011
I have a Lenovo Thinkpad Edge 15 w/AMD Athlon II processor. I burned an installation CD and I only get partway thru the installation when it fails to allow me to complete it. I get to the "Install - Who are you" page when the progress bar stops partway thru and says "Ready when you are". I am attempting to load the 32 bit version.
View 1 Replies
View Related
Jun 4, 2010
Installed Zend Server CE on 10.04 - install mostly fine. But phpmyadmin shows this error; "Your PHP MySQL library version 5.0.83 differs from your MySQL server version 5.1.41" I have followed the Zend online docs and used a DEB install. Why would these versions be different?how do I fix it so that the two are in sync?
View 3 Replies
View Related
Jul 17, 2011
I have an Opteron 6128 that supports AMD-V/SVM. SVM is enabled in bios, but Squeeze does not list SVM in /proc/cpuinfo. What is the problem here?
View 3 Replies
View Related
Nov 5, 2010
i am trying to install ffmpeg on centos machine. i need a source installation for this. i used FFmpeg 0.6.1 .tar.gz file for this. Also i want to install this with maximum codec support. when i used the configuration option as
./configure --prefix=/usr/local/ffmpeg --enable-shared --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-pthreads --enable-libvpx --enable-librtmp --enable-x11grab --enable-version3 --libdir=/lib64 --enable-nonfree
i got an error as ERROR: libopencore_amrnb not found. i tried to find this package but it was utterly failed.
View 3 Replies
View Related
Nov 6, 2010
I am doing a conversion of mp4 to flv on a GUI less server where I have only SSH access.( I tried winff and X forwarding that had hanged while doing this conversion so winff is not possible for me)I do not have any idea of the codecs,bitrate of this mp4 video.Some one had converted from an m4v to mp4 and then uploaded this on the server.When I tried converting on command line as follows
Code:
ffmpeg -i stats_estimation.mp4 out.flv
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-
[code]....
View 3 Replies
View Related
Dec 28, 2009
After upgrading to 11.2, I get the following error when starting any xclient. Worse, its usually repeated a few times for each client.
Xlib: extension "Generic Event Extension" missing on display <my_ip>
I get this both when using Xming and nomachine.
View 2 Replies
View Related
Apr 11, 2010
When I try to get to the configuration of my monitor by using KDE Settings -> hardware -> monitor, I receive the msg: "Your X server is running the RandR extension at version 1.2 or greater which doesn't have any configuration yet." and it refuses to go further. What does this mean and where should I configure it? When I use Yast, Sax2 starts normally.
View 9 Replies
View Related
Jul 30, 2011
while running rsync system is generating .7ffulr extension file ie i am copying x file form server to backup server.while rsync it copy original x file and also generate x.7ffulr file along with it..
View 2 Replies
View Related
Oct 13, 2010
I use a ZTE 626 USB modem to connect to the internet (and yes, i am in the wilds of nowhere!) which using USB-modeswitch 1.1.0-2 and ubuntu 10.04 works well.
I just upgraded one machine to 10.10 and it included the new modeswitch 1.1.4 which does not work, the modem is never discovered. I searched around and found that this is a bug in the latest modeswitch and apparently if you back down to version 1.1.3 it works.
So, i have two questions,
first, where can i find version 1.1.3 of modeswitch. I have searched and cannot find older version than 1.1.4 as a .DEB file.
second, i do have a really old version of modeswitch (1.1.0-2) on my hard-drive and have been trying to load my older 1.1.0-2 version and am having real problems with it. I remove the 1.1.4 version and its data using the ubuntu software centre and it looks like it properly is removed. I then click on the .DEB file that contains 1.1.0-2 and it opens the software centre and installs it (the data seems to be automatically loaded as i never have to install that). I then search for modeswitch and the version that has been installed is the newer 1.1.4 one, not the older one i clicked on. I am confused as this computer is not attached to the internet but it seems to find the newer version from somewhere, uses it and therefore does not work. I presume the version 1.1.4 is cached somewhere and i am not able to clear it out.
Incidentally, the source of the information that i have so far is here:
[URL]
From reading this, i do understand that there is a problem, After reading this bug fix I tried editing the config file for the modeswitch modems and changing all of them to the format indicated, but no joy.
View 9 Replies
View Related
Jul 12, 2010
This is what i've done:
Code:
bzr branch lp:wizardpen wp
bzr branch lp:~wizardpen-devs/wizardpen/debian-packing wd
[code]....
View 15 Replies
View Related