install php54 - php56 debian 10

agasar

Verified User
Joined
May 16, 2021
Messages
70
Hello there

Debian 10 is installed on my server.
php54 - I need to install php56 PHP version. Some hosting sites php54 - php56 run on these versions. Can you help me set them up.
Below is the error I got while installing.


  • *** There was an error while trying to configure php. Check the configure file

  • Done!

Screenshot

CustomBuild
Screenshot
 
Last edited:
To install "PHP56", follow the commands below. Recompile PHP. I applied it.

apt-get install libcurl3-dev
cd /usr/local/directadmin/custombuild/./build
 
Back
Top