hello,
I just finished installing mysql 3.23.49, php 4.1.2, apache 1.3.22 and openssl 0.9.6b following the instructions here: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html
I'm using slackware linux and I've installed these packages before without any problem (using older versions of course).
Everything's apparently compiled and installed right, but when I run "apachectl start" I get the following, but httpd is never started.
./apachectl start: httpd started
thanks in advance for any suggestions! cheers
then you need to look in your systems logs to find out why..
not sure about linux, but in bsd you should
tail -f /var/log/messages &
and then apachectl, you'll see the error pop up..
then kill the tail process once its sorted.
I just tried that...nothing appeared when I tried to start apache...
any other suggestions?
you looked in the apache error_log too ?
bingo...thanks!
well, here's the error dump...happen to know what this means??
[Mon Mar 18 21:29:14 2002] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Mon Mar 18 21:29:14 2002] [error] (22)Invalid argument: shmctl() could not set segment #768 [Mon Mar 18 21:29:14 2002] [notice] Apache/1.3.22 (Unix) PHP/4.1.2 configured -- resuming normal operations [Mon Mar 18 21:29:14 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) [Mon Mar 18 21:29:14 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Mon Mar 18 21:29:14 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Mon Mar 18 21:29:14 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Mon Mar 18 21:29:14 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Mon Mar 18 21:29:14 2002] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295 [Mon Mar 18 21:29:15 2002] [alert] Child 4039 returned a Fatal error...
nevermind...did some detective work on this forum and found a solution here:
http://www.phpbuilder.com/forum/read.php3?num=3&id=109498&thread=105750
thanks for the clues ruckus!