From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:59:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8BB0216A41F for ; Sat, 10 Sep 2005 00:59:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A25B43D60 for ; Sat, 10 Sep 2005 00:59:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8A0xA0r003794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 20:59:10 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8A0x96P017056; Fri, 9 Sep 2005 20:59:10 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2AEC151251; Fri, 9 Sep 2005 20:59:09 -0400 (EDT) Date: Fri, 9 Sep 2005 20:59:09 -0400 From: Kris Kennaway To: Vizion Message-ID: <20050910005908.GA66255@xor.obsecurity.org> References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz> <200509091743.02453.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <200509091743.02453.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.2.1i Cc: Giorgos Keramidas , freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Fwd: php extensions compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:59:16 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 05:43:01PM -0700, Vizion wrote: > configure:2971: checking for magic files in default path > configure:2984: result: not found > configure:2986: error: Please reinstall the libmagic distribution OK, not directly helpful. I checked the configure script and it's looking for if test -r $i/include/magic.h || test -r $i/magic.h; then FILEINFO_DIR=3D$i AC_MSG_RESULT(found in $i) break =20 a header file. 5.3 did not install this header (5.4 does), so you can either upgrade to 5.4 (may be necessary to avoid further problems later), or try copying /usr/src/contrib/file/magic.h to /usr/include/magic.h and see if it works. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIi/cWry0BWjoQKURAsKPAJ4oap2Rl0ob8grzXGziM8RXM/X3wwCdFfk4 X9q6oJU9aQjwGFXikgVULb4= =hxLt -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--