apache: httpd-2.0.40-8
php: php-imap-4.3.1-1
php-4.3.1-1
php-ldap-4.3.1-1
php-mysql-4.3.1-1
Hi everyone,
I got a Redhat8.0 server and installed above rpms. Apache is currently
working, but the problem is that I can't get it to work with php(it only
display php source codes). I already add this line "AddType
application/x-httpd-php .php .phtml .php3 .phps" into my httpd.conf, so
is there any possibility might cause the problem?
I'm thinking it might because libphp4.so, so I try to include this line
"LoadModule mod_php4 modules/libphp4.so". But libphp4.so is not in
/etc/httpd/modules/, and I found it in /usr/lib/apache . Then I replace
the line with correct directory, I got following error:
Cannot load /usr/lib/apache/libphp4.so into server:
/usr/lib/apache/libphp4.so: undefined symbol: ap_block_alarms
Can anybody help? Thanks a lot in advance!!