You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2004/07/19 13:20:44 UTC

Re: [users@httpd] Install problem with Make

On Sat, Jul 17, 2004 at 05:54:45PM -0700, Mallik Kandula wrote:
> make[4]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/network_io/unix'
> /bin/bash /opt/mallik/downloads/httpd-2.0.50/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/u
> nix -I../../include/arch/unix  -c sendrecv.c && touch sendrecv.lo
> sendrecv.c: In function `apr_socket_sendfile':
> sendrecv.c:851: error: `sendfilevec_t' undeclared (first use in this function)
> sendrecv.c:851: error: (Each undeclared identifier is reported only once
> sendrecv.c:851: error: for each function it appears in.)
> sendrecv.c:851: error: `sfv' undeclared (first use in this function)
> sendrecv.c:870: error: `SFV_FD_SELF' undeclared (first use in this function)

You've probably applied the Solaris patch to the C library which adds
sendfilev() support, but you've not applied the patch to the C library
headers for same.

joe

---------------------------------------------------------------------
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