From owner-freebsd-questions@FreeBSD.ORG Sun May 30 19:31:24 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49FCA1065679 for ; Sun, 30 May 2010 19:31:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 03E928FC08 for ; Sun, 30 May 2010 19:31:23 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OIoEE-0007rk-P6 for freebsd-questions@freebsd.org; Sun, 30 May 2010 21:31:22 +0200 Received: from pool-71-166-135-247.washdc.east.verizon.net ([71.166.135.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 May 2010 21:31:22 +0200 Received: from nightrecon by pool-71-166-135-247.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 May 2010 21:31:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org connect(): No such file or directory From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 30 May 2010 15:31:19 -0400 Lines: 28 Message-ID: References: <45479D69A88E48C5843EE70D204157D0@desktop2002> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-135-247.washdc.east.verizon.net Subject: Re: I can't install php5-mhash from ports 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: Sun, 30 May 2010 19:31:24 -0000 Yavuz Maşlak wrote: > I use freebsd7.3 . I ran portsnap update . > > I can't install php5-mhash from ports > cd /usr/ports/security/php5-mhash > # make > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Extracting for php5-mhash-5.3.2 > => MD5 Checksum OK for php-5.3.2.tar.bz2. > => SHA256 Checksum OK for php-5.3.2.tar.bz2. > tar: php-5.3.2/ext/mhash: Not found in archive > tar: Error exit delayed from previous errors. > *** Error code 1 > > Stop in /usr/ports/security/php5-mhash. > > There is no mhash directory in php-5.3.2 Have you read /usr/ports/UPDATING? Particularly section 20100409: Can't answer to possibility of the portsnap update being stale; I use csup along with portsdb -uF && pkgdb -u for tree/index refresh. -Mike