From owner-freebsd-stable Thu May 20 7: 5:51 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mailhost.criterion.canon.co.uk (mailhost.criterion.canon.co.uk [194.223.249.254]) by hub.freebsd.org (Postfix) with ESMTP id D590C14D8B; Thu, 20 May 1999 07:05:35 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (hermes.criterion.canon.co.uk [194.223.249.13]) by mailhost.criterion.canon.co.uk (8.8.8/8.7.3) with ESMTP id OAA25587; Thu, 20 May 1999 14:56:18 +0100 (BST) Message-ID: <374415C8.4003B9E1@csl.com> Date: Thu, 20 May 1999 14:01:44 +0000 From: Adam Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.51 [en] (X11; U; Linux 2.0.34 i686) X-Accept-Language: en MIME-Version: 1.0 To: Will Mitayai Keeso Rowe Cc: stable@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: MySQL 322 port References: <005401bea22b$87715ec0$efd992d1@aecinfo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Mitayai Keeso Rowe wrote: > > Hiya... > > i'm running a 2.2.8-stable system with the latest stable-src and ports dists via cvsup (as of noon > today EDT). I've completely removed perl and mysql and am trying to reinstall them via the ports > collection, but mysql keeps whining that it wants a perl of a greater version that the one in the > ports collection. Any idea why that is? I have MySQL 3.2.2 installed fine on my 2.2.7-STABLE. I built it from the ports collection too. First, what verison of perl _are_ you running? in sh: for f in `whereis perl`; do if [ -x $f -a -f $f ]; then echo $f ; $f -version | grep version; fi; done will get you all the versions of all the perls that whereis finds - but check /us/local/bin anyway ;). IIRC, the 'BSD system perl in a lot of 2.2.X is perl 4.x. This is set in /etc/make.conf, BTW. It was a long time ago, but I recall hacking /etc/make.conf to point to /usr/local/bin/perl (coz that's the one the port builds), because a make world kept shafting my perl 5 with perl 4 before I found out what was happening. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message