From: "David J Jackson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, December 29, 2001 10:16 PM
Subject: Re: DBD::mysql HElp
> Did you do install "mysql" or install "DBD-mysql"?
>
> Here's what the ac
Did you do install "mysql" or install "DBD-mysql"?
Here's what the activestate page has to say:
ActivePerl offers a PPM archive of DBD::mysql. All you need to do is typing
ppm
install DBI
install DBD-mysql
This will fetch the modules via HTTP and install them. If you need to use a
WWW p
I had the same problem too. If you go to CPAN and then go to DBD::Mysql,
click on the ftp site to
Jochen Wiedmann's directory and scroll past the one that says DBD-Mysql-yada
to the one that says Msql-Mysql-modules-1.2216.tar.gz and install that one
instead, it should work. Worked like a charm f
If this was the binary install, I had the same problemso I compiled from
source.problem went away.
> Hi,
>
> Im trying to do the CPAN install of DBD::MySQL, Im running OpenBSD 2.7 ---
> I know this is prolly not the best list for this question, but its the only
> related list im currentl
Hi Rick, It looks similar to a problem I had on FreeBSD in not
finding the shared library. I added this command to a startup file
(mysql_server.sh) in rc.d directory.
/sbin/ldconfig -m /usr/local/lib/mysql
You may need to check if -m is the right option for openbsd but I am
sure