From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 04:32:01 2004 Return-Path: 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 416F316A4CE for ; Wed, 18 Feb 2004 04:32:01 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8710043D1F for ; Wed, 18 Feb 2004 04:32:00 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i1ICVtoH068760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Feb 2004 12:31:55 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i1ICVra7068759; Wed, 18 Feb 2004 12:31:53 GMT (envelope-from matthew) Date: Wed, 18 Feb 2004 12:31:53 +0000 From: Matthew Seaman To: Baron Fujimoto Message-ID: <20040218123153.GA68619@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Baron Fujimoto , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: problem making p5-Mysql port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 12:32:01 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 17, 2004 at 04:23:59PM -1000, Baron Fujimoto wrote: > I'm trying to build p5-Mysql from ports (as a dependency for bugzilla), b= ut > I run into the following error: >=20 > =3D=3D=3D> p5-Mysql-modules-1.2219 is marked as broken: unknown MySQL ve= rsion: 323. >=20 > This is on a 4.8 system with a fresh cvsup. Any tips or pointers would be > greatly appreciated. The p5-Mysql port can be built against any of the versions of MySQL currently available in ports by setting the 'WITH_MYSQL_VER' variable on the make(1) command line, or in /etc/make.conf or in /usr/local/etc/pkgtools.conf if you're a portupgrade user. eg: # cd /usr/ports/databases/p5-Mysql # make install WITH_MYSQL_VER=3D40 which will use the MySQL-4.0.18 client libraries. Seeing that the p5-Mysql port wants to link against a version of MySQL which is no-longer available in the ports tree, you may instead wish to try installing one of the 'databases/p5-DBD-mysqlNN' ports (where NN is the version of MySQL client you have installed) -- these use the standard perl DBI/DBD database system and can are a more actively maintained drop-in replacement for the p5-Mysql stuff. They are also what is recommended on the MySQL website nowadays: http://www.mysql.com/doc/en/Perl.html Works fine with Bugzilla. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAM1s5dtESqEQa7a0RAlAxAJ9RkcWzMwClyu7zJv0m4SfSnpyqQACfYNBQ wxKb1LVFyTXSTt65MMIr2DQ= =7T4H -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62--