From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 12:53:50 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 BEB6816A4CE for ; Wed, 14 Jan 2004 12:53:50 -0800 (PST) Received: from hiwatt.lognet.ch (hiwatt.lognet.ch [195.141.214.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1ED43D79 for ; Wed, 14 Jan 2004 12:53:40 -0800 (PST) (envelope-from meier@logmail.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by hiwatt.lognet.ch (Postfix) with ESMTP id 681C1246DED for ; Wed, 14 Jan 2004 21:53:37 +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 01555-01-6 for ; Wed, 14 Jan 2004 21:53:37 +0100 (CET) Received: from hiwatt.lognet.ch (localhost.localdomain [127.0.0.1]) by hiwatt.lognet.ch (Postfix) with SMTP id 23C5D246DD2 for ; Wed, 14 Jan 2004 21:53:37 +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; Wed, 14 Jan 2004 21:53:37 +0100 (CET) Message-ID: <1112.217.162.71.141.1074113617.squirrel@hiwatt.lognet.ch> Date: Wed, 14 Jan 2004 21:53:37 +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: 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: Wed, 14 Jan 2004 20:53:50 -0000 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. Dave.