Php 5.2.x to 5.2.xxx upgrade

yacenty

Verified User
Joined
Jul 6, 2007
Messages
22
Hello all,
could You tell me what is the easiest way to upgrade php 5.2.2 to 5.2.4?
I'm running apache 2.0.x and mysql 4.1.1.

Thanks in advance,
BR
YacentY
 
I've tried few times but still have troubles with
Code:
[activating module `php5' in /etc/httpd/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/
Installing helper programs:       /usr/local/bin/
  program: phpize
  program: php-config
Installing man pages:             /usr/local/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /usr/local/lib/php/
make[1]: *** [install-pear-installer] Error 254
make: *** [install-pear] Error 2
 
Fixed. User had a wrong configure.php_ap2 file in customapache folder and libltdl wasn't installed.
 
Back
Top