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

build 64 bit apache 2.2.4 - libapr error (Solaris 10)

Status
Not open for further replies.

csgonan

MIS
May 2, 2007
118
US
I am trying to build 64 bit apache 2.2.4 on a Sun server. I have built many applications so far. This is my configure line

CC='gcc -m64 -mcpu=v9 -O3' ./configure --disable-ipv6 --enable-info --enable-status --enable-ssl --with-ssl=/usr/local/ssl --disable-negotiation --disable-userdir --disable-autoindex --disable-imap --enable-expires

This is the failure. Do I have to compile each of the libapr programs separately or is there something else wrong.

Thanks
--------------------
Undefined first referenced
symbol in file
find_if_index /home1/users/cross/packages/UnpackedDownloads/httpd-2.2.4/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'
Current working directory /home1/users/cross/packages/UnpackedDownloads/httpd-2.2.4/support
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top