----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



Hi,Ed

>Before going on, I've one quick question -- have you gotten any other DSOs
>(preferably, ones which you compiled yourself) to run on the system in
>question?

Yes. I have other DSOs on my system.
My configuration of Apache is following,
  ./configure --prefix=/usr/local/apache \
                   --enable-module=most \
                   --enabel-shared=max

>It's hard for me to figure out why the operations above might fail; but,
>if you're willing to walk through server init in gdb, I'd love to see the
>output from the following (path names changed to be appropriate for your
>installation, of course):
>gdb bin/httpd
>> set args -X -f conf/httpd.conf
>> b ap_single_module_configure
>> run

I tried as you suggested.
Please check it out.
Thanks.
-----------------------------
# gdb bin/httpd
(gdb) set args -X -f conf/httpd.conf
(gdb) b ap_single_module_configure
Breakpoint 1 at 0x10018548
(gdb) run
Starting program: /usr/local/apache/bin/httpd -X -f conf/httpd.conf
"/usr/lpp/xlC/lib/libC.a": not in executable format: File format not recognized.


(gdb) c
Continuing.
Breakpoint 1, ap_single_module_configure (p=0x200191f8, s=0x20019220,
    m=0x20050e08) at http_config.c:1496
1496    in http_config.c
(gdb) s
1497    in http_config.c
(gdb) s
jserv_server_config_create (p=0x200191f8, s=0x20019220) at mod_jserv.c:299
299     mod_jserv.c: No such file or directory.
(gdb) s
Program received signal SIGSEGV, Segmentation fault.
0xd090fef8 in ap_pcalloc () at alloc.c:773
773     alloc.c: No such file or directory.
----------------------------------------


Kumi Kitamura




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to