Hello,
phpinfo() function shows that my server has php 5.3.13..
Results of ./build update_versions
What's wrong?
Latest version of PHP (CLI): 5.3.13
Installed version of PHP (CLI): 5.3.10
PHP5 (CLI) 5.3.10 to 5.3.13 update is available.
phpinfo() function shows that my server has php 5.3.13..
Results of ./build update_versions
Code:
Make Complete
Copying php.ini..
/usr/local/lib/php.ini already exists, skipping.
Increasing memory limit to 32M...
Installing php...
Installing PHP SAPI module: apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' libphp5.la /usr/lib/apache
/var/www/build/libtool --mode=install install libphp5.la /usr/lib/apache/
libtool: install: install .libs/libphp5.so /usr/lib/apache/libphp5.so
libtool: install: install .libs/libphp5.lai /usr/lib/apache/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/local/directadmin/custombuild/php-5.3.13/libs'
chmod 755 /usr/lib/apache/libphp5.so
apxs:Error: Activation failed for custom /etc/httpd/conf/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1
Stopping httpd: [ OK ]
Starting httpd:
What's wrong?