From ronald.p.welch@BAESYSTEMS.COM Thu Sep 11 12:43:09 2003 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 10801 invoked from network); 11 Sep 2003 12:43:09 -0000 Received: from unknown (HELO smtp4.na.baesystems.com) (63.164.202.13) by daedalus.apache.org with SMTP; 11 Sep 2003 12:43:09 -0000 Received: from BLUMS0022.bluelnk.net ([10.40.96.145]) by smtp4.na.baesystems.com (8.12.5/8.12.5) with SMTP id h8BChAoj021099 for ; Thu, 11 Sep 2003 08:43:10 -0400 (EDT) Received: from usa07.cs.na.baesystems.com ([166.18.21.62]) by smtp-core.na.baesystems.com (8.12.9/8.12.9) with ESMTP id h8BCh7ZK020804 for ; Thu, 11 Sep 2003 08:43:08 -0400 (EDT) Received: by usa07.cs.na.baesystems.com with Internet Mail Service (5.5.2653.19) id ; Thu, 11 Sep 2003 08:43:07 -0400 Message-ID: <41575B2947B7D411A03C00508BCFF1620A31005F@usa07.cs.na.baesystems.com> From: "Welch, Ronald P" To: "'Tomcat Users List'" Subject: RE: jk_ajp12_worker.lo unknown file type. Date: Thu, 11 Sep 2003 08:43:05 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Johan, What compiler / linker are you using? I built jk2 rather than jk on Solaris 8 rather than 9, but in doing so I found that it was much happier building with the GNU compiler and linker than the ones that come with Solaris. I hope this helps. Ron ----------=-=-=-=-=-=-=-=-========oOo========-=-=-=-=-=-=-=-=---------- mailto:Ronald.P.Welch@baesystems.com Phone:(607)770-3701 BAE SYSTEMS Controls 600 Main St Johnson City, NY 13790-1888 ----------=-=-=-=-=-=-=-=-===================-=-=-=-=-=-=-=-=---------- -----Original Message----- From: Johan Louwers [mailto:Suntac@dds.nl] Sent: Thursday, September 11, 2003 8:29 AM To: Tomcat Users List Subject: jk_ajp12_worker.lo unknown file type. Dear list, I am trying to build a jakarta-connector mod_jk.so on a Solaris 9 machine running Apache 2.0.47 and Tomcat 4.1.27...... Apache is running fine on port 80 tomcat fine on port 8080 and now it is time to build the connector to run them both on port 80. So I do ./buildconf.sh ./configure --with-apxs=/usr/local/apache/bin/apxs and then make ...... here is the problem.. it is giving me the following error at the end...... ld: fatal: file ../common/jk_ajp12_worker.lo: unknown file type ld: fatal: File processing errors. No output written to .libs/mod_jk.so *** Error code 1 Make: Fatal error: Command failed for target 'mod_jk.la' Current working directory /export/home/suntac/jakarta-tomcat-connectors-jk-1.2.0-src/jk/native/apache- 2.0 *** Error code 1 Make Fatal error: Command failed for target 'all-recursive' Any clue anybody? I don't have any clue what is wrong........!?!?!?!?!?!?!?!?!?!?!?! Regards, Johan.