• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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