Apache没有启动OSX 10.6.7

时间:2011-06-30 03:54:52

标签: mysql apache macos terminal

这让我疯了!新计算机,不是两天,全新安装OS x 10.6.7。

我查看了系统偏好设置>分享>网络共享:开启

当我转到:http://192.168.1.13/http://192.168.1.13/~gorteks/时,消息显示:

Safari can’t open the page “http://192.168.1.13/~gorteks/” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again."

在终端我尝试输入:$ sudo apachectl configtest

错误以:httpd: Syntax error on line 493 of /private/etc/apache2/httpd.conf: Syntax error on line 8 of /private/etc/apache2/other/+entropy-php.conf: Cannot load /usr/local/php5/libphp5.so into server: dlopen(/usr/local/php5/libphp5.so, 10): Symbol not found: _libiconv\n Referenced from: /usr/local/php5/lib/libintl.8.dylib\n Expected in: /usr/lib/libiconv.2.dylib\n

返回

每个人,我都不知道如何解决这个问题,因为我对所有这些都是一个菜鸟。任何人都可以对这个问题有所了解吗?非常感谢!!

DD

1 个答案:

答案 0 :(得分:-1)

我建议你使用MAMP http://www.mamp.info这是一个Apache + PHP + MySQL已配置的解决方案。强烈建议使用。

另一方面,它表示httpd.conf文件中存在语法错误。它必须在/etc/apache2/httpd.conf之下。你可以在某处发布该文件,然后尝试修复第493行附近的错误。