ioncube fails to install

wattie

Verified User
Joined
May 31, 2008
Messages
1,206
Location
Bulgaria
I have two SUPHPs - primary is 7.1 and secondary is 5.4.

I need ioncube for 5.4 only (obviously as there is no ioncube for php 7.1 yet).

Here is what happens during the build:

Code:
...
Downloading             .tar.gz...
fetch: http://files18.directadmin.com/services/custombuild/.tar.gz: Not Found
Downloaded file /usr/local/directadmin/custombuild/.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
fetch: http://69.162.69.58/services/custombuild/.tar.gz: Not Found
tar: Error opening archive: Failed to open '.tar.gz'
mv: rename ioncube to /usr/local/lib/ioncube: No such file or directory
ionCube loader 6.0.9 is now installed for PHP 5.4.
PHP 5.4.45 Installed.
...

To make it work, I have to manually download ioncube_loader_fre_5.4.so from the ioncubes website to /usr/local/lib/ioncube/ioncube_loader_fre_5.4.so

I am unsure if this bug is related to the existence of php 7.1 which does not have ioncube yet... but it's definitely something that should be fixed (as it is super simple as copying one file to the appropriate directory - nothing else).

OS: FreeBSD 11
 
Back
Top