I had the same problem with make trying to install mysql last night. It
said there was no target. I was already frustrated and gave up. make works
on all of my other installs, though.
- Original Message -
From: Gilfether, Ryan <[EMAIL PROTECTED]>
To: 'Richard Kimberley' <[EMAIL PROTEC
Can someone help me please?
I need to have mysql up and running by tomorrow...
I'm having problems installing the msql-mysql -modules about 95% of my
tests fail. I thought it said online that it could be because perl and
mysql are not compiled with the same compiler so you should reinstall them.
I'm still stuck... but I"m making progress? This is the new problem:
- Original Message -----
From: Heather Wagamon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 10:57 AM
Subject: install_driver(mysql) failed: Can't locate object met
> Hey everyone!
> I'm hoping someone can help me out with this... I'm trying to write a
> perl/cgi to connect to mysql. This is my code:
>
> #!/usr/bin/perl
> print "Content-type: text/html\n\n";
>
> use DBI();
> connect(DBD::mysql,"usertest");
>
> read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});