From owner-freebsd-ports@FreeBSD.ORG Tue Mar 29 21:44:11 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963DF16A502 for ; Tue, 29 Mar 2005 21:44:11 +0000 (GMT) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2421743D41 for ; Tue, 29 Mar 2005 21:44:11 +0000 (GMT) (envelope-from aj@siegel-tech.net) Received: from [10.0.0.8] (63-225-97-116.dnvr.qwest.net[63.225.97.116]) by comcast.net (sccrmhc14) with ESMTP id <2005032921441001400cvh22e>; Tue, 29 Mar 2005 21:44:10 +0000 From: Aaron Siegel To: freebsd-ports@freebsd.org Date: Tue, 29 Mar 2005 14:43:26 -0700 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503291443.27311.aj@siegel-tech.net> Subject: libmagic X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 21:44:11 -0000 I am trying to port yzis ( http://www.yzis.org ) to FreeBSD and I am have some problems with the configure script. The configure script produces the following output: checking for magic.h... yes checking for magic_open in -lmagic... no configure: error: libmagic not found. Please install libmagic. I have copied magic.h from the source tree to /usr/include. Is this a common error? Thank You Aaron Siegel