On a Redhat 6.2 machine I've tried installing with the vanilla script and with --link-statically, but I always get a segfault when I try to access a page handled by NWS.
[Wed Mar 7 16:38:05 2001] [notice] child pid 16704 exit signal Segmentation fault (11)
Actually, it's running as user and group 'postgres' since I need to do lots of DB work with it. Is there a more correct user to run as? Most apache installations seem to run as nobody.
This is a RH6.2 system.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I actually get the segementation fault occasionally on my system, Redhat 7.0. Doesn't happen all the time, just once in a while. Clicking on the link/button/whatever again usually works.
[Sat Mar 24 17:16:28 2001] [notice] Apache/1.3.12 (Unix) NeoWebScript/3.3.0 configured -- resuming normal operations
[Sat Mar 24 17:16:52 2001] [notice] child pid 27246 exit signal Segmentation fault (11)
[Sat Mar 24 17:17:01 2001] [notice] child pid 27250 exit signal Segmentation fault (11)
[Sat Mar 24 17:17:01 2001] [notice] child pid 27244 exit signal Segmentation fault (11)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Help
On a Redhat 6.2 machine I've tried installing with the vanilla script and with --link-statically, but I always get a segfault when I try to access a page handled by NWS.
[Wed Mar 7 16:38:05 2001] [notice] child pid 16704 exit signal Segmentation fault (11)
my httpd looks like:
libm.so.6 => /lib/libm.so.6 (0x4001b000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40038000)
libdb.so.3 => /lib/libdb.so.3 (0x40065000)
libdl.so.2 => /lib/libdl.so.2 (0x4009f000)
libtcl8.3.so => /usr/local/lib/libtcl8.3.so (0x400a4000)
libtclx8.2.so => /usr/local/apache-nws/lib/libtclx8.2.so (0x40123000)
libneo8.2.so => /usr/local/apache-nws/lib/libneo8.2.so (0x40143000)
libgd1.2.so => /usr/local/apache-nws/lib/libgd1.2.so (0x40150000)
libc.so.6 => /lib/libc.so.6 (0x4017f000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Any suggestions? Is there a mailing list?
Thanks,
-Bill
I think this is because you are running httpd as group nobody. I believe that the docs say that this does not work on some systems.
Actually, it's running as user and group 'postgres' since I need to do lots of DB work with it. Is there a more correct user to run as? Most apache installations seem to run as nobody.
This is a RH6.2 system.
I actually get the segementation fault occasionally on my system, Redhat 7.0. Doesn't happen all the time, just once in a while. Clicking on the link/button/whatever again usually works.
[Sat Mar 24 17:16:28 2001] [notice] Apache/1.3.12 (Unix) NeoWebScript/3.3.0 configured -- resuming normal operations
[Sat Mar 24 17:16:52 2001] [notice] child pid 27246 exit signal Segmentation fault (11)
[Sat Mar 24 17:17:01 2001] [notice] child pid 27250 exit signal Segmentation fault (11)
[Sat Mar 24 17:17:01 2001] [notice] child pid 27244 exit signal Segmentation fault (11)