On Tue, Feb 20, 2001 at 10:54:22AM +0000, [EMAIL PROTECTED] wrote:
> I can send whole output of 'make' if that would be helpful, I only 
> included the link command because that was were the error occured.
> 
> Your suggestion of -lgcc sounds plausible, however I am not a C 
> programmer and I have no idea why it is there, if it is necessary and 
> how to get rid of it if that would solve the problem. All I do is run 
> the configure as shown below and then run make. I have done this 
> exact same thing with mod_ssl-2.4.10-1.3.9 without any problems.

gcc has the unfortunate habit of creating calls to _umoddiv3 (and some
other functions provided in libgcc). I hate these calls, since they make
a lot of problems like those you are currently experiencing.
I run apache with mod_ssl on HP-UX 10.20 but I have my mod_ssl statically
compiled in and it works fine. If there is no special requirement for
having mod_ssl dynamically loaded, simply compile it in statically.
You won't note it unless you activate the SSL functionality.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to