Let us learn how to resolve the error plesk error phpize failed with the support of our Plesk hosting support services at Bobcares.
Error: plesk error phpize failed
Use the phpize command to set up a PHP extension’s build environment. In the example below, the sources for an extension are in a directory: extname: $ cd extname $ phpize $./configure $ make # make install.
The phpize command should be executed at the root of an extension source directory. A file called config should be present in this source directory. m4.01-Sept-2016
If we use PECL to install PHP extensions, we may get an error.
pecl install uploadprogress
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading uploadprogress-1.0.3.1.tgz ...
Starting to download uploadprogress-1.0.3.1.tgz (9,040 bytes)
....done: 9,040 bytes
4 source files, building
running: phpize
sh: phpize: command not found
ERROR: `phpize' failed
Error phpize failed: Solution
The error plainly suggests that there is a problem with phpize. Because phpize is included in php-devel, this requires a php-devel to work.
Firstly, we have to use yum to install the php-devel package.
yum -y install php-devel
After that, using PECL, reinstall the PHP extension, which should function perfectly.
[Need assistance with similar queries? We are here to help]
Conclusion
To sum up we have now seen how to resolve plesk error phpize failed with the support of our tech support team.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
0 Comments