On Sun, 30 Apr 2000, Steve Bergman wrote:
> Hi,
>
> I have installed the moster SRPM package on Mandrake 7.0. I believe
> I have followed the instructions in the installation guide, modified a
> bit since the modules seem to be compiled in when using the SRPM. As
> soon as I go to servername:8101 I get "Page contains no data" and a
> report of a SIGSEV in the server log.
>
> I don't seem to get a nonstripped version of httpd. Even the one in the
> src directory is stripped. Here is the GDB output:
install the srpm package if you haven't done so, open
/usr/src/redhat/SPECS/apache-midgard-1.2.5.spec, and add -g to every
definition of OPTIM, the rebuild by doing rpm -bb
apache-midgard-1.2.5.spec.
The resulting package in
/usr/src/redhat/RPMS/i386/apache-midgard-1.2.5-10.i386.rpm can be
installed and will have debug info.
Furthermore, instead of starting apache as usual, shutdown apache, and run
# gdb /usr/sbin/httpd
(gdb) run -X
and then request the page. This will run a single apache process in gdb
which will make pinpointing the problem easier.
After quitting gdb you will want to explicitly stop the server again. On
my RH box it sometimes looks like it remains active.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]