You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Carsten Schwertfeger <cs...@vizzavi-net.de> on 2002/08/15 14:54:03 UTC

Komplilierungsprobleme von httpd-2.0.40 auf solaris

Hi,

zur Zeit versuche ich die Version 2.0.40 auf solaris zu kompilieren
und komme nicht weiter.

Ich habe das configure-script mit folgenden Parametern gestartet

./configure \
--enable-layout=Apache \
--prefix=/apps/apache/httpd-2.0.40 \
--enable-mods-shared=most \
--with-expat=/apps/local \
--enable-static-support

LD_LIBRARY_PATH ist folgendermassen gesetzt

LD_LIBRARY_PATH=./:/lib:/usr/lib:/usr/local/lib:/apps/local/lib

und uname -a wirft folgendes aus

SunOS webforce 5.8 Generic_108528-12 sun4u sparc SUNW,UltraSPARC-IIi-cEngine


Nachdem nun make gestartet wird, ergibt sich mittendrin folgender
Abbruch.

---- schnipp ----
/bin/bash /opt/tmp/apache/src/httpd-2.0.40/srclib/apr/libtool --silent 
--mode=compile gcc -g -O2 -pthreads   -DHAVE_CONFIG_H -DSOLARIS2=8 
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT   -I../../include 
-I../../include/arch/solaris_sparc -I../../include/arch/unix  -c 
sendrecv.c && touch sendrecv.lo
sendrecv.c: In function `apr_sendfile':
sendrecv.c:873: `sendfilevec_t' undeclared (first use in this function)
sendrecv.c:873: (Each undeclared identifier is reported only once
sendrecv.c:873: for each function it appears in.)
sendrecv.c:873: `sfv' undeclared (first use in this function)
sendrecv.c:874: parse error before `int'
sendrecv.c:885: `vecs' undeclared (first use in this function)
sendrecv.c:888: `curvec' undeclared (first use in this function)
sendrecv.c:891: `i' undeclared (first use in this function)
sendrecv.c:892: `SFV_FD_SELF' undeclared (first use in this function)
sendrecv.c:896: `requested_len' undeclared (first use in this function)
sendrecv.c:947: `repeat' undeclared (first use in this function)
make[4]: *** [sendrecv.lo] Error 1
make[4]: Leaving directory 
`/opt/tmp/apache/src/httpd-2.0.40/srclib/apr/network_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/opt/tmp/apache/src/httpd-2.0.40/srclib/apr/network_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/tmp/apache/src/httpd-2.0.40/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/tmp/apache/src/httpd-2.0.40/srclib'
make: *** [all-recursive] Error 1
---- schnapp ----


Irgendeine Idee?


Carsten Schwertfeger 8o)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org