Installing DBD::mysql on Mac OS 10.6.3 Snow Leopard

2010-04-07 Thread Bobby
Hello, I am very new to the DBI module. I am trying to connect to a mysql installation on a server over the internet, however I cannot get the DBD::mysql driver installed properly. When I try to install via CPAN with the command 'sudo -H cpan -i DBD::mysql' I get the error: CPAN: Storable

Re: Installing DBD::mysql on Mac OS 10.6.3 Snow Leopard

2010-04-07 Thread Michael Ludwig
Am 06.04.2010 um 17:14 schrieb Bobby: Hello, I am very new to the DBI module. I am trying to connect to a mysql installation on a server over the internet, however I cannot get the DBD::mysql driver installed properly. You need a libmysqlclient on your local machine. One way to get one

Re: Installing DBD::mysql on Mac OS 10.6.3 Snow Leopard

2010-04-07 Thread Bruce Johnson
On Apr 6, 2010, at 8:14 AM, Bobby wrote: I have MAMP installed and running. Also I don't care about connecting to localhost, is there a way to run the drop table tests ect on a server over the internet? Thanks. If you have MAMP running, the perl in OS X doesn't know about it. So when you