On Fri, 16 Jan 2004 17:54:06 -0500
"Syed Ali" <[EMAIL PROTECTED]> wrote:
> I have a Perl CGI script which uses DBI to access MySQL.
> I noticed that each query through the Perl CGI script using DBI has a
> connect, query and then quit.
> I was wondering if there is a way of keeping the connection
Use only GCC-2.95.2
Gordon Stewart wrote:
>
> I am running Redhat 7 and mysql and I have tried to install Msql-Mysql DBI
> module But I get errors when I do a make
>
> I have enclosed a screen dump of the output I get. I seams to be getting
> stuck with dbimon. I have installed DBI-1-14.tar.g
I highly recommend a source installation for everyone anyway. The RPMs are
problematic to say the least. The source install is easy anyway.
At 09:21 AM 4/11/2001 -0700, Eric Fegraus wrote:
>The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is
>missing. The solution is to re
The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is
missing. The solution is to re-install with the a tarball from the
mysql site.. :(
eric
-Original Message-
From: Gordon Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 5:29 AM
To: [EMAIL PROTECT
Gordon,
What kind of errors? A copy/paste of errors would be useful.
Cheers
Ben
- Original Message -
From: "Gordon Stewart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 1:29 PM
Subject: Mysql and Perl DBI
>
>
> I am running Redhat 7 and mysql and I have