Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2005 03:19:51 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Vizion <vizion@vizion.occoxmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: libmagic files missing??
Message-ID:  <20050910001951.GA21656@orion.daedalusnetworks.priv>
In-Reply-To: <200509091546.46732.vizion@vizion.occoxmail.com>
References:  <200509091546.46732.vizion@vizion.occoxmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-09-09 15:46, Vizion <vizion@vizion.occoxmail.com> 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
	#




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050910001951.GA21656>