On Wed, Mar 03, 1999, Juergen Rensen wrote:

> I had only one little problem installing apache 1.3.4, SSLeay0.9.0b, php3
> 3.0.7, mod_ssl 1.3.4 and postqresql, that was, 'palloc' was defined in some
> postqresql 6.3 header file that was itself included into some php3 C file
> that also included a different definition later in some apache header file
> (a re-definition warning is given). I checked the source and apparently
> there is no harm done.  It helped to check the logs after httpd startup;
> apache mentions the configured modules there.

Seems like a conflict caused by the ap_compat.h header.  Because usually the
symbol palloc is no longer used inside Apache (it's ap_palloc since 1.3). But
PHP3 seems to use the compat stuff, so this conflict occurs..

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to