Re: MySQL and Perl DBI Persistent Connection

2004-01-17 Thread Batara Kesuma
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 persistent
 to Mysql through the Perl CGI script.
 
 In my Apache httpd.conf I inserted PerlModule Apache::DBI before all
 LoadModule lines, but that does not solve the problem.
 I also downloaded the Apache::DBI module from CPAN and installed it.
 Perhaps I need to do something else?

Is your script running through mod_perl or plain CGI? If it is running
through CGI, you can't make persistent connection to MySQL. You should
check:
http://perl.apache.org/docs/index.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



MySQL and Perl DBI Persistent Connection

2004-01-16 Thread Syed Ali
Hello,

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 persistent
to Mysql through the Perl CGI script.

In my Apache httpd.conf I inserted PerlModule Apache::DBI before all
LoadModule lines, but that does not solve the problem.
I also downloaded the Apache::DBI module from CPAN and installed it.
Perhaps I need to do something else?

I also removed any disconnect statements in my Perl CGI script, but I
still see the quit in mysql.query.log.

Thank you...


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Chris Worth


Paul DuBois' Book. 

it is extremely well written and indexed.  I've gone from a complete mysql bumbler to 
somebody that can actually make it work in a short time thanks to his book.


Chris


On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen wrote:

Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Sherzod Ruzmetov



Actually, a new book by Paul is to be published MySql and Perl for WWW. 

Gonna be a great one. (to be published on August 13th)



-- 
sherzod_ruzmetov (sherzodR)
email: [EMAIL PROTECTED]

It really doesn't bother me if people want to use grep or map in a void
context.  It didn't bother me before there was a for modifier, and
now that there is one, it still doesn't bother me.  I'm just not very
easy to bother.
 -- Larry Wall in [EMAIL PROTECTED]



Sent on Jul 2 by Chris Worth to Chris Petersen and MYSQL

caw 
caw Paul DuBois' Book. 
caw 
caw it is extremely well written and indexed.  I've gone from a complete mysql 
bumbler to 
caw somebody that can actually make it work in a short time thanks to his book.
caw 
caw 
caw Chris
caw 
caw 
caw On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen wrote:
caw 
caw Does anyone have any recommendations for a good book on MySQL SQL?  What
caw about PerlDBI (I noticed that the O'Reilly one is over a year old)?
caw 
caw Just realizing that there's so much out there that I haven't been told...
caw 
caw -Chris
caw 
caw 
caw -
caw Before posting, please check:
cawhttp://www.mysql.com/manual.php   (the manual)
cawhttp://lists.mysql.com/   (the list archive)
caw 
caw To request this thread, e-mail [EMAIL PROTECTED]
caw To unsubscribe, e-mail 
caw [EMAIL PROTECTED]
caw Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
caw 
caw 
caw 
caw 
caw -
caw Before posting, please check:
cawhttp://www.mysql.com/manual.php   (the manual)
cawhttp://lists.mysql.com/   (the list archive)
caw 
caw To request this thread, e-mail [EMAIL PROTECTED]
caw To unsubscribe, e-mail [EMAIL PROTECTED]
caw Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
caw 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Bob Hall

Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris

Paul Dubois and New Riders are releasing 'MySQL and Pearl for the 
Web'. If that's what you're interested in, the book is due at the end 
of July. There's a little information about the book at 
www.newriders.com. I'm going through a review copy and it looks 
pretty good. The publisher said that I could say that. :)

Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection. -Khushhal Khan Khatak
MySQL list magic words: sql query database

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Paul DuBois

At 5:38 PM -0400 6/24/01, Bob Hall wrote:
Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris

Paul Dubois and New Riders are releasing 'MySQL and Pearl for the 
Web'. If that's what you're interested in, the book is due at the 
end of July. There's a little information about the book at 
www.newriders.com. I'm going through a review copy and it looks 
pretty good. The publisher said that I could say that. :)

Yes, but publishers will always be in favor of people saying their books
are good. :-)

The book's not out yet, as Bob says, but the code used for examples
in the book is available now, at:  http://www.kitebird.com/mysql-perl/


Bob Hall

Know thyself? Absurd direction!
Bubbles bear no introspection. -Khushhal Khan Khatak
MySQL list magic words: sql query database


-- 
Paul DuBois, [EMAIL PROTECTED]

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Good book for MySQL and Perl DBI?

2001-06-23 Thread Chris Petersen

Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Good book for MySQL and Perl DBI?

2001-06-23 Thread tj marlin

Mysql by Paul Dubois, New Riders publisher, is strongly recommended.
Get the perldoc on dbi and dbd. terse, but up to date.

other reading are:
cgi programming 101 by jacqueline hamilton. basic information. well 
presented. with examples that work. very broad, very shallow.

of course the camel book, Programming perl, larry wall, tom christiansen 
and jon orwant, o'reilly, 3rd ed.

with these books and the internet, you will find a wealth of information.

ciao

At 04:40 PM 6/23/01 -0500, you wrote:
Does anyone have any recommendations for a good book on MySQL SQL?  What
about PerlDBI (I noticed that the O'Reilly one is over a year old)?

Just realizing that there's so much out there that I haven't been told...

-Chris


-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


--
tom marlin
[EMAIL PROTECTED]
fax / voice mail: 714 507 3802 ext 4881
Never be afraid to try something new. Remember that
   - amateurs built the ark.
   - professionals built the Titanic.



Re: Mysql and Perl DBI

2001-04-16 Thread Gerald Clark

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.gz.
 
 User name for connecting to database test? [undef]
 Password for connecting to database test? [undef]
 Creating files for MySQL 
 Checking if your kit is complete...
 Looks good
 Using DBI 1.14 installed in
 /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
 Writing Makefile for DBD::mysql
 Writing Makefile for Msql-Mysql-modules
 [gordon@fido Msql-Mysql-modules-1.2213]$ make
 mkdir blib
 mkdir blib/lib
 mkdir blib/arch
 mkdir blib/arch/auto
 mkdir blib/arch/auto/Msql-Mysql-modules
 mkdir blib/lib/auto
 mkdir blib/lib/auto/Msql-Mysql-modules
 mkdir blib/man1
 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux \
 -I/usr/lib/perl5/5.6.0 -Ilib -MExtUtils::PerlPP \
 -e ppp "dbd/dbimon.in" "dbimon" "lib/DBD/mysql/Install/Config.pm"
 /usr/bin/pod2text mysql/lib/DBD/mysql.pm README
 make[1]: Entering directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
 mkdir ../blib/lib/DBD
 mkdir ../blib/arch/auto/DBD
 mkdir ../blib/arch/auto/DBD/mysql
 mkdir ../blib/lib/auto/DBD
 mkdir ../blib/lib/auto/DBD/mysql
 mkdir ../blib/man3
 cp lib/DBD/mysql.pm ../blib/lib/DBD/mysql.pm
 cp lib/Bundle/DBD/mysql.pm ../blib/lib/Bundle/DBD/mysql.pm
 cp lib/Mysql/Statement.pm ../blib/lib/Mysql/Statement.pm
 cp lib/Mysql.pm ../blib/lib/Mysql.pm
 gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/m
 ysql -I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/li
 b/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686
  -DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC -I/usr/lib/perl5/5.6.0/i
 386-linux/CORE -DDBD_MYSQL dbdimp.c
 /usr/bin/perl -p -e "s/~DRIVER~/mysql/g" 
 /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI/Driver.xst  mysql.xsi
 /usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0
 /usr/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap
 /usr/lib/perl5/5.6.0/ExtUtils/typemap mysql.xs  mysql.xsc  mv mysql.xsc
 mysql.c
 gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/m
 ysql -I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/li
 b/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686
  -DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC -I/usr/lib/perl5/5.6.0/i
 386-linux/CORE -DDBD_MYSQL mysql.c
 Running Mkbootstrap for DBD::mysql ()
 chmod 644 mysql.bs
 LD_RUN_PATH="/usr/lib/mysql:/lib:/usr/lib/gcc-lib/i386-redhat-linux/2.96"
 gcc -o ../blib/arch/auto/DBD/mysql/mysql.so  -shared -L/usr/local/lib
 dbdimp.o
 mysql.o -L/usr/lib/mysql-L/usr/lib/mysql -lmysqlclient -lm -L/usr/lib/gc
 c-lib/i386-redhat-linux/2.96 -lgcc
 chmod 755 ../blib/arch/auto/DBD/mysql/mysql.so
 cp mysql.bs ../blib/arch/auto/DBD/mysql/mysql.bs
 chmod 644 ../blib/arch/auto/DBD/mysql/mysql.bs
 Manifying ../blib/man3/DBD::mysql.3pm
 Manifying ../blib/man3/Bundle::DBD::mysql.3pm
 Manifying ../blib/man3/Mysql.3pm
 make[1]: Leaving directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
 mkdir blib/script
 cp dbimon blib/script/dbimon
 /usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 -MExt
 Utils::MakeMaker -e "MY-fixin(shift)" blib/script/dbimon
 Manifying blib/man1/dbimon.1
 *** ERROR: unterminated C... at line 1426 in file dbimon
 *** ERROR: unterminated C... at line 1450 in file dbimon
 
 Can any one help
 
 Gordon
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail 
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Mysql and Perl DBI

2001-04-13 Thread Gordon Stewart

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.gz.

User name for connecting to database test? [undef]
Password for connecting to database test? [undef]
Creating files for MySQL 
Checking if your kit is complete...
Looks good
Using DBI 1.14 installed in
/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
[gordon@fido Msql-Mysql-modules-1.2213]$ make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Msql-Mysql-modules
mkdir blib/lib/auto
mkdir blib/lib/auto/Msql-Mysql-modules
mkdir blib/man1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux \
-I/usr/lib/perl5/5.6.0 -Ilib -MExtUtils::PerlPP \
-e ppp "dbd/dbimon.in" "dbimon" "lib/DBD/mysql/Install/Config.pm"
/usr/bin/pod2text mysql/lib/DBD/mysql.pm README
make[1]: Entering directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
mkdir ../blib/lib/DBD
mkdir ../blib/arch/auto/DBD
mkdir ../blib/arch/auto/DBD/mysql
mkdir ../blib/lib/auto/DBD
mkdir ../blib/lib/auto/DBD/mysql
mkdir ../blib/man3
cp lib/DBD/mysql.pm ../blib/lib/DBD/mysql.pm
cp lib/Bundle/DBD/mysql.pm ../blib/lib/Bundle/DBD/mysql.pm
cp lib/Mysql/Statement.pm ../blib/lib/Mysql/Statement.pm
cp lib/Mysql.pm ../blib/lib/Mysql.pm
gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/m
ysql -I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/li
b/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686
 -DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC -I/usr/lib/perl5/5.6.0/i
386-linux/CORE -DDBD_MYSQL dbdimp.c
/usr/bin/perl -p -e "s/~DRIVER~/mysql/g" 
/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI/Driver.xst  mysql.xsi
/usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0
/usr/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.6.0/ExtUtils/typemap mysql.xs  mysql.xsc  mv mysql.xsc
mysql.c
gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/m
ysql -I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/li
b/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686
 -DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC -I/usr/lib/perl5/5.6.0/i
386-linux/CORE -DDBD_MYSQL mysql.c
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
LD_RUN_PATH="/usr/lib/mysql:/lib:/usr/lib/gcc-lib/i386-redhat-linux/2.96"
gcc -o ../blib/arch/auto/DBD/mysql/mysql.so  -shared -L/usr/local/lib
dbdimp.o
mysql.o -L/usr/lib/mysql-L/usr/lib/mysql -lmysqlclient -lm -L/usr/lib/gc
c-lib/i386-redhat-linux/2.96 -lgcc
chmod 755 ../blib/arch/auto/DBD/mysql/mysql.so
cp mysql.bs ../blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 ../blib/arch/auto/DBD/mysql/mysql.bs
Manifying ../blib/man3/DBD::mysql.3pm
Manifying ../blib/man3/Bundle::DBD::mysql.3pm
Manifying ../blib/man3/Mysql.3pm
make[1]: Leaving directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
mkdir blib/script
cp dbimon blib/script/dbimon
/usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 -MExt
Utils::MakeMaker -e "MY-fixin(shift)" blib/script/dbimon
Manifying blib/man1/dbimon.1
*** ERROR: unterminated C... at line 1426 in file dbimon
*** ERROR: unterminated C... at line 1450 in file dbimon


Can any one help

Gordon



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Mysql and Perl DBI

2001-04-12 Thread Gordon Stewart

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-13.tar.gz.

Can any one help

Gordon






[gordon@fido gordon]$ cd Msql-Mysql-modules-1.2213
[gordon@fido Msql-Mysql-modules-1.2213]$ perl Makefile.PL 
Which drivers do you want to install?

1)MySQL only
2)mSQL only (either of mSQL 1 or mSQL 2)
3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)

4)  mSQL 1 and mSQL 2
5)  MySQL, mSQL 1 and mSQL 2

Enter the appropriate number:  [3] 1


Do you want to install the MysqlPerl emulation? You might keep your old
Mysql module (to be distinguished from DBD::mysql!) if you are concerned
about compatibility to existing applications! [n] 
Where is your MySQL installed? Please tell me the directory that
contains the subdir 'include'. [/usr] 
Which database should I use for testing the MySQL drivers? [test] 
On which host is database test running (hostname, ip address
or host:port) [localhost] 
User name for connecting to database test? [undef] 
Password for connecting to database test? [undef] 
Creating files for MySQL 
Checking if your kit is complete...
Looks good
Using DBI 1.14 installed in /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
[gordon@fido Msql-Mysql-modules-1.2213]$ make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Msql-Mysql-modules
mkdir blib/lib/auto
mkdir blib/lib/auto/Msql-Mysql-modules
mkdir blib/man1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux \
-I/usr/lib/perl5/5.6.0 -Ilib -MExtUtils::PerlPP \
-e ppp "dbd/dbimon.in" "dbimon" "lib/DBD/mysql/Install/Config.pm"
/usr/bin/pod2text mysql/lib/DBD/mysql.pm README
make[1]: Entering directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
mkdir ../blib/lib/DBD
mkdir ../blib/arch/auto/DBD
mkdir ../blib/arch/auto/DBD/mysql
mkdir ../blib/lib/auto/DBD
mkdir ../blib/lib/auto/DBD/mysql
mkdir ../blib/man3
cp lib/DBD/mysql.pm ../blib/lib/DBD/mysql.pm
cp lib/Bundle/DBD/mysql.pm ../blib/lib/Bundle/DBD/mysql.pm
cp lib/Mysql/Statement.pm ../blib/lib/Mysql/Statement.pm
cp lib/Mysql.pm ../blib/lib/Mysql.pm
gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/mysql 
-I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI 
-I/usr/lib/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686 
-DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC 
-I/usr/lib/perl5/5.6.0/i386-linux/CORE -DDBD_MYSQL dbdimp.c
/usr/bin/perl -p -e "s/~DRIVER~/mysql/g"  
/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI/Driver.xst  mysql.xsi
/usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 
/usr/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.6.0/ExtUtils/typemap 
mysql.xs  mysql.xsc  mv mysql.xsc mysql.c
gcc -c -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI -I/usr/include/mysql 
-I../dbd -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBI 
-I/usr/lib/perl5/5.6.0/i386-linux -fno-strict-aliasing -O2 -march=i386 -mcpu=i686 
-DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC 
-I/usr/lib/perl5/5.6.0/i386-linux/CORE -DDBD_MYSQL mysql.c
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
LD_RUN_PATH="/usr/lib/mysql:/lib:/usr/lib/gcc-lib/i386-redhat-linux/2.96" gcc -o 
../blib/arch/auto/DBD/mysql/mysql.so  -shared -L/usr/local/lib dbdimp.o mysql.o 
-L/usr/lib/mysql-L/usr/lib/mysql -lmysqlclient -lm 
-L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -lgcc 
chmod 755 ../blib/arch/auto/DBD/mysql/mysql.so
cp mysql.bs ../blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 ../blib/arch/auto/DBD/mysql/mysql.bs
Manifying ../blib/man3/DBD::mysql.3pm
Manifying ../blib/man3/Bundle::DBD::mysql.3pm
Manifying ../blib/man3/Mysql.3pm
make[1]: Leaving directory `/home/gordon/Msql-Mysql-modules-1.2213/mysql'
mkdir blib/script
cp dbimon blib/script/dbimon
/usr/bin/perl -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 
-MExtUtils::MakeMaker -e "MY-fixin(shift)" blib/script/dbimon
Manifying blib/man1/dbimon.1
*** ERROR: unterminated C... at line 1426 in file dbimon
*** ERROR: unterminated C... at line 1450 in file dbimon



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


Mysql and Perl DBI

2001-04-11 Thread Gordon Stewart



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.

Can any one help

Gordon



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Mysql and Perl DBI

2001-04-11 Thread Eric Fegraus

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 PROTECTED]
Subject: Mysql and Perl DBI




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.

Can any one help

Gordon



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Mysql and Perl DBI

2001-04-11 Thread Scott Baker

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-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 PROTECTED]
Subject: Mysql and Perl DBI




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.

Can any one help

Gordon



-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Scott Baker - Webster Internet - Network Technician
503.266.8253 - [EMAIL PROTECTED]

"It has been said that the primary function of schools is to impart enough 
facts to make children stop asking questions. Some, with whom the schools 
do not succeed, become scientists." - Knut Schmidt-Nielson








-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Mysql and Perl DBI

2001-04-11 Thread Ben Dimmock

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 tried to install Msql-Mysql DBI
 module But I get errors when I do a make.

 Can any one help

 Gordon



 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php