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
manokiss
Forum Newbie
Posts: 2 Joined: Wed May 16, 2007 3:28 pm
Post
by manokiss » Wed May 16, 2007 3:42 pm
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!
RobertGonzalez
Site Administrator
Posts: 14293 Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA
Post
by RobertGonzalez » Wed May 16, 2007 3:57 pm
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 » Wed May 16, 2007 7:55 pm
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!
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed May 16, 2007 8:05 pm
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.