can't install another php version

aliinjector

Verified User
Joined
Mar 4, 2022
Messages
8
i trying to install another php version on directadmin. i'm added versions in options.conf like attached photo.
after run ./build php n command this error show, please help


curl: (28) Operation timed out after 5001 milliseconds with 0 out of 0 bytes received
Download of https://files.directadmin.com/services/custombuild/php-.tar.gz failed, re-downloading the file...
Download of https://files.directadmin.com/services/custombuild/php-.tar.gz failed 4 times, exiting...


optionsconf file.png


build php n command resualt.png
 
I don't know if DA supports a "hole" in the php versions, or if you need to have the "no" at the end. Try putting 8.1 as php3_release, and no as php4_release. The filename/url it tries to download is obviously incomplete, it might be trying to download a "no" version.
 
I don't know if DA supports a "hole" in the php versions, or if you need to have the "no" at the end. Try putting 8.1 as php3_release, and no as php4_release. The filename/url it tries to download is obviously incomplete, it might be trying to download a "no" version.
thank you but now working
 
Back
Top