All, On nvb79, i've tried to compile and install module with the following command (as explained here : http://httpd.apache.org/docs/2.0/programs/apxs.html)
The module comes from the coolstack apache source package. bash-3.2# /usr/apache2/2.2/bin/apxs -i -a -c mod_echo.c /usr/apache2/2.2/build/libtool --silent --mode=compile /opt/SUNWspro/bin/cc -prefer-pic -xO3 -xarch=386 -xchip=pentium -xspace -Xa -xildoff -xc99=all -DSSL_EXPERIMENTAL -DSSL_ENGINE -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/apache2/2.2/include -I/usr/apache2/2.2/include -I/usr/apache2/2.2/include -I/usr/include/ -c -o mod_echo.lo mod_echo.c && touch mod_echo.slo /usr/apache2/2.2/build/libtool --silent --mode=link /opt/SUNWspro/bin/cc -o mod_echo.la -rpath /usr/apache2/2.2/libexec -module -avoid-version mod_echo.lo /usr/apache2/2.2/build/instdso.sh SH_LIBTOOL='/usr/apache2/2.2/build/libtool' mod_echo.la /var/apache2/2.2/libexec /usr/apache2/2.2/build/libtool --mode=install cp mod_echo.la /var/apache2/2.2/libexec/ cp .libs/mod_echo.so /var/apache2/2.2/libexec/mod_echo.so chmod +x /var/apache2/2.2/libexec/mod_echo.so cp .libs/mod_echo.lai /var/apache2/2.2/libexec/mod_echo.la cp .libs/mod_echo.a /var/apache2/2.2/libexec/mod_echo.a chmod 644 /var/apache2/2.2/libexec/mod_echo.a ranlib /var/apache2/2.2/libexec/mod_echo.a libtool: install: warning: remember to run `libtool --finish /usr/apache2/2.2/libexec' chmod 755 /var/apache2/2.2/libexec/mod_echo.so apxs:Error: Config file /etc/apache2/2.2/conf.d/modules-32.load not found. Do you have any clues ? Thanks Eric
