Missing ioncube from files9.directadmin.com

drukpa

Verified User
Joined
Aug 30, 2019
Messages
22
I have the latest directadmin version 1.643 running on a Centos 7 machine.

When I am trying to do a ./build ioncube it throws the following error:


It says the latest ioncube version available is 10.3.8 and goes to the directadmin file server, but it's missing there. Also, on that file server, latest ioncube seem to be version 12.

When am also doing a ./build php n after changing PHP versions, it stops with the above error line, so new PHP does not get updated or installed properly.

Why does my custombuild think an older ioncube is the latest version? And that older version files are missing from DA file server.
 
I'd suggest using official mirrors, try:
Code:
/usr/local/directadmin/custombuild build set_fastest
 
Back
Top