From owner-freebsd-questions Fri Aug 30 3:42:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5F437B400 for ; Fri, 30 Aug 2002 03:42:08 -0700 (PDT) Received: from hotmail.com (oe74.pav2.hotmail.com [64.4.36.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E5843E42 for ; Fri, 30 Aug 2002 03:42:08 -0700 (PDT) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 30 Aug 2002 03:42:07 -0700 X-Originating-IP: [202.41.224.36] From: "Unix Tools" To: "javamail02" , References: <20020827174920.27040.qmail@web21502.mail.yahoo.com> Subject: Re: Running Linux Apache and Apache module binaries Date: Fri, 30 Aug 2002 04:26:54 +0530 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 30 Aug 2002 10:42:07.0889 (UTC) FILETIME=[E35B9010:01C25011] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I installed apache apache_fp-1.3.23 + jdk-1.3.1p6_4 + jakarta-tomcat-3.3.1_14 + mod_jk-3.3.1_2 and am running a server quite successfully for almost three months The setup is also a breeze ----- Original Message ----- From: "javamail02" To: Sent: Tuesday, August 27, 2002 11:19 PM Subject: Running Linux Apache and Apache module binaries > Hello everyone, > > First of all, you may be wondering why I want to run > Linux Apache instead of the Apache port or package. > I'm hoping that by running the Linux Apache binary, > that I can use the Linux mod_jk binary that is > available for download, instead of attempting to > compile my own mod_jk (which seems to be quite a task, > especially when using a Linux JDK, as I currently am). > Unfortunately I've run into some problems... > > I installed a Linux Apache binary and ran across a > missing library: libexpat.so.0 > So, I grabbed expat, built it and installed, but made > the mistake of building it for FreeBSD and installing > in the standard /lib and /include folders. After a > "make clean", I configured for a Linux build and aimed > it at the linux compat dirs: "./configure > --build=i386-linux --prefix=/usr/compat/linux/usr". > After "make" "make install" the file libexpat.so.0 was > now present as a symlink to libexpat.so.0.3.0 in > /usr/compat/linux/usr/lib (I believe). > > This is what I don't understand: upon trying to start > Apache, I get the message "ELF file OS ABI invalid" > regarding libexpat.so.0. So then I ran "brandelf -t > Linux .." on libexpat.so.0 and libexpat.so.0.3.0, but > I continue to get the same message. > > Why should I still be getting this message? > More importantly, is my idea of running a Linux Apache > binary and Linux module binaries possible? > > Thanks, > > Jeff > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message