Apache, MySQL ---> Perl

z4ph0d

Raving Mad Mac Evangelist
I've configured Apache, Installed MySQL (3.23.49), and a news publishing system. However, when I log into the admin module. Httpd crashes with the error (console window) :

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x0000001c

Thread 0:
#0 0x00f51688 in php_network_getaddresses
#1 0x00f51944 in php_hostconnect
#2 0x01013cf8 in php_fopen_url_wrap_http
#3 0x00f4e418 in php_fopen_url_wrapper
#4 0x00f4dbb0 in php_fopen_wrapper
#5 0x00f4effc in php_fopen_wrapper_for_zend
#6 0x00f3e1cc in open_file_for_scanning
#7 0x00f3e340 in compile_file
..... (excess text clipped)


Obviously php_network_getadresses crashes, but why? Anybody have any constructive ideas?
 
Back
Top