You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mallik Kandula <ma...@yahoo.com> on 2004/07/18 02:54:45 UTC

[users@httpd] Install problem with Make

This is Solaris 8 with my env as under:
# echo $LD_LIBRARY_PATH
/usr/lib:/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/heimdal/lib:/usr/local/BerkeleyDB.4.2/lib:/usr/local/lib/sasl2:/opt/sfw/lib:/opt/netscape7/SUNWns
 
 
# make
Making all in srclib
make[1]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib'
Making all in apr
make[2]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr'
Making all in strings
make[3]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/strings'
make[4]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/strings'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/strings'
make[3]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/strings'
Making all in passwd
make[3]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/passwd'
make[4]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/passwd'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/passwd'
make[3]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/passwd'
Making all in tables
make[3]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/tables'
make[4]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/tables'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/tables'
make[3]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/tables'
Making all in file_io/unix
make[3]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/file_io/unix'
make[4]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/file_io/unix'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/file_io/unix'
make[3]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/file_io/unix'
Making all in network_io/unix
make[3]: Entering directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/network_io/unix'
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)
make[4]: *** [sendrecv.lo] Error 1
make[4]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/network_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr/network_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/mallik/downloads/httpd-2.0.50/srclib'
make: *** [all-recursive] Error 1
#
 
 
Any help is appreciated.
 
Thanks,
 
Mallik

		
---------------------------------
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

Re: [users@httpd] Install problem with Make

Posted by Joe Orton <jo...@redhat.com>.
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