安装时?/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.*