From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 16:16:00 2004 Return-Path: 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 8795716A4CE for ; Thu, 15 Jan 2004 16:16:00 -0800 (PST) Received: from hiwatt.lognet.ch (hiwatt.lognet.ch [195.141.214.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B8043D1F for ; Thu, 15 Jan 2004 16:15:58 -0800 (PST) (envelope-from meier@logmail.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by hiwatt.lognet.ch (Postfix) with ESMTP id 24F38246E09 for ; Fri, 16 Jan 2004 01:15:56 +0100 (CET) Received: from hiwatt.lognet.ch ([127.0.0.1]) by localhost (hiwatt.lognet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25676-02-5 for ; Fri, 16 Jan 2004 01:15:55 +0100 (CET) Received: from hiwatt.lognet.ch (localhost.localdomain [127.0.0.1]) by hiwatt.lognet.ch (Postfix) with SMTP id BD466246E08 for ; Fri, 16 Jan 2004 01:15:55 +0100 (CET) Received: from 217-162-71-141.dclient.hispeed.ch ([217.162.71.141]) (SquirrelMail authenticated user meier.logmail) by hiwatt.lognet.ch with HTTP; Fri, 16 Jan 2004 01:15:55 +0100 (CET) Message-ID: <1209.217.162.71.141.1074212155.squirrel@hiwatt.lognet.ch> In-Reply-To: <44brp5aqwf.fsf@be-well.ilk.org> References: <1112.217.162.71.141.1074113617.squirrel@hiwatt.lognet.ch> <44brp5aqwf.fsf@be-well.ilk.org> Date: Fri, 16 Jan 2004 01:15:55 +0100 (CET) From: "David Meier" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re: [freebsd-questions] Error in Makefile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 00:16:00 -0000 Hi Lowell, you are absolutely right. I was able to build it using gmake. Actually, I used mod_jk2 at the end and I have the system up and running now. Thanks for your help! Dave > "David Meier" writes: > >> I am trying to build mod_jk-1.2.5 from source on 4.9-RELEASE and I >> encounter at the end of the build process the following error: >> >> ... >> /usr/local/bin/bash /usr/local/apache/build/libtool --silent >> --mode=install cp `pwd`/mod_jk.so >> libtool: install: you must specify a destination >> Try `libtool --help --mode=install' for more information. >> *** Error code 1 >> >> Whe looking at the Makefile it looks like the build stops at that >> command: >> >> ... >> mod_jk.so: mod_jk.la >> $(LIBTOOL) --mode=install cp $< `pwd`/$@ >> ... >> >> I have no expirience in writing Makefiles, however, it looks like that >> line does not work on FreeBSD. >> >> Anyone any idea to rewrite the line or to edit the command manually? >> Thanks. > > It looks kind of like you're using the wrong make program. > > Try building it from ports; that's what ports is there for. > > -- > Lowell Gilbert, embedded/networking software engineer, Boston area: > resume/CV at http://be-well.ilk.org:8088/~lowell/resume/ > username/password "public" > >