Stuck with PHP 5.1.6 on RHEL or even CentOS (and a sysadmin who insists on using packages)? Need JSON? I did. The solution is easy:
yum install php-devel
pecl install json
The pecl install failed when it hit an 8MB memory limit, and I was clueless about how to fix it until I learned that the pecl installer [...]
Posted May 28, 2008 by Casey Bisson
Categories: Technology. Tags: documentation, install, json, linux, php, red hat, rhel, system administration, yum. One Comment.
how to install and configure MySQL database server
yum, mysql, linux, yellow dog updater modified
Posted June 12, 2007 by Casey Bisson
Categories: Blink. Tags: linux, mysql, yellow dog updater modified, yum. Be the first one.