php config question (on unix)

i received the following error when trying to update the server to php 4.1.2...

Internal Server Configuration Error

Syntax error on line 58 of /usr/local/etc/httpd/conf/httpd.conf: Cannot load /usr/local/etc/httpd/modules/mod_php4-4.1.2-module-mysql-imap.so into server: /usr/local/etc/httpd/modules/mod_php4-4.1.2-module-mysql-imap.so: Undefined symbol "ap_block_alarms"

i don't know what "ap_block_alarms" is...any help would be great! thanks.

:confused: d

Your error is coming from Apache. Found the following on www.apache.org by searching for ap_block_alarms

Apache 1.3 API: ap_block_alarms -- rank: 1000
... 1.3 API Documentation Routine ap_block_alarms Definition: void ap_block_alarms(void); Usage example: ap_block_alarms(); pid = fork(); if ...
Last Modified: 2001-06-23 06:38:46
Document Size: 1488

2 Apache API: ap_block_alarms -- rank: 952
Apache API Documentation ap_block_alarms Definition: void ap_block_alarms(void); Usage example: No examples ... a corresponding call to unblock_alarms. Previous: ap_bhalfduplex Next: ap ...
Last Modified: 2000-06-14 03:40:08
Document Size: 1093

The only problem is I'm not registered as a developer (and didn't bother to since I don't want the extra email). Go to Apache and register so you can look at the info. Good luck.