去掉ssl模块后,就没有这个问题了。
但是运行后,登陆bbs,会显示如下问题:
Warning: chdir(): No such file or directory (errno 2) in /usr/local/www/htdocs/funcs.php on line 18
Fatal error: Call to undefined function: bbs_ext_initialized() in /usr/local/www/htdocs/funcs.php on line 19
请问如何解决?
【 在 jacoby (beatle) 的大作中提到: 】
安装时?/configure --prefix=/usr/local/www --enable-module=so --enable-module
=ssl。
再安装了php4.3.3
./configure --with-apxs=/usr/local/www/bin/apxs --disable-debug \
--enable-pic --disable-rpath --enable-inline-optimization \
--with-dom --with-gd --with-freetype-dir=/usr/lib \
--with-png-dir --with-iconv --with-jpeg-dir --with-zlib \
--enable-track-vars
但是运行apachectl startssl后提示
warn] Loaded DSO /usr/local/www/libexec/libphp4.so uses plain Apache 1.3 API,
this module might crash under EAPI! (please recompile it with -DEAPI)
./apachectl startssl: httpd could not be started
请问如何解决这个问题?
--
FROM 202.119.14.*