• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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