From owner-freebsd-java@FreeBSD.ORG Tue Dec 29 21:15:01 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 BF832106566B for ; Tue, 29 Dec 2009 21:15:01 +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 602B78FC0A for ; Tue, 29 Dec 2009 21:15:01 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1727402eyd.3 for ; Tue, 29 Dec 2009 13:14:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.0.139 with SMTP id 11mr15789515ebb.28.1262121290190; Tue, 29 Dec 2009 13:14:50 -0800 (PST) In-Reply-To: <32a0facf0912290134s3411e5ccsd803b2bbec9de5b8@mail.gmail.com> References: <32a0facf0912290134s3411e5ccsd803b2bbec9de5b8@mail.gmail.com> Date: Tue, 29 Dec 2009 22:14:50 +0100 Message-ID: <32a0facf0912291314k3c9725fci845435623a8a5e2a@mail.gmail.com> From: Frederic de la Goublaye To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: mod-jk-apache2 make error with apache22 on FreeBSD 8.0-RELEASE 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: Tue, 29 Dec 2009 21:15:01 -0000 the solution is here: http://www.freebsd.org/cgi/query-pr.cgi?pr=138370 > I cannot install mod_jk-apache2 after the installation of apache22 on > FreeBSD 8.0 RELEASE > > Can you help me ? > > # cd /usr/ports/www/apache22/ > # make > # make install > > It works! > > > # cd /usr/ports/www/mod_jk-apache2/ > # make > ../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. > > # > > END OF THE COMMAND LINES >