ow do I install zlib-devel (header files and libraries for Zlib development) package under CentOS Linux 5.x server using command line options?
Daily Archives: March 16, 2012
Install PECL_HTTP on CentOS
In order to use handy HTTP extension in your PHP code you need to use install it first, as it doesn’t come with PHP core installation.
Install PHP PECL on CentOS
When trying to install the PECL timezonedb module onto one of my webservers the other day, I discovered that the PECL library was not installed. (PECL is a repository for PHP extensions). I did a Google search for how to install PECL but couldn’t find anything to help. In the end I managed to work …
Centos install pecl_http php extension
The pecl_http php extension is used to provide a convenient and powerful set of functionality for most of PHP’s applications ,like HTTP urls, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. You …
CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggers
Q. How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?