Re: Perl DBI and DBD

2003-03-26 Thread Bret Hughes
On Wed, 2003-03-26 at 13:50, Billy wrote: > I am running redhat 7.3, it was base install using the Web Server option. I > am using some perl scripts already, but my developer is telling me I need to > install modules for DBI and DBD? Shouldn't those be there by default...I > tried searching on rpmf

Re: Perl DBI and DBD

2003-03-26 Thread John Nichel
: Wednesday, March 26, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Perl DBI and DBD I am running redhat 7.3, it was base install using the Web Server option. I am using some perl scripts already, but my developer is telling me I need to install modules for DBI and DBD? Shouldn&#

RE: Perl DBI and DBD

2003-03-26 Thread Billy
al Message - From: "Billy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 13:04 Subject: RE: Perl DBI and DBD > I found on cpan.org the bundle I need to install. Which is > Bundle::DBD::mysql. It gave me the command perl -MCPAN -e '

Re: Perl DBI and DBD

2003-03-26 Thread David Busby
ke' (your compiler) was running it couldn't find those two files (mysql.h,errmsg.h). You'll need those files. They will come from the mysql-devel RPMs (I think). /B - Original Message - From: "Billy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesd

RE: Perl DBI and DBD

2003-03-26 Thread Billy
I found on cpan.org the bundle I need to install. Which is Bundle::DBD::mysql. It gave me the command perl -MCPAN -e 'install Bundle::DBD::mysql' When I run that command it appears to be doing an install, but the at the end it said. The very last line of the below states that there were problems w

RE: Perl DBI and DBD

2003-03-26 Thread Billy
2003 1:50 PM > To: [EMAIL PROTECTED] > Subject: Perl DBI and DBD > > > I am running redhat 7.3, it was base install using the Web Server > option. I > am using some perl scripts already, but my developer is telling me I > need to > install modu

Re: Perl DBI and DBD

2003-03-26 Thread John Nichel
those? -Original Message- From: Billy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Perl DBI and DBD I am running redhat 7.3, it was base install using the Web Server option. I am using some perl scripts already,

RE: Perl DBI and DBD

2003-03-26 Thread Billy
Title: RE: Perl DBI and DBD  > Go to www.perl.com and do a search for DBD and DBI.  That is where I download mine from.  You will need the correct DBD and DBI for the database you are trying to connect to through Perl.  These modules are  > not usually there by default since th

Re: Perl DBI and DBD

2003-03-26 Thread John Nichel
Look hereall the Perl modules you could ever want http://www.cpan.org/ Billy wrote: I am running redhat 7.3, it was base install using the Web Server option. I am using some perl scripts already, but my developer is telling me I need to install modules for DBI and DBD? Shouldn't those be

Perl DBI and DBD

2003-03-26 Thread Billy
I am running redhat 7.3, it was base install using the Web Server option. I am using some perl scripts already, but my developer is telling me I need to install modules for DBI and DBD? Shouldn't those be there by default...I tried searching on rpmfind.net to see if there was a separate package for