Re: Make: Doesn't exist?

2001-06-06 Thread Heather Wagamon
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

install mysql

2001-06-05 Thread Heather Wagamon
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.

Re: install_driver(mysql) failed: Can't locate object method "bootstrap" via package

2001-05-29 Thread Heather Wagamon
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

install_driver(mysql) failed: Can't locate object method "bootstrap" via package

2001-05-29 Thread Heather Wagamon
> 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'});