You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jay Ebert <ja...@wirelesscar.com> on 2002/09/27 20:30:58 UTC

[users@httpd] Cannont make mod_webapp.so on Solaris 2.8

I am trying to build mod_webapp.so with the following environment:
Solaris 2.8, gcc 2.95, webapp-module-1.0-tc40, libtool 1.3.4.

 

The make fails with:

 

make[1]: Invoking "make  build"

/opt/sfw/bin//gcc -g -O2    -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT
-I/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/includ
e -I/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/include
-c "wa_main.c" -o "wa_main.o"

In file included from
/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/include/
apr_general.h:61,

                 from
/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/include/wa.h
:77,

                 from wa_main.c:59:

/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/include/
apr.h:198: #error Can not determine the proper size for apr_int64_t

/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/include/
apr.h:253: #error Can not determine the proper size for ssize_t

/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/include/
apr.h:256: #error Can not determine the proper size for size_t

/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/apr/include/
apr.h:265: #error Can not determine the proper size for apr_int64_t

*** Error code 1

make: Fatal error: Command failed for target `wa_main.o' Current working
directory
/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40/lib

*** Error code 1

make: Fatal error: Command failed for target `template'

Current working directory
/export/spare/home/web/apache_1.3.26/webapp-module-1.0-tc40

*** Error code 1

make: Fatal error: Command failed for target `lib-build'