You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Wadsworth <tb...@wadhome.org> on 2003/11/01 21:21:48 UTC

[users@httpd] 2.0.48 'make' fails on Solaris 2.8 box

I installed gcc 3.3 on this Solaris 8 box, and it went okay. I also installed a bunch of packages from the Solaris 8 CD-ROMs, that were needed for building stuff. Then I tried to install Apache httpd 2.0.48 but am having problems.

./configure went fine (after I got the right packaged in place, that is), but make fails like this:

==================

root-codebase$make
Making all in srclib
Making all in apr
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
/bin/ksh /export/home/wad/install/httpd-2.0.48/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/unix -I../../include/arch/unix  -c sendrecv.c && touch sendrecv.lo
sendrecv.c: In function `apr_socket_sendfile':
sendrecv.c:890: error: `sendfilevec_t' undeclared (first use in this function)
sendrecv.c:890: error: (Each undeclared identifier is reported only once
sendrecv.c:890: error: for each function it appears in.)
sendrecv.c:890: error: `sfv' undeclared (first use in this function)
sendrecv.c:909: error: `SFV_FD_SELF' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `sendrecv.lo'
Current working directory /export/home/wad/install/httpd-2.0.48/srclib/apr/network_io/unix
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/wad/install/httpd-2.0.48/srclib/apr/network_io/unix
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/wad/install/httpd-2.0.48/srclib/apr
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/wad/install/httpd-2.0.48/srclib
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

==================

I welcome any helpful suggestions! If anyone wants more info to help me diagnose the problems, just ask (please be a little specific, though, as I'm not a major UNIX developer guru guy, obviously)

--- Eric Wadsworth

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org