Cannot CustomBuild PHP 8.4

ezh

Verified User
Joined
Jun 13, 2019
Messages
24
Error log:

checking if we're at 64-bit platform... yes
checking for iconv support... yes
checking for iconv... yes
checking for iconv implementation... glibc
checking if iconv supports errno... no
configure: error: in '/usr/local/directadmin/custombuild/tmp/tmp.PLTLbJMLG1.php-8.4.19.tar.gz':
configure: error: The iconv check failed, 'errno' is missing.
See 'config.log' for more details
install_php: failed to compile '/usr/local/directadmin/custombuild/cache/php-8.4.19.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.PLTLbJMLG1.php-8.4.19.tar.gz'

How can I solve it?

Tnx.
 
Other problem can be that you have a long list of old libraries present which should be removed in the correct way.
So, as @zEitEr mentioned - check the results of this command:
Code:
da build list_removals
And then this article can be what you really need to get it fixed:

 
Back
Top