If you ever get phpize: command not found error when trying to install a PEAR package on a linux system, this is probably becuase the php-devel package is not installed.
It is a nice blog. It is sometimes dream of a server-os is flexible Linux and user friendly as window. The P H P level package is installed. Thanks is very shortly mindfully derived.The Red hat system is to use sudo up to datei php devel.
Thanks! Short, sweet & to the point.
ReplyDeleteNote to self: easiest way to install this package on a Redhat system is to use
ReplyDeletesudo up2date -i php-devel
Another note to self: for CentOS do sudo yum install php-devel
ReplyDeletehmmm... so what could be the problem on my CentOS:
ReplyDelete[root@ns3 /]# pecl install imagick
downloading imagick-2.2.2.tgz ...
Starting to download imagick-2.2.2.tgz (77,212 bytes)
..................done: 88,212 bytes
11 source files, building
running: phpize
sh: phpize: command not found
ERROR: `phpize' failed
Sometimes I dream of a Server-OS, as flexible as Linux and as userfriendly as Windows! But then I wake up... back in the nightmare!
Best regards, Ingmar
just do:
ReplyDelete[root@server /] yum install php-devel
and then run pecl install
It is a nice blog. It is sometimes dream of a server-os is flexible Linux and user friendly as window. The P H P level package is installed. Thanks is very shortly mindfully derived.The Red hat system is to use
ReplyDeletesudo up to datei php devel.
Thanks Nir, very helpful.
ReplyDeleteCheers!
Thank you sir. As anonymous said, "short and sweet". Saved me a bunch of time.
ReplyDelete