From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:19:56 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 BDF2B16A41F for ; Sat, 10 Sep 2005 00:19:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106CA43D46 for ; Sat, 10 Sep 2005 00:19:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j8A0JrYv017413; Sat, 10 Sep 2005 03:19:54 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j8A0Jqhp021713; Sat, 10 Sep 2005 03:19:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j8A0Jpol021712; Sat, 10 Sep 2005 03:19:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Sat, 10 Sep 2005 03:19:51 +0300 From: Giorgos Keramidas To: Vizion Message-ID: <20050910001951.GA21656@orion.daedalusnetworks.priv> References: <200509091546.46732.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509091546.46732.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? 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:19:56 -0000 On 2005-09-09 15:46, Vizion wrote: > Hi > > Here is the listing of: > /usr/src/lib/libmagic > dns1# ls -l > total 1276 > -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile > -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v > -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h > -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v > -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic > -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic > > I am getting compile problems over libmagic and am wondering how I can be > certain that all libmagic files are on the system. > > dns1# pwd > /usr/share/misc > dns1# ls -l | grep magic > -r--r--r-- 1 root wheel 360801 Nov 4 2004 magic > -r--r--r-- 1 root wheel 771456 Nov 4 2004 magic.mgc > -r--r--r-- 1 root wheel 30231 Nov 4 2004 magic.mime > -r--r--r-- 1 root wheel 41728 Nov 4 2004 magic.mime.mgc > > /usr/ports/lang/php5-extensions compile reporting it cannot find libmagic > > Can anyone please point a fingure in the right direction Do you have a log of the build errors? You can generate a log file of the complete process by running: # script ~/logfile Script started, output file is /root/logfile # cd /usr/ports/lang/php5-extensions # make install [...] # exit exit Script done, output file is /root/logfile #