Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 42034 invoked from network); 16 Sep 2003 01:45:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Sep 2003 01:45:41 -0000 Received: (qmail 54241 invoked by uid 500); 16 Sep 2003 01:45:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 54227 invoked by uid 500); 16 Sep 2003 01:45:09 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 54214 invoked from network); 16 Sep 2003 01:45:09 -0000 Received: from unknown (HELO mail.iinet.net.au) (203.59.3.36) by daedalus.apache.org with SMTP; 16 Sep 2003 01:45:09 -0000 Received: (qmail 18689 invoked from network); 16 Sep 2003 01:45:06 -0000 Received: from unknown (HELO bandicoot) (203.59.152.253) by mail.iinet.net.au with SMTP; 16 Sep 2003 01:45:06 -0000 Message-ID: <01a601c37bf4$27dbf8b0$5e9f3bcb@bandicoot> From: "Mark Dixon" To: Date: Tue, 16 Sep 2003 09:45:03 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] make apache-2.0.47: error - undefined reference to atexit X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am getting error message: /root/httpd-2.0.47/support/htpasswd.c:442: undefined reference to `atexit' collect2: ld returned 1 exit status when I attempt to run make after running ./configure for Apache 2.0.47 on SuSE Linux, logged in as root. The messages before and after that error appear below, but the result is that make ends with "Error 1" and I am unable then to run "make install". Can you please advise what I might be doing wrong and/or how to circumvent this so that I can build a current Apache. Thanks, Mark Dixon Perth Australia ==== Error message in context ======> Making all in support make[1]: Entering directory `/root/httpd-2.0.47/support' make[2]: Entering directory `/root/httpd-2.0.47/support' /bin/sh /root/httpd-2.0.47/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/root/httpd -2.0.47/srclib/apr/include -I/root/httpd-2.0.47/srclib/apr-util/include -I/r oot/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I. -I/root/httpd-2.0.47/os/u nix -I/root/httpd-2.0.47/server/mpm/prefork -I/root/httpd-2.0.47/modules/htt p -I/root/httpd-2.0.47/modules/filters -I/root/httpd-2.0.47/modules/proxy -I /root/httpd-2.0.47/include -I/root/httpd-2.0.47/modules/dav/main -export-dyn amic -L/root/httpd-2.0.47/srclib/apr-util/xml/expat/lib -o htpasswd htpasswd.lo /root/httpd-2.0.47/srclib/pcre/libpcre.la /root/httpd-2.0.47/srclib/apr-util/libaprutil-0.la -lgdbm -ldb /root/httpd-2.0.47/srclib/apr-util/xml/expat/lib/libexpat.la /root/httpd-2.0.47/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -ldl htpasswd.o: In function `main': /root/httpd-2.0.47/support/htpasswd.c:442: undefined reference to `atexit' collect2: ld returned 1 exit status make[2]: *** [htpasswd] Error 1 make[2]: Leaving directory `/root/httpd-2.0.47/support' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/httpd-2.0.47/support' make: *** [all-recursive] Error 1 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org