Kaltura CE 2.0: Install Script Errors

5 replies [Last post]
Joined: 05/26/2010
Points: 20
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.

Joined: 05/26/2010
Points: 20

Here is the install log file.

http://freetexthost.com/oxlortebzj

AttachmentSize
kaltura-install-log.txt29.74 KB
Joined: 06/01/2010
Points: 30

Can we see the output of phpinfo() ?

J

Joined: 05/26/2010
Points: 20

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

Joined: 08/13/2010
Points: 5

(./configure-->how use it?)where i can find this file. i'm relly newbie... need your help >.<

Joined: 01/05/2009
Points: 1567

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?