Bennett, Tony - CNF wrote:
FYI:

When compiling 2.0.45 on AIX 4.3.3 I am getting
loads of "Informational" messages like (but not limited to):

I shouldn't have turned this on (-qinfo=pro) except for --enable-maintainer-mode because of the _Errno issue. Sorry :(


1506-304 (I) No function prototype given for "_Errno"

no way to get rid of this cleanly, no prototype for _Errno() anywhere under /usr/include


Theoretically we could provide a prototype for _Errno() somewhere... It seems rather goofy to provide prototypes for system functions though.

        1506-304 (I) No function prototype given for "strcasecmp"
        1506-304 (I) No function prototype given for "strncasecmp"
        1506-304 (I) No function prototype given for "yy_flex_alloc"
        1506-304 (I) No function prototype given for "yy_fatal_error"
        1506-304 (I) No function prototype given for "yy_flex_alloc"
        1506-304 (I) No function prototype given for
"ssl_expr_yy_init_buffer"
        1506-304 (I) No function prototype given for "ldap_unbind_s"
        1506-304 (I) No function prototype given for "ldap_init"

unless you have patches to include the right header files or whatever else is required to resolve these, feel free to send to this list :)
otherwise I'll try to hunt them down


just sending me (not the mailing list) the output of "make >output 2>&1" (after first doing make clean) could save me some time

what ldap library/version by the way? the ldap stuff could potentially be specific to the ldap client library

It does successfully compile, and all modules seem to work fine.

no reason at all to think it wouldn't work properly, particularly with a 32-bit build...



In case it matters, here is my config.nice: CC="cc_r"; export CC CPPFLAGS="-qcpluscmt"; export CPPFLAGS "./configure" \ "--with-mpm=worker" \ "--prefix=/usr/local/apache" \ "--enable-dav=static" \ "--enable-dav_fs=static" \ "--enable-ssl=static" \ "--with-ldap=yes" \ "--with-ldap-include=/usr/local/include" \ "--with-ldap-lib=/usr/local/lib" \ "--enable-ldap=static" \ "--enable-auth_ldap=static" \ "$@"



Reply via email to