Problem Install: php-cli and error "php path not found"

4 replies [Last post]
Joined: 11/26/2009
Points: 4

Hi.
Two week i try to install this script... i'm not a specialist but i want to learn.

when begining installation, i couldn't to access to prepare_install.php page (loop, no error).
I deleted function verify_phpcli() in requirements.php and i could pass to second page.
In third step i declare my php bin path and it say "not find php path " (i'm sure about the path) .

In my host i can access in php.ini and htaccess but not httpd.conf.
My client support said php-cli, exec, passthru are actived.

My conf:
*Linux 64 (i downloaded kaltura ce 64 version).
*Install: mydomain/kalturaCE/
*htacess:
Options +FollowSymlinks
Options +Includes +Indexes +ExecCGI
RewriteEngine On
RewriteBase /
*php.ini:
enable_functions = exec, passthru

thanks to help me.

note: bad english.. normal, bad teatchers in France !! ;D

Joined: 12/07/2009
Points: 14

I got the same problem on Debian etch....
(I tested the installation on local OS X.... php-cli is found.... ) but no way on my remote server !!

but php executable is there ... ! and it's in the PATH (

# whereis php
php: /usr/bin/php /usr/lib/php

echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11

kad

Joined: 12/07/2009
Points: 14

I found that the virtual host I am using had been created (using Plesk Console) with PHP Safe Mode by default
... when suppressed .. the script runs well

I did found it playing with a test php script located in the same folder as kalturaCE was located... to understand if it was a kaltura script issue or a PHP installation issue

now working on memcache not detected and ffmpeg permissions.....

Joined: 12/07/2009
Points: 14

I found that the virtual host I am using had been created (using Plesk Console) with PHP Safe Mode by default
... when suppressed .. the script runs well

I did found it playing with a test php script located in the same folder as kalturaCE was located... to understand if it was a kaltura script issue or a PHP installation issue

now working on memcache not detected and ffmpeg permissions.....

Joined: 08/13/2010
Points: 5

ubuntu server 10.4 LTS
Xampp 1.7.1

failed find start.

root@ubuntu:/# wget http://kaltura.myhost.com/start
--2010-08-25 14:09:42-- http://kaltura.myhost.com/start
Resolving kaltura.myhost.com... 127.0.0.1
Connecting to kaltura.myhost.com|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-08-25 14:09:42 ERROR 404: Not Found.

somebody can help me?please?