• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

multi PHP installation

Status
Not open for further replies.

kude

New Pleskian
Hi, I’m trying to install a second version of PHP on my sever following your guide ( http://kb.odin.com/it/118378 ).
When I send the command ./configure it returns this error
checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution
If I delete '--with-bz2' from ./configure it returns another error, but this time on curl.

How can I resolve it?
Note: I have plesk 12.018
 
Looks like that you have no bzip2 devel libraries installed. Install it with something like

# yum install bzip2-devel

The same for curl.
 
Hello and thank you for your answer. I overcame that problem and others of the same type. Now I'm stuck with this error
Code:
Whether checking to enable internationalization support ... yes
checking for icu-config ... no
checking for location of ICU headers and libraries ... not found
configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
 
Install libicu devel package with

# yum install libicu-devel
 
Status
Not open for further replies.
Back
Top