• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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