Can't build ioncube

Racuncai

Verified User
Joined
Aug 20, 2022
Messages
16
I have this error message if i try to build ioncube:
./build: line 10415: /usr/local/php81/bin/php-config: No such file or directory
But i have installed direct admin with an older version of php and iocube with no problem my php information is:

php -v :

PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with the ionCube PHP Loader + ionCube24 v12.0.1, Copyright (c) 2002-2022, by ionCube Ltd

php -m :

[PHP Modules]
bz2
calendar
Core
ctype
curl
date
exif
fileinfo
filter
ftp
gettext
hash
iconv
ionCube Loader
libxml
openssl
pcntl
pcre
Phar
readline
Reflection
session
sockets
SPL
standard
tokenizer
zlib

[Zend Modules]
the ionCube PHP Loader + ionCube24
 
What's the output of:
Code:
ls /usr/local/php81/bin/

Are you sure PHP 8.1 is installed on the system?
 
I have found the config file and i changed the default php version and now i see this error message:
Zend guard loader not supported for PHP version (7.2) set in configuration file
Restarting php-fpm72.
Failed to restart php-fpm72.service: Unit php-fpm72.service not found.
php -v is:
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with the ionCube PHP Loader + ionCube24 v12.0.1, Copyright (c) 2002-2022, by ionCube Ltd.
 
I have found the config file and i changed the default php version and now i see this error message:
Zend guard loader not supported for PHP version (7.2) set in configuration file
Restarting php-fpm72.
Failed to restart php-fpm72.service: Unit php-fpm72.service not found.
php -v is:
PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with the ionCube PHP Loader + ionCube24 v12.0.1, Copyright (c) 2002-2022, by ionCube Ltd.
Please run “./build php”, as it seems php mode was changed, but php was not rebuilt.
 
I've solved the problem with a new os instalation, thank you.
But now i have another problem, i have enabled wordpress manager with: ./build wp and it's visible on the packages and all users, but is not visible on the advance featues, if a try to open it with the search bar and it says: "This feature has been disabled, please contact your administrator".
 
Back
Top