I've installed 1.3.20 from source on an i686 RedHat 7.1 box. When I do the
most basic install I get a shared memory failure (I think) when I start
httpd. Httpd starts, the pid is written to /var/run/httpd.pid, then it
crashes. I've seen many, many other posts related to this, but no
resolution. Has anyone experienced this and gotten past it? I could go with
the 1.3.19 RPM but that would be admitting defeat. Since 7.1 and 1.3.20 have
been out for months I can't be the only idiot trying to do this.
I modified the config.layout file with updated paths from RedHat 5.2 to
RedHat 7.1 just for consistency, ie:
old: datadir: /home/httpd
new: datadir: /var/www
I've installed like this:
./configure --with-layout=RedHat
make
make install
/usr/sbin/apachectl start
There do not appear to be any compile/install errors.
I get this on start, no other logs anywhere:
[Wed Sep 19 16:38:12 2001] [error] (22)Invalid argument: shmctl() could not
set segment #15194112
Thanks in advance for any help.
Mike