Hello. I am having some issues with Apache 2.0.35 segfaulting when it tries to load the PHP 4.2.0 module. I start httpd, and it returns with no error messages in the error log or to standard out. (I am running Mandrake 8.2, 2.4.18), but there are NO httpd processes running. If I run 'httpd -X', I get a segfault message. I then removed the LoadModule line from my httpd.conf and httpd started and did not segfault. So I am pretty sure this has to do with the PHP module. I decided to do a bt in gdb for some extra info: (gdb) run -X Starting program: /usr/local/apache/conf/../bin/httpd -X [New Thread 1024 (LWP 27916)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 27916)] 0x40329991 in ts_resource_ex (id=1, th_id=0x0) at TSRM.c:310 310 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); (gdb) bt #0 0x40329991 in ts_resource_ex (id=1, th_id=0x0) at TSRM.c:310 #1 0x40291b0a in php_module_startup (sf=0x4034f6a0) at main.c:856 #2 0x4028f7ec in php_apache_server_startup (pconf=0x80b6380, plog=0x80ee460, ptemp=0x8140b70, s=0x81431d8) at sapi_apache2.c:442 #3 0x0807baa3 in ap_run_post_config (pconf=0x80b6380, plog=0x80ee460, ptemp=0x8140b70, s=0x81431d8) at config.c:127 #4 0x08080908 in main (argc=2, argv=0xbffff834) at main.c:611 #5 0x40118280 in __libc_start_main () from /lib/libc.so.6 So now.. any advice on how to fix this problem? I would really love to keep Apache 2.0 and not go back to Apache 1.3.X. Thanks in advance! -Tanya -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php