Is anyone here running OpenACS on HP-UX and Oracle9? Here's the uname:
HP-UX HPUX-04 B.11.00 U 9000/800 unknown unknown HP-UX
In order to make AOLserver 4.0.2 run at all I applied this patch. Now I get a Segmentation Fault while parsing the AOLserver configuration file, inside the first ns_param
call. With lots of printfs I tracked down the segfault to nsd/config.c:627
inside a call to Tcl_CreateHashEntry
. Before I start debugging Tcl I wanted to check if anyone else has experienced similar problems.