
neessen at element5
Feb 17, 2005, 1:41 AM
Post #1 of 1
(4467 views)
Permalink
|
|
Problem with compiling mod_backhand 1.2.2 unter SunOS 2.10
|
|
Hi there, we are trying to compile mod_backhand 1.2.2 under Solaris 10 (x86). The compile run stops while building with the following errors: ,---- | ===> src/modules/backhand | gcc -c -I../../os/unix -I../../include -I/usr/local/ssl/include | -I/usr/local/include -DSOLARIS2=2100 -DTARGET=\"httpsd\" -DUSE_EXPAT | -I../../lib/expat-lite -DAPACHE_SSL `../../apaci` mod_backhand.c | In file included from mod_backhand.c:31: | mod_backhand.h:40: warning: static declaration for `inet_aton' follows non-static | mod_backhand.c: In function `backhand_cleanup_shm': | mod_backhand.c:318: warning: passing arg 1 of `shmdt' from incompatible pointer type | gcc -c -I../../os/unix -I../../include -I/usr/local/ssl/include | -I/usr/local/include -DSOLARIS2=2100 -DTARGET=\"httpsd\" -DUSE_EXPAT | -I../../lib/expat-lite -DAPACHE_SSL `../../apaci` back_util.c | In file included from back_util.c:22: | mod_backhand.h:40: warning: static declaration for `inet_aton' follows non-static | In file included from back_util.c:36: | platform.c: In function `initstat': | platform.c:273: error: parse error before "else" | platform.c: In function `fillstat': | platform.c:389: error: parse error before "else" | back_util.c: In function `broadcast_my_stats': | back_util.c:567: warning: passing arg 2 of `serv_accept' from incompatible pointer type | make[4]: *** [back_util.o] Error 1 | make[3]: *** [all] Error 1 | make[2]: *** [subdirs] Error 1 | make[2]: Leaving directory `/var/tmp/build/apache_1.3.33/src' | make[1]: *** [build-std] Error 2 | make[1]: Leaving directory `/var/tmp/build/apache_1.3.33' | make: *** [build] Error 2 `---- We are using the following pices of software: - apache 1.3.33 (for testing reasons) + Ben/SSL Patch 1.55 - php 4.3.9 - GNU Make 3.80 (SunOS 2.10) - gcc (GCC) 3.3.2 (SunOS 2.10) Do you have any suggestions how to get the mod_backhand built? Regards element5 AG Winfried Neessen System- and Networkadministrator _______________________________________________ backhand-users mailing list backhand-users [at] lists http://lists.backhand.org/mailman/listinfo/backhand-users
|