Hi, Am 21.03.13 15:16, schrieb Markus Sonnenberg: > Hi, > > i want to compile 'pwauth' on a solaris 10 box and therefore i need to > have mod_auth_external compiled. since i have apache2 from opencsw i > thought someone on this list could give me some helping hints on this. > > i'm getting the following. > <snip> > ismine/Download/mod_auth_external-2.2.11# /opt/csw/apache2/sbin/apxs -c > mod_auth_external.c > /opt/csw/libexec/apr/build-1/libtool --silent --mode=compile > /opt/SUNWspro/bin/cc -prefer-pic -DSSL_EXPERIMENTAL -DSSL_ENGINE -xO3 -m32 > -xarch=v8 -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT > -D_LARGEFILE64_SOURCE -mt -I/opt/csw/apache2/include -I/opt/csw/include > -I/opt/csw/include -I/opt/csw/bdb48/include -c -o mod_auth_external.lo > mod_auth_external.c && touch mod_auth_external.slo > cc: Warning: illegal use of -xarch option, illegal value ignored: v8 > "mod_auth_external.c", line 224: cannot find include file: "httpd.h" > "mod_auth_external.c", line 225: cannot find include file: "http_config.h" > "mod_auth_external.c", line 226: cannot find include file: "http_core.h" > "mod_auth_external.c", line 227: cannot find include file: "http_log.h" > "mod_auth_external.c", line 228: cannot find include file: "http_protocol.h" > "mod_auth_external.c", line 229: cannot find include file: "http_request.h" > "mod_auth_external.c", line 237: bad token in #error directive: 2.0.0 > "mod_auth_external.c", line 237: #error: This module requires Apache 2.0.0 or > later.
sounds like you are missing the header files. Install CSWapache2-dev Greetings Jan _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
