thanks! that was the solution .... -------------------------------------------------- solo turn wrote:
> there is a compile error on solaris 2.8: > > /bin/bash /home/src/httpd-2.0.44/srclib/apr/libtool --silent > --mode=compile cc -g -mt -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS > -D_REENTRANT -I/home/src/httpd-2.0.44/srclib/apr/include > -I/home/src/httpd-2.0.44/srclib/apr-util/include > -I/home/local/include whoops, /home/local/include is searched before Apache directories... any chance you have a previous Apache install there? you're probably picking up old levels of Apache header files, and ENABLE_SENDFILE_* wasn't defined in 2.0.43 > -I/home/src/httpd-2.0.44/srclib/apr-util/xml/expat/lib -I. > -I/home/src/httpd-2.0.44/os/unix > -I/home/src/httpd-2.0.44/server/mpm/prefork > -I/home/src/httpd-2.0.44/modules/http > -I/home/src/httpd-2.0.44/modules/filters > -I/home/src/httpd-2.0.44/modules/proxy > -I/home/src/httpd-2.0.44/include -I/home/local/include/openssl > -I/home/src/httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c > request.c && touch request.lo > "core.c", line 184: undefined struct/union member: enable_sendfile > "core.c", line 184: undefined symbol: ENABLE_SENDFILE_UNSET __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
