Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Apache 2.0.43; Sol-7; gcc 3.2

Status
Not open for further replies.

Phreddy

Technical User
Jan 5, 2003
1
AU
I'm trying to compile a newer version of apache and I'm getting the following error.. I tried using gcc 2.95 and it gives the same error. Box is a Sun4m, Sol 7, with current patches. I've also tried configuring with different modules etc etc all give the same error....


more Error.txt
make[3]: Leaving directory `/export/local/httpd-2.0.43/modules/mappers'
make[2]: Leaving directory `/export/local/httpd-2.0.43/modules/mappers'
make[1]: Leaving directory `/export/local/httpd-2.0.43/modules'
Making all in support
make[1]: Entering directory `/export/local/httpd-2.0.43/support'
make[2]: Entering directory `/export/local/httpd-2.0.43/support'
/bin/ksh /export/local/httpd-2.0.43/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthreads -DSOLARIS2=7 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/export/local/httpd-2.0.43/srclib/apr/include -I/export/local/httpd-2.0.43/srclib/apr-util/include -I/export/local/httpd-2.0.43/srclib/apr-util/xml/expat/lib -I. -I/export/local/httpd-2.0.43/os/unix -I/export/local/httpd-2.0.43/server/mpm/prefork -I/export/local/httpd-2.0.43/modules/http -I/export/local/httpd-2.0.43/modules/filters -I/export/local/httpd-2.0.43/modules/proxy -I/export/local/httpd-2.0.43/include -I/export/local/httpd-2.0.43/modules/dav/main -c htpasswd.c && touch htpasswd.lo
/bin/ksh /export/local/httpd-2.0.43/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthreads -DSOLARIS2=7 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/export/local/httpd-2.0.43/srclib/apr/include -I/export/local/httpd-2.0.43/srclib/apr-util/include -I/export/local/httpd-2.0.43/srclib/apr-util/xml/expat/lib -I.
-I/export/local/httpd-2.0.43/os/unix -I/export/local/httpd-2.0.43/server/mpm/prefork -I/export/local/httpd-2.0.43/modules/http -I/export/local/httpd-2.0.43/modules/filters -I/export/local/httpd-2.0.43/modules/proxy -I/export/local/httpd-2.0.43/include -I/export/local/httpd-2.0.43/modules/dav/main -export-dynamic -L/export/local/httpd-2.0.43/srclib/apr-util/xml/expat/lib -o htpasswd htpasswd.lo /export/local/httpd-2.0.43/srclib/pcre/libpcre.la /export/local/httpd-2.0.43/srclib/apr-util/libaprutil-0.la -ldb /export/local/httpd-2.0.43/srclib/apr-util/xml/expat/lib/libexpat.la /export/local/httpd-2.0.43/srclib/apr/libapr-0.la -lrt -lm -lsocket -lnsl -lresolv -ldl
Undefined first referenced
symbol in file
__inet_addr /export/local/httpd-2.0.43/srclib/apr/.libs/
libapr-0.so
ld: fatal: Symbol referencing errors. No output written to .libs/htpasswd
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/export/local/httpd-2.0.43/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/local/httpd-2.0.43/support'
make: *** [all-recursive] Error 1
munshi#
munshi#

Any Clues????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top