Problem with updating PHP in DirectAdmin CustomBuild

oksiak

Verified User
Joined
Oct 27, 2021
Messages
14
Hi :)

I'm trying to update PHP 7.3 to PHP 7.4 in CustomBuild but without success :(
Executing /usr/local/directadmin/plugins/custombuild/admin/build php..

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/php-7.4.22.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/php-7.4.22.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/php-7.4.22.tar.gz failed, re-downloading the file...

curl: (22) The requested URL returned error: 404 Not Found
Download of https://files.directadmin.com/services/custombuild/php-7.4.22.tar.gz failed, re-downloading the file...
Download of https://files.directadmin.com/services/custombuild/php-7.4.22.tar.gz failed 4 times, exiting...
Done!
Can someone help me ?
Thank You :)
 
agree with @jamgames2
/usr/local/directadmin/plugins/custombuild/admin/build set_fastest
/usr/local/directadmin/plugins/custombuild/admin/build update
 
I found in DA CB - Customize Versions - PHP 7.4 is customized and deleted it.
configure: error: Package requirements (libjpeg) were not met:

No package 'libjpeg' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables JPEG_CFLAGS
and JPEG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Done!
 
Back
Top