ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   General technical discussion (http://forum.ispsystem.com//forumdisplay.php?f=8)
-   -   Softaculous error on install (http://forum.ispsystem.com//showthread.php?t=1450)

Bambie 03-30-2011 02:14 PM

Softaculous error on install
 
I installed ionCube Loaders like this

1. Download ionCube loaders

sudo wget http://downloads.ioncube.com/loader_...lin_x86.tar.gz

2. Extract

sudo tar zxvf ioncube_loaders_lin_x86.tar.gz

3. Move to a permanent location

sudo mv ioncube /usr/local/

4. Add reference to your php.ini file (sudo pico /etc/php5/apache2/php.ini)

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

There are a few versions of the loader in the tar archive. Use the one that matches your PHP version.

5. Restart apache

sudo /etc/init.d/apache2 restart

But when running the install for Softaculous i get.

-bash: /usr/local/bin/php: No such file or directory

Any ideas why?

vian 03-30-2011 10:55 PM

Because PHP is not installed on your system or symlink /usr/bin/php does not exist.


All times are GMT +2. The time now is 06:50 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.