Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2001 16:43:16 -0500
From:      Lucas Bergman <lucas@slb.to>
To:        BSD Admin <freebsd@noc.ntelos.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mysql perl modules and DBD
Message-ID:  <20010405164316.B18827@billygoat.slb.to>
In-Reply-To: <Pine.BSF.4.21.0104051540010.17073-100000@noc.ntelos.net>; from freebsd@noc.ntelos.net on Thu, Apr 05, 2001 at 04:01:32PM -0500
References:  <Pine.BSF.4.21.0104051540010.17073-100000@noc.ntelos.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> I installed Mysql from /stand/sysinstall.  I need to have Mysql perl
> emulation.

I think you mean that you want the Perl interface to MySQL, not
emulation.

> I'm not sure if this installs by default or not. 

It doesn't.  However, there's /usr/ports/databases/p5-Mysql.

> Does anyone know how I can check to see if I have that?

When the following came up with nothing, I was pretty sure it wasn't
installed on my machine:

  % find /usr/libdata/perl | grep -i sql
  % find /usr/local/lib/perl5 | grep -i sql

Of course, writing a Perl program with the proper 'use' directives and
watching it bomb helps, too.

> Also, it appears I installed perl, but I don't know how to check to
> see if I have CGI.pm and Digest::MD5?

You have the former but not the latter.  Look at
/usr/ports/security/p5-Digest-MD5.

Lucas

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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