• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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