Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 64774 invoked from network); 9 Mar 2004 11:14:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Mar 2004 11:14:41 -0000 Received: (qmail 57932 invoked by uid 500); 9 Mar 2004 11:14:14 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 57904 invoked by uid 500); 9 Mar 2004 11:14:13 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 57889 invoked from network); 9 Mar 2004 11:14:13 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 9 Mar 2004 11:14:13 -0000 Received: (qmail 15601 invoked by uid 50); 9 Mar 2004 11:14:57 -0000 Date: 9 Mar 2004 11:14:57 -0000 Message-ID: <20040309111457.15600.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 27535] New: - Apache 2 compile error on Solaris 9 12/03 Sparc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=27535 Apache 2 compile error on Solaris 9 12/03 Sparc Summary: Apache 2 compile error on Solaris 9 12/03 Sparc Product: Apache httpd-2.0 Version: 2.0.48 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: rasche@xcommunycationz.com I can't compile any branch of Apache 2 on Solaris 9 12/03 machine. It always hangs there: make[1]: Leaving directory `/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules' Making all in support make[1]: Entering directory `/usr/local/httpd-2.0-APACHE_2_0_BRANCH/support' make[2]: Entering directory `/usr/local/httpd-2.0-APACHE_2_0_BRANCH/support' /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthreads -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr/include -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/include -I/usr/local/include -I. -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/os/unix -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/server/mpm/experimental/leader -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/http -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/filters -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/proxy -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/include -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/generators -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/dav/main -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthreads -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr/include -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/include -I/usr/local/include -I. -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/os/unix -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/server/mpm/experimental/leader -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/http -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/filters -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/proxy -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/include -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/generators -I/usr/local/httpd-2.0-APACHE_2_0_BRANCH/modules/dav/main -export-dynamic -L/usr/local/lib -o htpasswd htpasswd.lo /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/pcre/libpcre.la /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/libaprutil-0.la -lexpat /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr/libapr-0.la -lsendfile -lrt -lm -lsocket -lnsl -lresolv -lpthread -ldl Undefined first referenced symbol in file libiconv_close /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/.libs/libaprutil-0.so libiconv /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/.libs/libaprutil-0.so libiconv_open /usr/local/httpd-2.0-APACHE_2_0_BRANCH/srclib/apr-util/.libs/libaprutil-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 `/usr/local/httpd-2.0-APACHE_2_0_BRANCH/support' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/httpd-2.0-APACHE_2_0_BRANCH/support' make: *** [all-recursive] Error 1 This machine has a freas installed Solaris 9 12/03 Sparc and patched mostly. My GNU packages like autoconf, gcc and libtool coming from http://www.blastwave.org/packages.php. Thank you in advance! Regards, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org