View Single Post
Old 03-30-2011, 02:14 PM   #1
Junior Member
 
Join Date: Mar 2011
Posts: 3
Bambie is on a distinguished road
Default 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?
Bambie is offline   Reply With Quote