custombuild Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
287
When i select on custom build in GUI, its showing PHP 80 and 81 have update. But when I click the update button, it will update and again it will show as same.

 
maybe you have custom_versions.txt in /custombuild dir with fixed versions?
 
maybe you don't have this versions installed?
maybe you just selected them to install but not finished installation?
check "build software" tab
 
t
maybe you don't have this versions installed?
maybe you just selected them to install but not finished installation?
check "build software" tab
this also checked.

/usr/local/php80/bin/php -v
PHP Warning: Missing arginfo for clos_ssa_test() in Unknown on line 0
PHP 8.0.21 (cli) (built: Jul 21 2022 20:08:37) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.21, Copyright (c) Zend Technologies
 
so from SSH rename file versions.txt and run ./build update in /usr/local/directadmin/custombuild
 
so from SSH rename file versions.txt and run ./build update in /usr/local/directadmin/custombuild
/usr/local/php80/bin/php -v
PHP Warning: Missing arginfo for clos_ssa_test() in Unknown on line 0
PHP 8.0.21 (cli) (built: Jul 21 2022 21:11:45) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.21, Copyright (c) Zend Technologies
[root@ld1 custombuild]# /usr/local/php81/bin/php -v
PHP Warning: PHP Startup: Unable to load dynamic library 'clos_ssa.so' (tried: /usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/clos_ssa.so (/usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/clos_ssa.so: cannot open shared object file: No such file or directory), /usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/clos_ssa.so.so (/usr/local/php81/lib/php/extensions/no-debug-non-zts-20210902/clos_ssa.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP 8.1.8 (cli) (built: Jul 21 2022 20:13:26) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.8, Copyright (c) Zend Technologies
 
Back
Top