Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 93035 invoked from network); 6 Feb 2001 18:57:11 -0000 Received: from roadway.com (HELO gateway.calibersys.com) (@198.83.130.2) by h31.sny.collab.net with SMTP; 6 Feb 2001 18:57:11 -0000 Received: by gateway.calibersys.com id NAA06577 (InterLock SMTP Gateway 4.2 for tomcat-user@jakarta.apache.org); Tue, 6 Feb 2001 13:56:45 -0500 Received: by gateway.calibersys.com (Internal Mail Agent-2); Tue, 6 Feb 2001 13:56:45 -0500 Received: by gateway.calibersys.com (Internal Mail Agent-1); Tue, 6 Feb 2001 13:56:45 -0500 Message-Id: <59F60C5FEAA8D3119FB200508B6FDF1E0629C6A2@exmail01.ago.roadway.com> From: "Palumbo, Mark" To: "'keith.axon-csc@transport.alstom.com'" , tomcat-user@jakarta.apache.org Subject: AIX build of mod_jk.so - SUCCESS! Date: Tue, 6 Feb 2001 13:55:50 -0500 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Keith! A million thanks! It works! Using your tip plus the addition of '-ldl' to the CFG_LDFLAGS_SHLIB entry in the apxs script results in a clean compile and link! Woohoo! > -----Original Message----- > From: keith.axon-csc@transport.alstom.com > [mailto:keith.axon-csc@transport.alstom.com] > Sent: Tuesday, February 06, 2001 12:24 PM > To: Palumbo, Mark > Subject: ld: 0711-244 ERROR: No csects or exported symbols have been > saved > > > > > Mark, > > To fix this problem for AIX 4.3, try adding the option -bexpall to the > CFG_LDFLAGS_SHLIB entry in the apxs script. > > ie > > my $CFG_LDFLAGS_SHLIB = q(-bM:SRE -bnoentry > -bI:/usr/local/lib/apache/httpd.exp > -bexpall -lc); > > Hope this helps > > Keith > > > >