From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 12:00:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0754016A498 for ; Tue, 26 Jun 2007 12:00:20 +0000 (UTC) (envelope-from mrskinnypete@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id AAEFE13C468 for ; Tue, 26 Jun 2007 12:00:19 +0000 (UTC) (envelope-from mrskinnypete@gmail.com) Received: by nz-out-0506.google.com with SMTP id 34so781338nzf for ; Tue, 26 Jun 2007 05:00:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=rTeQrVzUb4taFj+KEFvCNQO/3lauCvyatlp9YAqTPD8re9UeaVzsvc1VefVCPtXl0jA4hRi7dIHNdzq15fPhbsS90vdRCRMKFOeXc/+pLbxSs38A4FosAIJtWxKHzVyWzzBlOYxRmrCGRusLCKDsbV5X4hIX49hnwNKcQuDYluw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qPZBSE1Smr+q+khMQweyCU5+eiR6gOcR7er3yL9+n+Yyv1YRAJQSyhsj8PmPrViPK49K8xnS3gB9n1rPR1lcjC7GUPk9DMQdi9oI7jy9S2IA0GYUwbVBD1pEJrRkqVOnLYA5pvRRnlLg+tgJtZG3IrPvy9285qj1W1joubZ/I1U= Received: by 10.114.14.1 with SMTP id 1mr6343923wan.1182857610803; Tue, 26 Jun 2007 04:33:30 -0700 (PDT) Received: by 10.114.195.13 with HTTP; Tue, 26 Jun 2007 04:33:30 -0700 (PDT) Message-ID: <73d78cc40706260433j446671dese9b47c83bb4a4c35@mail.gmail.com> Date: Tue, 26 Jun 2007 08:33:30 -0300 From: "Peter marshall" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem installing mysql41 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: Tue, 26 Jun 2007 12:00:20 -0000 I just re-installed freebsd 6.0 I did a min install, and included prtupgrade and cvsup-withoug-gui I installed Apache 1.3 from the ports directory I tried to install mysql41-server from the ports directory using the command make install WITH_OPENSSL=yes I got a bunch of errors all related to MD5 checksum mismatch. I tried running with NO_CHECKSUM=yes option I then received this error mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar: Unrecognized archive format: Inappropriate file type or format gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed data--format violated So .... does anyone have any ideas how I would go about fixing this? I did not find much on google relating to this whith a mysql install (I did see this error come up when people were trying to do backups to tapes ... but clearly that is not the case here) Thanks for any help. Peter