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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not build Apache 2.2.11 for Solaris 10 x86 11/06

Status
Not open for further replies.

xunil321

Technical User
May 6, 2008
22
DE
Dear all,

during the 'make' procedure for Apache 2.2.11 under Solaris 10 x86 we
see these errors:

/tmp/apache/httpd-2.2.11/srclib/apr/libtool --silent --mode=compile
gcc -g -O2
-DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -
D_LARGEFILE64_SOURCE
-I/tmp/apache/httpd-2.2.11/srclib/pcre -I. -I/tmp/apache/httpd-2.2.11/
os/unix
-I/tmp/apache/httpd-2.2.11/server/mpm/prefork
-I/tmp/apache/httpd-2.2.11/modules/http
-I/tmp/apache/httpd-2.2.11/modules/filters
-I/tmp/apache/httpd-2.2.11/modules/proxy -I/tmp/apache/httpd-2.2.11/
include
-I/tmp/apache/httpd-2.2.11/modules/generators
-I/tmp/apache/httpd-2.2.11/modules/mappers
-I/tmp/apache/httpd-2.2.11/modules/database
-I/tmp/apache/httpd-2.2.11/srclib/apr/include
-I/tmp/apache/httpd-2.2.9/srclib/apr-util/include
-I/tmp/apache/httpd-2.2.11/modules/proxy/../generators
-I/tmp/apache/httpd-2.2.11/modules/ssl
-I/tmp/apache/httpd-2.2.11/modules/dav/main -prefer-non-pic -static -c
htpasswd.c && touch htpasswd.lo
/tmp/apache/httpd-2.2.11/srclib/apr/libtool --silent --mode=link gcc -
g -O2
-o htpasswd htpasswd.lo -lm /tmp/apache/httpd-2.2.11/srclib/pcre/
libpcre.la
/tmp/apache/httpd-2.2.11/srclib/apr-util/libaprutil-1.la -lexpat
/tmp/apache/httpd-2.2.11/srclib/apr/libapr-1.la -luuid -lsendfile -lrt
-lsocket
-lnsl -lpthread

Undefined first referenced
symbol in file
atomic_swap_32 /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so
atomic_cas_ptr /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so
atomic_swap_ptr /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so
atomic_inc_32_nv /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so
atomic_dec_32_nv /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so
atomic_cas_32 /tmp/apache/httpd-2.2.11/srclib/apr/.libs/
libapr-1.so

ld: fatal: Symbol referencing errors. No output written to .libs/
htpasswd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `htpasswd'

Any idea how to solve this problem?

THX, Rainer
 
We got it!!!
An Upgrade to Solaris 10 x86 5/08 did the trick but don't ask me why.

THX, Rainer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top