hi I am installing apache on a new server. the make command gives me this error: /usr/include/signal.h:111: error: parse error before "siginfo_t" /usr/include/signal.h:113: error: parse error before "siginfo_t" make[3]: *** [passwd/apr_getpass.lo] Error 1 make[3]: Leaving directory `/HTTP/httpd-2.2.4/srclib/apr' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/HTTP/httpd-2.2.4/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/HTTP/httpd-2.2.4/srclib' *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' srclib os server modules support'; \ for i in $list; do \ if test -d "$i"; then \ target="$otarget"; \ echo "Making $target in $i"; \ if test "$i" = "."; then \ made_local=yes; \ target="local-$target"; \ fi; \ (cd $i && make $target) || exit 1; \ fi; \ done; \ if test "$otarget" = "all" && test -z 'httpd shared-build '; then \ made_local=yes; \ fi; \ if test "$made_local" != "yes"; then \ make "local-$otarget" || exit 1; \ fi make: Fatal error: Command failed for target `all-recursive' I tried many gcc versions. same error...any hint will be appreciated. Platform: Solaris 8 sparc apache 2.2.4 and 2.0.59 ___________________________________________________________ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx