Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 27609 invoked by uid 500); 2 Apr 2003 22:32:12 -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 27594 invoked from network); 2 Apr 2003 22:32:12 -0000 Date: 2 Apr 2003 22:34:06 -0000 Message-ID: <20030402223406.3979.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 18627] - Patch for Configure 1.463 on AIX 5.1 and Apache 1.3.27 X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=18627 Patch for Configure 1.463 on AIX 5.1 and Apache 1.3.27 ------- Additional Comments From trawick@apache.org 2003-04-02 22:34 ------- Symbols get exported by DSOs via the mod_foo.exp file. Here is a link I just did on AIX 5.1 using unpatched Apache 1.3.27. ld -H512 -T512 -bhalt:4 -bM:SRE -e _nostart -bI:../../support/httpd.exp -bE:`echo mod_status.so|sed -e 's:\.so$:.exp:'` -lc -o mod_status.so mod_status.lo ld: 0711-327 WARNING: Entry point not found: _nostart I configured Apache via ./configure --enable-module=most --enable-shared=max Any idea why your link doesn't get the -bE:`gobble` which expands to -bE:mod_foo.exp???? The 0711-327 message is just a warning which is safe to ignore (but which is fixed in 1.3.28-dev with the patch you picked up). We don't desire -bexpall, so we need to figure out how you are missing the -bE: stuff. Thanks, Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org