• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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