• 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

Question I do not see phpize in php 7.1

python

Regular Pleskian
When I move from php 7.0 to php 7.1 I can no longer install any package using phpize previously used like this:

/opt/plesk/php/7.0/bin/phpize

Now how should I use it since phpize tells me that it does not exist in:
/opt/plesk/php/7.1/bin/phpize

Maybe it's something simple but I need phpize to be able to urge any library
 
No one can help me had geoip installed in php 7.0 when passing to php 7.1 and stopped working geoip and I can not install it.
 
Just install devel package:

# yum install plesk-php71-devel

After that you will see

# ll /opt/plesk/php/7.1/bin/phpize
-rwxr-xr-x 1 root root 4588 Feb 17 12:43 /opt/plesk/php/7.1/bin/phpize
 
Back
Top