From owner-freebsd-java@FreeBSD.ORG Thu Dec 10 05:18:42 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFAED106566B for ; Thu, 10 Dec 2009 05:18:42 +0000 (UTC) (envelope-from fredericdelagoublaye@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 850EF8FC0A for ; Thu, 10 Dec 2009 05:18:42 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so1836641eye.9 for ; Wed, 09 Dec 2009 21:18:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8q6ADdwN8wF3d36u0lbMw2/BYNK3NlIw/yJhJtOWfNc=; b=buIwfIjzVWBZDzpfn2S4zCL8T9Elb8rznvjTdkWc/n6YcfOAJ3mTmOaRK2gCrbO0yo ukNpdK09xhLF6YcEXxlz3vNLhGlyPgoX+eSd9ftXSM0jPa9Rlr60pTQytnBDTlXpLRgh NBOk6f75Z//HqHGzpknZO72aXvQEAfXZ7hzkc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=x7kRE5w+1oBvVSNYbqNBqdXJsIr7kxdD8V6KCrBl0FUKrEKVAqEFZ2xSSltzp7etQY xVDw/PDw3ApXtaJ+YAKX9mfjOEUVUkYRpcFSkvgQ33YpnPXBxQ4xLTmxKaiGdxdBdbXA gG0Bu3199ssGGzDDUKZb3+xspDXk/319k0Jvo= MIME-Version: 1.0 Received: by 10.213.24.20 with SMTP id t20mr644537ebb.3.1260422321541; Wed, 09 Dec 2009 21:18:41 -0800 (PST) In-Reply-To: <20091210025801.GA25808@osiris.chen.org.nz> References: <32a0facf0912091523j4b28c4e6ycc4b920f374b915a@mail.gmail.com> <32a0facf0912091525h32304baay3a1cdcdd78f3e491@mail.gmail.com> <20091210025801.GA25808@osiris.chen.org.nz> Date: Thu, 10 Dec 2009 06:18:41 +0100 Message-ID: <32a0facf0912092118y1bc9dd4bw2d5b9c618586f73@mail.gmail.com> From: Frederic de la Goublaye To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: How to install mod_jk apache22 and FreeBSD 8.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2009 05:18:43 -0000 ns208234# uname -rs FreeBSD 8.0-RELEASE # pwd /usr/ports/www/mod_jk-apache2 # make clean install ... ... .... mmon/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_shm.lo ../common/jk_ajp_common.lo ../common/jk_context.lo ../common/jk_url.lo ../common/jk_status.lo /usr/local/lib: file not recognized: File format not recognized gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/mod_jk-apache2/work/tomcat-connectors-1.2.28-src/native/apa= che-2.0' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/www/mod_jk-apache2. On Thu, Dec 10, 2009 at 3:58 AM, Jonathan Chen wrote: > On Thu, Dec 10, 2009 at 12:25:33AM +0100, Frederic de la Goublaye wrote: >> The exact error when using the mod_jk-apache2 ports is >> >> # cd /usr/ports/www/mod_jk-apache2 >> # make >> >> /jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_shm.lo >> ../common/jk_ajp_common.lo ../common/jk_context.lo ../common/jk_url.lo >> ../common/jk_status.lo >> /usr/local/lib: file not recognized: File format not recognized >> gmake[1]: *** [mod_jk.la] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/www/mod_jk-apache2/work/tomcat-connectors-1.2.28-src/native/= apache-2.0' >> gmake: *** [all-recursive] Error 1 >> *** Error code 1 >> >> Stop in /usr/ports/www/mod_jk-apache2. > > The errors you've posted don't make sense. Do a "make clean install" > and post the output again. I've just built it on 8-STABLE/amd64 with > no errors. > -- > Jonathan Chen > ---------------------------------------------------------------------- > "A little learning is a dangerous thing but a lot of ignorance is > =A0just as bad." =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0- Bob Edwards >