Hi,
We read this in the STATUS file of 2.0.24:
"There is a bug in how we sort some hooks, at least the pre-config
hook. The first time we call the hooks, they are in the correct
order, but the second time, we don't sort them correctly. Currently,
the modules/http/config.m4 file has been renamed to
modules/http/config2.m4 to work around this problem, it should moved
back when this is fixed."
But we don't understand the exact problem or the fix... Can you please
explain..
Also, if we did not rename the config.m4 files to config2.m4, Can it cause a
seg fault?
Thanks
Hany
-----Original Message-----
From: Farag, Hany M (Hany)
Sent: Thursday, September 20, 2001 2:25 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Debugging Apache2.0 ...
Hi,
I'm trying to debug Apache 2.0, I changed the log level in the httpd.conf
file to debug, also i used the ap_log_rerror(,,,,,) in my code to see the
values and other debuging info but cann't see any thing just the evil seg
fault message.
Is there any other method i can use.
Thanks
Hany
-----Original Message-----
From: Farag, Hany M (Hany)
Sent: Tuesday, September 18, 2001 6:22 PM
To: [EMAIL PROTECTED]
Subject: RE: How to build Apache2.0 with more than one module
Thank you all for your help.
I can see the 2 modules included in the build.
I was missing the Makefile.in
Thanks
Hany
-----Original Message-----
From: Ryan Bloom [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 5:34 PM
To: [EMAIL PROTECTED]; Farag, Hany M (Hany)
Subject: Re: How to build Apache2.0 with more than one module
On Tuesday 18 September 2001 01:53 pm, Farag, Hany M (Hany) wrote:
Did you put a Makefile.in into the one directory?
> yes, it looks like this:
>
> dnl modules enabled in this directory by default
>
> dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[,
> config]]]])
>
> APACHE_MODPATH_INIT(one)
>
> APACHE_MODULE(one, testing module one, , , yes)
>
> APR_ADDTO(LT_LDFLAGS,-export-dynamic)
>
> APACHE_MODPATH_FINISH
______________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
Covalent Technologies [EMAIL PROTECTED]
--------------------------------------------------------------