安装sybase+php+apache出现的问题

安装sybase+php+apache出现的问题

安装sybase+php+apache出现的问题
在RedHat7.3下安装httpd-2.0.43
./configure --enable-so
make
make install

然后安装:php-4.2.3
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-sybase-ct=/sybase
(注:sybase-11.9.2安装在/sybase下)
make
make install
然后启动apache
/usr/local/apache2/bin/apachectl start
无任何出错提示,但是,实际上apache没有启动,
运行:
/usr/local/apache2/bin/apachectl stop
出现提示:
httpd(no pid file) not running
请问这是何鼓。错在哪里!!!!      
See logfiles and put them out.      
请问是何意思,能具体一点吗?      
所有的与apache服务相关的日志都在这个/var/log/httpd目录下,版主让你把出错日志信息贴出来,以便参考。具体是哪个日志文件还得请版主提示,小弟也是菜鸟!!!哈哈!!!      
在error_log中提示:
[notice]Apache/2.0.43 (Unix)configured -- resuming normal operations
[notice]caught SIGTERM,shutting down
[notice]Apache/2.0.43 (Unix)configured -- resuming normal operations
[notice]caught SIGTERM,shutting down