Page 1 of 1

running php through command line error

Posted: Wed May 16, 2007 3:42 pm
by manokiss
hi guys,

just wondering if you know why and how to avoid this happen.

Running a php script through jailshell command line it giving this error:

php -f test.php
Failed loading /usr/local/ioncube/ioncube_loader_lin_4.4.so: /usr/local/ioncube/ioncube_loader_lin_4.4.so: cannot open shared object file: No such file or directory

Any idea?

Thanx!

Posted: Wed May 16, 2007 3:57 pm
by RobertGonzalez
It looks like you are trying parse an extension (ionCube) shared object and it cannot find it. Is the .so in the path specified in that error message?

Posted: Wed May 16, 2007 7:55 pm
by manokiss
yes, ioncube is installed and runing without problem. Tha path is correct and the file is there.

please note im running the command logged as a user no as root, not sure if thats the problem.

Thanx!

Posted: Wed May 16, 2007 8:05 pm
by feyd
manokiss wrote:please note im running the command logged as a user no as root, not sure if thats the problem.
That may likely be the problem.