running php through command line error

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
manokiss
Forum Newbie
Posts: 2
Joined: Wed May 16, 2007 3:28 pm

running php through command line error

Post 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!
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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?
manokiss
Forum Newbie
Posts: 2
Joined: Wed May 16, 2007 3:28 pm

Post 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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply