[EMAIL PROTECTED] bin]$ ./apachectl start
[Tue Mar 23 05:13:54 2004] [warn] Loaded DSO /home/app6/abc.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)
The above line is probably what is wrong - your module needs to be compiled with the -DEAPI flag, otherwise it won't link properly, thus the segfault.
Regards, Graham --
