Copyright © 2008 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
famfamfam
The following error occured - The following prerequisites were found to be missing : PHP extensions: - Missing gd PHP extension - Missing mysql PHP extension - Missing mysqli PHP extension - Missing exif PHP extension - Missing ftp PHP extension Apache modules: - Apache headers module is missing - Apache expires module is missing - Apache deflate module is missing - Apache file_cache module is missing - Apache proxy module is missing Product versions: - Cannot check mySQL version because php mysqli extension was not found Databases: - Cannot check database prerequisites because php mysqli extension was not found mySQL settings: - Cannot check mySQL settings because php mysqli extension was not found
For my Apachectl and PHP I have entered this, which is corret.
The full pathname to your Apache apachectl/apache2ctl file: Examples: /usr/bin/apachectl /usr/bin/apache2ctl /opt/lampp/bin/apachectl > /usr/local/apache2/bin/apachectl The full pathname to your PHP binary file: Examples: /usr/bin/php /opt/lampp/bin/php Leave empty for [/usr/bin/php] >
Here is my PHP Configure
'./configure' '--with-gd' '--enable-mbstring' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql/' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-curl=/usr/bin/curl'
The configure work perfectly with no errors, along with make and make install.
Some more random information encase it helps.
apachectl: /usr/local/apache2/bin/apachectl
httpd.conf: /usr/local/apache2/conf/httpd.conf
php: /usr/bin/php (symbolic link to) /usr/local/bin/php
php.ini: /usr/local/lib/php.ini
Let me know if you need anymore information to help.
Can we see the output of phpinfo() ?
J
I managed to fix these errors by recompiling php and apache with the proper modules.
These modules are not mentioned anywhere, but if you are not using an XAMPP installation, these must be added to your ./configure
PHP:
./configure --with-gd --enable-mbstring --enable-exif --enable-ftp --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql/ --with-mysqli=/usr/local/mysql/bin/mysql_config --with-curl=/usr/bin/curl
Apache:
./configure --enable-so --enable-rewrite --enable-headers --enable-expires --enable-deflate --enable-file_cache --enable-proxy
(./configure-->how use it?)where i can find this file. i'm relly newbie... need your help >.<
Hi,
Thanks for sharing.
Can you also share how you plan on using Kaltura and the overall process of the installation? did you bum into additional bumps on the installation?
Here is the install log file.
http://freetexthost.com/oxlortebzj