I was installing memcache on my Cent OS 5 server and I am following this guide > http://www.howtoforge.com/php_memcache_centos5.0
And now, when I enter,
phpize && ./configure --enable-memcache && make
the server says phpize: command not found
So, I tried this command yum -y install php-devel
and following is the answer from the server
Loaded plugins: fastestmirror
Repository 'vz-base' is missing name in configuration, using id
Repository 'vz-updates' is missing name in configuration, using id
Loading mirror speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: mirror.san.fastserv.com
* extras: mirror.nwresd.org
* rpmforge: apt.sw.be
* updates: mirror.5ninesolutions.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php-devel available.
Nothing to do
So... any clue?