Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Apache Complie Problem
Name: CyberMartyr Date: August 29, 2005 at 06:38:09 Pacific OS: Solaris 8 CPU/Ram: 266/2048MB
Comment:
/bin/ksh /home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include -I/home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/include -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo network_io/unix/sendrecv.c: In function `apr_socket_sendfile': network_io/unix/sendrecv.c:842: error: `sendfilevec64_t' undeclared (first use in this function) network_io/unix/sendrecv.c:842: error: (Each undeclared identifier is reported only once network_io/unix/sendrecv.c:842: error: for each function it appears in.) network_io/unix/sendrecv.c:842: error: `sfv' undeclared (first use in this function) network_io/unix/sendrecv.c:861: error: `SFV_FD_SELF' undeclared (first use in this function) network_io/unix/sendrecv.c:863: warning: cast from pointer to integer of different size network_io/unix/sendrecv.c:887: warning: cast from pointer to integer of different size make[3]: *** [network_io/unix/sendrecv.lo] Error 1 make[3]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib/apr' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib' make: *** [all-recursive] Error 1
Summary: Hello, I've setup apache2.0 on my ultra5 box hoping to serve. The problem that i'm having is when i try to start up apache with the command: /usr/local/apache2/bin/apachectl start but, i get thi...
Summary: Hello All, I recently download Apache 2.0 from the .org site. I manage get through the unzipping,untaring,and configuaring the source tree. I was also able to run the "make command". After this ...
Summary: Hello, I'm trying to install Apache 2.0.39. I already installed gcc 3.1 on Solaris 5.8 After ./configure, I could not run make (make: not found) Thanks ...