I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-12-12 07:26:54-08 by southerncross
perl Makefile.PL failure
I am trying to install DBD and it fails with the following: error: 'Access denied for user 'ODBC@localhost' (using password: NO)' Now I do have a password for mysql and tried using the --testpassword option but it still fails for the same reason. Any help is much appreciated.
Direct Responses: 11919 | Write a response
Posted on 2009-12-12 13:20:01-08 by southerncross in response to 11918
Re: perl Makefile.PL failure
Forgot to mention that this is on windows,database is up and running fine, perl install is fine, DBI install went fine, just having a problem with DBD. I even got rid of the password on mysql database...I am at a loss now...
Direct Responses: Write a response