DBD::mysql error

2011-05-15 Thread gvim
MySQL 5.5.11 Perl 5.14.0 DBI 1.616 DBD::mysql 4.018 Installing the DBD::mysql on OS X Snow Leopard 10.6.6, I ran `perl Makefile.PL` fine but `make test` produced: # make test cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql

Can't install perl-DBD-MySQL

2010-08-26 Thread Nunzio Daveri
Hello gurus, I am trying to install the perl-DBD-MySQL and each time I get this error message. Any ideas? I have tried it on a Sun X4150 (Dual Quad Cored Intel) and a Sun X4200 (Dual Dual Core Opteron) both on CentOS 4.8. I have tried to install and build with MySQL 4.x on the box

Re: Can't install perl-DBD-MySQL

2010-08-26 Thread Joerg Bruehe
Nunzio, Nunzio Daveri wrote: Hello gurus, I am trying to install the perl-DBD-MySQL and each time I get this error message. Any ideas? I have tried it on a Sun X4150 (Dual Quad Cored Intel) and a Sun X4200 (Dual Dual Core Opteron) both on CentOS 4.8. I have tried to install and build

Cygwin and DBD::mysql

2010-03-11 Thread Bruce Ferrell
it seem the Cygwin Perl can't see a client libraries needed to build DBD::Mysql. Innovative lad that I am I figured I'd just compile my own from 5.1.44 (current download). Nice thought. What happens is the build fails as follows: ./configure --prefix=/usr/local/mysql --without-server [ much

errror while installing DBD::MYSQL.

2007-11-12 Thread Siva Prasad
. - install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at (eval 4) line 3. Perhaps the DBD::mysql perl module hasn't been fully installed, or perhaps the capitalisation

RE: Problem installing PERL DBD::mysql

2006-08-15 Thread Martin J. Evans
You are linking against the static compress library which is intended for static linking not inclusion into a dynamic object. I would not rebuild libz.a with fPIC. You should be linking against libz.so which I'd guess you haven't got. Check you've got a libz.so and then make sure DBD::mysql picks

Problem installing PERL DBD::mysql

2006-08-14 Thread Logg, Connie A.
Linux WS release 4 (Nahant Update 4) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source, and it also

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source, and it also complainshere is the output from the source install: [EMAIL PROTECTED] DBD

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Patrick Galbraith
Enterprise Linux WS release 4 (Nahant Update 4) -- I am having a hard time installing DBD:mysql on 64 bit machine snv1.ultralight.org /usr/bin/perl MCPAN -e shell CPAN install DBD::mysql Dies with errors...so I decided to do it from the source

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
Yes .. and had to add it to jpeg-6b (on x86_64) to make that work too. Patrick Galbraith wrote: Niels Larsen wrote: Niels, Do you mean in the Makefile for zlib? Thanks! Patrick Connie, I had the same error with another program recently, but probably the fix for yours is the same: try

RE: Mysqlhotcopy / Perl / DBD::mysql on RHEL 4 x86_64

2006-06-20 Thread Tim Lucia
Solved -- After upgrading to 5.0.22, DBD::mysql builds without any problems. -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 4:17 PM To: mysql@lists.mysql.com Subject: Mysqlhotcopy / Perl / DBD::mysql on RHEL 4 x86_64 I'm running on a Xeon 3.8

Mysqlhotcopy / Perl / DBD::mysql on RHEL 4 x86_64

2006-06-19 Thread Tim Lucia
I'm running on a Xeon 3.8 under RHEL V.4. I wanted to try out mysqlhotcopy, but it says I need DBD::mysql. Cpan gets it for me, but make DBD::mysql dies with the below error. I am using 5.0.18 standard (MySQL-server-standard-5.0.18-0.rhel4). Attempting to install perl-dbd-mysql off the RPMS

Installing DBD::mysql - problems

2006-05-10 Thread Logg, Connie A.
I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux [EMAIL PROTECTED] cal]# more /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant Update 3) [EMAIL

RE: Installing DBD::mysql - problems

2006-05-10 Thread Logan, David (SST - Adelaide)
- From: Logg, Connie A. [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 May 2006 5:47 AM To: mysql@lists.mysql.com Subject: Installing DBD::mysql - problems I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST

Compiling DBD::mysql with MySQL 5.0.20a

2006-04-24 Thread s . zingler
Description: I have Problem Compiling DBD::mysql with MySQL 5.0.20a. I get the following Message: meyer-lx:~/.cpan/build/DBD-mysql-3.0002 # make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/00base

Re: DBD::mysql::st execute failed: MySQL server has gone away

2006-03-30 Thread Luke Vanderfluit
Ravi Prasad LR wrote: Luke, Yup. Basically if I do a particular query from the command line, I get the following error: === InnoDB: Error: tried to read 16384 bytes at offset 1 3469819904. InnoDB: Was only able to read -1. 060327 8:25:41 InnoDB: Operating

Re: DBD::mysql::st execute failed: MySQL server has gone away

2006-03-27 Thread sheeri kritzer
What happens if you try to connect to the database on the commandline? -Sheeri On 3/24/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: Hi. I'm getting the following error running apache2 with modperl, mysql 4.1.18 and RT 3.4.5 *error:*DBD::mysql::st execute failed: MySQL server has

Re: DBD::mysql::st execute failed: MySQL server has gone away

2006-03-27 Thread Luke Vanderfluit
= Your help is appreciated. Thanks. Kind regards. Luke -Sheeri On 3/24/06, Luke Vanderfluit [EMAIL PROTECTED] wrote: Hi. I'm getting the following error running apache2 with modperl, mysql 4.1.18 and RT 3.4.5 *error:*DBD::mysql::st execute failed: MySQL server

Re: DBD::mysql::st execute failed: MySQL server has gone away

2006-03-27 Thread Ravi Prasad LR
Luke, Yup. Basically if I do a particular query from the command line, I get the following error: === InnoDB: Error: tried to read 16384 bytes at offset 1 3469819904. InnoDB: Was only able to read -1. 060327 8:25:41 InnoDB: Operating system error number 5 in a

DBD::mysql::st execute failed: MySQL server has gone away

2006-03-24 Thread Luke Vanderfluit
Hi. I'm getting the following error running apache2 with modperl, mysql 4.1.18 and RT 3.4.5 *error:* DBD::mysql::st execute failed: MySQL server has gone away at /usr/local/stow/perl-5.8.7/lib/site_perl/5.8.7/Apache/Session/Lock/MySQL.pm line 70. *context:* *...* *66:* if ($self

Re: DBD::mysql will make but won't test on Solaris10...

2005-12-08 Thread Jake Peavy
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/00base.install_driver(mysql) failed: Can't load '/export/home/root/.cpan/build/DBD-mysql-3.0002/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: perl: fatal

Fwd: DBD::mysql will make but won't test on Solaris10...

2005-12-07 Thread Jake Peavy
Since I didn't get a response from the perl list, and since Daryn received some responses to his similar question I thought I might see if you guys had any ideas on why I can't make test for DBD::mysql on Solaris. TIA, F -- Forwarded message -- From: Jake Peavy [EMAIL PROTECTED

Re: DBD::mysql will make but won't test on Solaris10...

2005-12-07 Thread Jake Peavy
Yep, the objects appear to be ok including the offending libmtmalloc.so.1... # ldd /export/home/root/.cpan/build/DBD-mysql-3.0002 /blib/arch/auto/DBD/mysql/mysql.so librt.so.1 =/lib/librt.so.1 libcrypt_i.so.1 = /usr/lib/libcrypt_i.so.1 libgen.so.1 = /lib

Re: DBD::mysql will make but won't test on Solaris10...

2005-12-07 Thread Gleb Paharenko
/read.php?52,9,9,quote=1` Jake Peavy [EMAIL PROTECTED] wrote: Yep, the objects appear to be ok including the offending libmtmalloc.so.1... # ldd /export/home/root/.cpan/build/DBD-mysql-3.0002 /blib/arch/auto/DBD/mysql/mysql.so librt.so.1 =/lib/librt.so.1

mysql5.0 DBD::Mysql, INSERT working but SELECT not showing INSERTED contents

2005-11-02 Thread Harry Hoffman
-DBI rpms, and perl-DBD-Mysql rpms and installed, the rpms from mysql.com as well as downloading and installing the latest versions of DBI and DBD::Mysql from cpan.org. I am still having the same exact problem. I'd be happy to provide any other info if that would help. Thanks, Harry Here

Re: mysql5.0 DBD::Mysql, INSERT working but SELECT not showing INSERTED

2005-11-02 Thread Heikki Tuuri
: mysql5.0 DBD::Mysql, INSERT working but SELECT not showing INSERTED Hi All, I've been trying to figure out what's going on with this for a little bit now. I've just upgraded to MySQL-5 on a system running RHAS-3. Everything seemed to go smoothly for the upgrade, but I'm noticing something I'm

Re: Error installing perl module DBD::mysql

2005-10-26 Thread Ziaul Mannan
::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am getting following errors: dogwood:mysql:/home/mysql/DBD-mysql-3.0002 # perl make Can't open perl script make: A file or directory in the path name does not exi st. dogwood:mysql:/home/mysql/DBD-mysql-3.0002 # make Typically, you would

Re: Error installing perl module DBD::mysql

2005-10-26 Thread Michael Stassen
makeError Now you are saying that when you run `perl Makefile.PL`, everything works, but then when you subsequently run `make`, you get an error. Our problem, as Kevin pointed out, is that the error message you included in your first post, dogwood:mysql:/home/mysql/DBD-mysql-3.0002

Error installing perl module DBD::mysql

2005-10-25 Thread Ziaul Mannan
** Low Priority ** Hello, I was able to install the following perl modules fine: DBI Data::Dumper Data::ShowTable DBI.pm Then,when I am try to install perl module called 'DBD::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am getting following errors: dogwood:mysql:/home/mysql/DBD

Re: Error installing perl module DBD::mysql

2005-10-25 Thread Kevin Spencer
On 10/25/05, Ziaul Mannan [EMAIL PROTECTED] wrote: ** Low Priority ** Hello, I was able to install the following perl modules fine: DBI Data::Dumper Data::ShowTable DBI.pm Then,when I am try to install perl module called 'DBD::mysql' on AIX 5.2(64-bit) and 5.3. In both cases I am

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-22 Thread Michael Stassen
John Trammell wrote: #!perl use strict; use warnings; sub foo { warn wantarray() in foo() is: , wantarray(), \n; my @r = 3 .. 8; return @r; } my @x = foo() or warn in ... or warn() #1\n; warn [EMAIL PROTECTED]: @x\n; my $x = foo() or warn in ... or warn() #2\n; warn \$x: $x\n;

Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Oliver Elphick
We have an application that has just upgraded to Debian sarge with mysql upgrading from 3.23.49 to 4.0.24. As far as I know I have followed all the procedures for upgrading the database. Some queries always fail in DBD::mysql (in DBI) although they work OK with the mysql client. For example

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Adam Majer
Oliver Elphick wrote: which returns 0 rows, works correctly in mysql. But when it is passed through this statement in Perl: my @row = $dbh-selectrow_array($sql) or failed(__FILE__, __LINE__, Failed to run the sql statement with error

Re: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread Michael Stassen
Oliver Elphick wrote: We have an application that has just upgraded to Debian sarge with mysql upgrading from 3.23.49 to 4.0.24. As far as I know I have followed all the procedures for upgrading the database. Some queries always fail in DBD::mysql (in DBI) although they work OK with the mysql

Connection Issue with DBI::DBD::Mysql

2005-06-21 Thread TheRefUmp
Hi everyone, Trying to connect to a MySQL database from a Linux Server using PERL to a Windows Machine with a MySQL database (5.0.6). I can connect successfully on the windows box but cannot on the Linux server! I ran a SQLTRACE (DBD) with the following output: imp_dbh-connect: dsn =

Re: Connection Issue with DBI::DBD::Mysql

2005-06-21 Thread SGreen
[EMAIL PROTECTED] wrote on 06/21/2005 01:56:50 PM: Hi everyone, Trying to connect to a MySQL database from a Linux Server using PERL to a Windows Machine with a MySQL database (5.0.6). I can connect successfully on the windows box but cannot on the Linux server! I ran a SQLTRACE (DBD) with

Re: Connection Issue with DBI::DBD::Mysql (more information)

2005-06-21 Thread TheRefUmp
] To: mysql@lists.mysql.com Subject: Connection Issue with DBI::DBD::Mysql Hi everyone, Trying to connect to a MySQL database from a Linux Server using PERL to a Windows Machine with a MySQL database (5.0.6). I can connect successfully on the windows box but cannot on the Linux server! I ran

RE: Sarge problems with MySQL and DBI / DBD::mysql

2005-06-21 Thread John Trammell
- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:48 PM To: olly@lfix.co.uk Cc: debian-user@lists.debian.org; mysql@lists.mysql.com Subject: Re: Sarge problems with MySQL and DBI / DBD::mysql Oliver Elphick wrote: We have an application that has just

problem with instalaion of DBD::mysql

2005-02-27 Thread gowthaman ramasamy
Dear list, i have a problem installing DBD::mysql module. My built is FC3 on a P4 machine. i installed mysql database via Mysql-serever-5.1.10-0.i386.rpm also via a binary version of mysql-standard-4.1.10-pc-linux-gnu-i686. both the mysql servers are fine. And i could install DBI modules thru CPAN

MySQL 4.1.10 + DBD-MySQL 2.9003 Incompatibility

2005-02-25 Thread Jason Johnson
I am running MySQL 4.1.10 and ActivePerl 5.8.6.811 on Windows 2003. When I upgraded MySQL from an older version, everything using DBD-MySQL complained about not being compatible and MySQL is telling me to upgrade to a newer client (in this case, obviously, my client being DBD-MySQL). Does

Re: MySQL 4.1.10 + DBD-MySQL 2.9003 Incompatibility

2005-02-25 Thread Bastian Balthazar Bux
Jason Johnson ha scritto: I am running MySQL 4.1.10 and ActivePerl 5.8.6.811 on Windows 2003. When I upgraded MySQL from an older version, everything using DBD-MySQL complained about not being compatible and MySQL is telling me to upgrade to a newer client (in this case, obviously, my client

Re: koi8r dbd::mysql

2004-12-16 Thread Gleb Paharenko
Salut! Check the console and locale settings as well as the content of the table (using mysql command-line client). Alexey Wasilyev [EMAIL PROTECTED] wrote: Hello! redhat 2.3 as DBD-mysql-2.9004 perl 5.8.0 MySQL-server-4.1.7-0.i386.rpm from mysql.org [EMAIL PROTECTED

koi8r dbd::mysql

2004-12-15 Thread Alexey Wasilyev
Hello! redhat 2.3 as DBD-mysql-2.9004 perl 5.8.0 MySQL-server-4.1.7-0.i386.rpm from mysql.org [EMAIL PROTECTED] start]# cat /etc/my.cnf [client] default-character-set=koi8r [mysqld] default-character-set=koi8r [mysql] default-character-set = koi8r From mysql command line all select's work ok

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-16 Thread Rudy Lippan
with active state, it probably gets a little more complicated. My guess is that active state is packaging DBD::mysql with an older version of the mysql libraries, and I don't know if the new client libraries will talk to older versions of MySQL (Can anyone confirm this)?, but if it is the case

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-16 Thread Michael Stassen
. But now with active state, it probably gets a little more complicated. My guess is that active state is packaging DBD::mysql with an older version of the mysql libraries, and I don't know if the new client libraries will talk to older versions of MySQL (Can anyone confirm

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-16 Thread William R. Mussatto
server to accept the older passwords. But now with active state, it probably gets a little more complicated. My guess is that active state is packaging DBD::mysql with an older version of the mysql libraries, and I don't know if the new client libraries will talk to older versions of MySQL (Can

What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread William R. Mussatto
I've been googling for 1/2 hr w/o any answers. sorry if I've missed the obvious. Problem. Fresh install of mysql 4.7.1, AS perl 5.8 DBI and DBD-Mysql via ppm. Client does not support authnticaiton protocol DBI connect('cjuhsdinfo','{username}',...) failed: Client does not support authentication

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread Keith Ivey
William R. Mussatto wrote: I've been googling for 1/2 hr w/o any answers. sorry if I've missed the obvious. Problem. Fresh install of mysql 4.7.1, AS perl 5.8 DBI and DBD-Mysql via ppm. Client does not support authnticaiton protocol What version of MySQL were you using previously

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread William R. Mussatto
Keith Ivey said: William R. Mussatto wrote: I've been googling for 1/2 hr w/o any answers. sorry if I've missed the obvious. Problem. Fresh install of mysql 4.7.1, AS perl 5.8 DBI and DBD-Mysql via ppm. Client does not support authnticaiton protocol What version of MySQL were you using

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William R. Mussatto wrote: Keith Ivey said: William R. Mussatto wrote: I've been googling for 1/2 hr w/o any answers. sorry if I've missed the obvious. Problem. Fresh install of mysql 4.7.1, AS perl 5.8 DBI and DBD-Mysql via ppm. Client does

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread William R. Mussatto
Mark Matthews said: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William R. Mussatto wrote: Keith Ivey said: William R. Mussatto wrote: I've been googling for 1/2 hr w/o any answers. sorry if I've missed the obvious. Problem. Fresh install of mysql 4.7.1, AS perl 5.8 DBI and DBD-Mysql

Re: What changed in 4.1.7 to break DBD::Mysql

2004-11-15 Thread William R. Mussatto
Patrick Galbraith said: William, What was the error that you had specifically? Did you use a precompiled version of DBD::mysql like a RPM, or did you build it yourself? I don't know if this is a DBD version issue that you are experiencing, because nothing was changed in authentication

Re: DBD::MySQL

2004-09-21 Thread Jigal van Hemert
From: Nathan Mealey [EMAIL PROTECTED] Has anyone out there had any trouble installing DBD::MySQL for MySQL 4.1.x on Mac OS X 10.3? I have tried it on several machines in my company's office, but it fails on all that are running 4.1.x, and installs fine on those running 4.0.x Thoughts? Try

DBD::MySQL

2004-09-20 Thread Nathan Mealey
Has anyone out there had any trouble installing DBD::MySQL for MySQL 4.1.x on Mac OS X 10.3? I have tried it on several machines in my company's office, but it fails on all that are running 4.1.x, and installs fine on those running 4.0.x Thoughts? Thanks, Nathan -- Nathan Mealey Director

DBD::mysql problem

2004-06-21 Thread Kairam, Raj
I am unable to install DBD::mysql in my environment shown below RedHat Linux 9 perl v5.8.0 DBI-1.42 mysqld Ver 4.0.18-standard After unzipping and untarring the DBD-mysql-2.9003.tar.gz ( obtained from CPAN ), in the DBD-mysql-2.9003 directory I tried the following mkdir /tmp/mysql

DBD::mysql problem

2004-06-18 Thread Kairam, Raj
I am unable to install DBD::mysql in my environment shown below RedHat Linux 9 perl v5.8.0 DBI-1.42 mysqld Ver 4.0.18-standard After unzipping and untarring the DBD-mysql-2.9003.tar.gz ( obtained from CPAN ), in the DBD-mysql-2.9003 directory I tried the following mkdir /tmp/mysql-static cp /usr

DBD::mysql::db do failed: Table 'xxxxx' is read only

2004-06-18 Thread Michael Klama
I get an error DBD::mysql::db do failed: Table 'x' is read only at /path/to/cgi/script line xxx. referrer /path/to/cgi/script I have checked all of the file permissions and they are all correct. Can anyone shed light on what the problem may be. Thank you Mike -- MySQL General Mailing

DBD::mysql::db do failed: Table 'xxxxx' is read only

2004-06-18 Thread Michael Klama
I get an error DBD::mysql::db do failed: Table 'abcd' is read only at /path/to/cgi/script line xxx. referrer /path/to/cgi/script I have checked all of the file permissions and they are all correct. Can anyone shed light on what the problem may be. Thank you Mike -- MySQL General Mailing

REPOST: DBD::mysql::db do failed: Table 'abcd' is read only

2004-06-18 Thread Michael Klama
able to request info and get results but whenever I try to insert data I get an error DBD::mysql::db do failed: Table 'abcd' is read only at /path/to/cgi/script line abc. referrer /path/to/cgi/script I have checked all of the file permissions and they are all correct. Can anyone shed light

Re: DBD::mysql problem

2004-06-18 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 18 June 2004 03:00 pm, Kairam, Raj wrote: After unzipping and untarring the DBD-mysql-2.9003.tar.gz ( obtained from CPAN ), in the DBD-mysql-2.9003 directory I tried the following mkdir /tmp/mysql-static cp /usr/lib/mysql/*.a /tmp/mysql

Re: DBD::MySQL on RH8

2004-05-05 Thread Rudy Lippan
On Mon, 3 May 2004, Leon Sonntag wrote: I am having problems with installing the DBD::MySQL Perl module. My system is: RedHat 8 (patched current) Perl 5.8.4 (installed from RPM but upgraded manually) Apache 2.0.40 Modperl 1.99 I am heading toward being able to install Best Practicals

Re: DBD::MySQL on RH8

2004-05-05 Thread Leon Sonntag
At 08:04 AM 5/5/04, Rudy Lippan wrote: On Mon, 3 May 2004, Leon Sonntag wrote: I am having problems with installing the DBD::MySQL Perl module. My system is: RedHat 8 (patched current) Perl 5.8.4 (installed from RPM but upgraded manually) Apache 2.0.40 Modperl 1.99 I am heading toward being

DBD::MySQL on RH8

2004-05-03 Thread Leon Sonntag
I am having problems with installing the DBD::MySQL Perl module. My system is: RedHat 8 (patched current) Perl 5.8.4 (installed from RPM but upgraded manually) Apache 2.0.40 Modperl 1.99 I am heading toward being able to install Best Practicals request tracker. Currently this is a clean system

DBD::MySQL and win32

2004-01-05 Thread Tom Roos
hi listers where can i find/download such software? tks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Perl DBD::mysql failed - Issued Solved.

2004-01-05 Thread Aleksei Wolff
: Aleksei Wolff wrote: I am on suse 9.0. using cpan perl module (perl -MCPAN -e shell) and install DBD::mysql obtained the following error: An error occurred while linking the DBD::mysql driver. The error message seems to indicate that you dont have a libz.a or a libza.so Can

Perl DBD::mysql failed :(

2004-01-04 Thread Aleksei Wolff
I am on suse 9.0. using cpan perl module (perl -MCPAN -e shell) and install DBD::mysql obtained the following error: An error occurred while linking the DBD::mysql driver. The error message seems to indicate that you dont have a libz.a or a libza.so Can anybody suggest a possible fix

Error during dbd::mysql

2004-01-04 Thread Aleksei Wolff
I am trying to install the DBI driver for mysql..i got an error which the INSTALL.html file says can be fixed by: If this is the case for you, install an RPM archive like libz-devel, libgz-devel, zlib-devel or gzlib-devel or something similar. Cam anybody clue me in on what the above

Re: Perl DBD::mysql failed :(

2004-01-04 Thread Michael Stassen
Aleksei Wolff wrote: I am on suse 9.0. using cpan perl module (perl -MCPAN -e shell) and install DBD::mysql obtained the following error: An error occurred while linking the DBD::mysql driver. The error message seems to indicate that you dont have a libz.a or a libza.so Can anybody suggest

user permissions on test ( DBD::mysql)

2003-12-14 Thread Kermit Tensmeyer
In previous installs, I've never been able to do it 'right' but fresh install (4.1.1), new machine. So I'd like to set it up so perl Makefile.PL on modules will install without having to pass special parameters to build process. First. mysql_install_db sets up the test db so that the

PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread nm
I can login on console. I can telnet 192.168.1.20 3306 from a remote host but when I try to connect using perl DBI i get this error: DBI connect('database=test;hostname=192.168.1.20','root',...) failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I added Host 192.168.1.10

Re: PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread Johannes Ullrich
I added Host 192.168.1.10 user root with passowrd in mysql user table. Did you flush privileges? did you hash the password using the 'password' function? did you type the password correctly ? Ideas? What else? Thanks. -- --

Re: PERL DBI DBD mysql / REMOTE ACCESS

2003-10-30 Thread Egor Egorov
nm [EMAIL PROTECTED] wrote: I can login on console. I can telnet 192.168.1.20 3306 from a remote host but when I try to connect using perl DBI i get this error: DBI connect('database=test;hostname=192.168.1.20','root',...) failed: Access denied for user: '[EMAIL PROTECTED]' (Using

Building DBD-mysql on HPUX 11.11

2003-07-01 Thread Umesh
Hi, I am trying to build DBD-mysql-2.1012 perl and mysql database driver on HPUX 11.11 operating system. I am getting this error, if I say 'make'. Can you help me to resolve this. Mysql 3.23.42 and DBI 1.37 are installed on the machine. ipvbs:/tmp/DBD-mysql-2.1012make /bin/sh -c true

Building DBD::mysql

2003-06-17 Thread James Nallen
Hi, This caused me a little grief, so I thought that I would post it. I wanted to be able to use the perl module DBD::mysql, to access a mysql database. I installed 'MYSQL 3.23.56' and 'perl 5.004'. I installed the DBI module. I compiled the DBD:mysql module. When I ran 'make test', I got

Re: Problems installing DBD::mysql for My SQL 4

2003-06-03 Thread James Marcinek
I believe the package you are looking for is zlib-devel The latest version from redhat is available at http://updates.redhat.com/8.0/en/os/i386/zlib-devel-1.1.4-8.8x.i386.rpm Thanks, Ryan Yagatich ,_, \ Ryan Yagatich

Problems installing DBD::mysql for My SQL 4

2003-06-02 Thread James Marcinek
I know this isn't the perl list but I'm thinking that some one out there has installed MySQL 4 on Red Hat 8. I couldn't upgrade from MySQL 3. I tried to uninstall MySQL 3 but I had too many dependency errors. I keep trying to install the necessary packages but I have a problem with the DBD::mysql

Re: Problems installing DBD::mysql for My SQL 4

2003-06-02 Thread Ryan Yagatich
I believe the package you are looking for is zlib-devel The latest version from redhat is available at http://updates.redhat.com/8.0/en/os/i386/zlib-devel-1.1.4-8.8x.i386.rpm Thanks, Ryan Yagatich ,_, \ Ryan Yagatich

libz-devel needed for DBD-mysql install on RedHat 8.0

2003-02-19 Thread Sheahan, John (PCLN-NW)
I am trying to install DBD-mysql-2.1025 on a RH8 machine. When I do a make I get an error saying that it can't find libz.a or libz.so etc I tried modifying the perl Makefile.PL using --libs= and the path to my libz.so file. As a fix, it did say that I could fix this by installing libz-devel

SuSE DBD::mysql

2003-02-18 Thread Rich Allen
iH trying to get v7.3 of SuSE/PPC working with mysql and perl. i have the mysql server working and perl reports that the mysql driver is available but when trying to connect to the a database i get error while loading shared libraries: /usr/lib/perl5/site_perl/5.6.1/ppc-linux/auto/DBD/mysql

Re: mytop - DBD::mysql failed to load

2002-10-18 Thread Jeremy Zawodny
...and 'perl Makefile.PL' I get this warning: Warning: prerequisite DBD::mysql failed to load: Can't locate DBD/mysql.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i586-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i586-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl

mytop - DBD::mysql failed to load

2002-10-09 Thread Koller Sébastien
Hi, I try to install mytop in order to get some information about my MySQL database, after I installed : - DBI-1.18.tar.gz - Msql-Mysql-modules-1.2216.tar.gz - Data-Dumper-2.101.tar.gz - Data-ShowTable-3.3.tar.gz ...and 'perl Makefile.PL' I get this warning: Warning: prerequisite DBD::mysql

[mysqld 4.0.x DBD::mysql 2.1020]

2002-10-05 Thread Rich Allen
Description: using LOAD DATA INFILE from Perl crashes table How-To-Repeat: issue LOAD DATA INFILE from Perl w/ DBD::mysql 2.1020 installed Fix: i downgrade to 2.0491 Submitter-Id: submitter ID Originator: Rich Allen Organization: none MySQL support: none Synopsis

perl's DBD::mysql on Cygwin

2002-08-26 Thread Thomas Haselberger
hello robert, you might want to try it without any options to Makefile.pl. if you installed mysql on cygwin, put the mysql bin dir on your path so mysql_config can be found, then the correct flags should be there. even with flags, you should write --libs='...' instead of --libs= make

Can't locate loadable object DBD::mysql in @INC

2002-08-15 Thread Nik
Hello Everyone, We are attempting to use a Perl script to access MySQL on Red Hat Linux release 7.2 (Enigma) Kernel 2.4.7-10 on an i686 Unfortunately, the below error keeps appearing: - install_driver(mysql) failed: Can't locate loadable object for module DBD::mysql

DBD-mysql fails make tests?

2002-08-14 Thread Don Fike
I am using DBD-mysql-2.1018 with a binary mysql_3.23.51 on Solaris 2.8. I can get thru Makefile.PL and make without errors or warnings. However I always get the same errors returned during make tests regardless of my command line parameters. Below is the Makefile.PL params that I used last

Msql-Mysql-modules vs. DBD-mysql?

2002-08-13 Thread Don
Hello [help], I installed DBD-mysql-2.1017 today and I started getting errors regarding, mysql.so and lost my ability to connect to MySQL via Perl, the error returned was; fatal relocation error: file /usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/auto/DBD/mysql/mysql.so: symbols mysql_init

Re: Msql-Mysql-modules vs. DBD-mysql?

2002-08-13 Thread Elizabeth Mattijsen
At 03:14 PM 8/13/02 -0400, Don wrote: What is the difference between the 2 modules, Msql-Mysql-modules and DBD-mysql? The Msql-Mysql modules are an old implementation of Perl access to MySQL, intended to be compatible with the even older Msql database engine. The past 5 years have seen

Re: Msql-Mysql-modules vs. DBD-mysql?

2002-08-13 Thread Paul DuBois
At 15:14 -0400 8/13/02, Don wrote: Hello [help], I installed DBD-mysql-2.1017 today and I started getting errors regarding, mysql.so and lost my ability to connect to MySQL via Perl, the error returned was; fatal relocation error: file /usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/auto/DBD

Deadlock problem (with DBD::mysql, but not DBD::ADO!)

2002-04-26 Thread Steve Hay
Hi, I sent the following e-mail to the msql-mysql-modules list earlier today regarding a deadlock error using DBD::mysql. I was advised by Jochen Wiedmann that DBD::mysql is simply a thin layer on top of the C interface, and that I should therefore forward my problem to this list, so here

Problem in Instalation DBD-mysql-2.1011

2002-03-14 Thread Roberto C. Salazar M.
Hi: I work with Linux Cobalt (identic to RedHAT), gcc-2.7.2 and MySQL-3.22.32-1. I need install DBD-mysql-2.1011, but I received the next error in the instalation: (I execute make): rm -f blib/arch/auto/DBD/mysql/mysql.so LD_RUN_PATH=/usr/lib/mysql:/usr/lib /sbin/perl myld cc -shared -L/usr

DBD::mysql for non-mysql box

2002-03-07 Thread Brian Warn
If I want to load DBD::mysql on a box where mysql is not installed, do I need to install some mysql components? I'm doing this because I'll be connecting to a remote box from my perl script to query, etc. mysql on the remote box. While using cpan to install the DBD::mysql module, I received

Re: DBD::mysql for non-mysql box

2002-03-07 Thread Paul DuBois
At 15:40 -0800 3/7/02, Brian Warn wrote: If I want to load DBD::mysql on a box where mysql is not installed, do I need to install some mysql components? I'm doing this because I'll be DBD::mysql uses the MySQL C client library. You can't install without it. connecting to a remote box from my

DBD::Mysql on Mac OS X

2002-01-31 Thread John Tsangaris
I am trying to install mysql, DBI, and DBD::mysql on MacOS X. My problems are in the DBI and DBD::mysql part. Has anyone successfully installed the DBI and DBD::mysql perl modules on this platform? I'm running into troubles in the fact that, god bless them, whoever decided to put unix

Re: DBD::Mysql on Mac OS X

2002-01-31 Thread Paul DuBois
At 13:54 -0500 1/31/02, John Tsangaris wrote: I am trying to install mysql, DBI, and DBD::mysql on MacOS X. My problems are in the DBI and DBD::mysql part. Has anyone successfully installed the DBI and DBD::mysql perl modules on this platform? I'm running into troubles in the fact that, god

Re: perl DBD::mysql question: SOLVED

2002-01-28 Thread Paul van den Berg
as a string, if called immediately after a Load data infile, Insert .. select .., or Update... From there I read the DBD::mysql docs, where I found: $infoString = $dbh-{'info'}; this corresponds whith the c-api function. And yes, after a load data infile .. I found that: print $filenm, $dbh

Re: perl DBD::mysql question

2002-01-25 Thread Jeremy Zawodny
On Thu, Jan 24, 2002 at 01:48:58PM +0100, Paul van den Berg wrote: Hello list, the regular mysql-client returns some useful information after batch-inserts like: Query OK, 11393 rows affected (0.47 sec) Records: 11393 Duplicates: 0 Warnings: 0 I can fetch the number of effected rows

perl DBD::mysql question

2002-01-24 Thread Paul van den Berg
Hello list, the regular mysql-client returns some useful information after batch-inserts like: Query OK, 11393 rows affected (0.47 sec) Records: 11393 Duplicates: 0 Warnings: 0 I can fetch the number of effected rows in perl/DBI with $sth-rows, but is it possible to fetch the count of

Re: Perl to DBD::MySql

2002-01-23 Thread Diana Soares
Try using LIKE instead of =: $sth = $dbh-prepare(SELECT * FROM Years WHERE Date LIKE '2002-%'); $sth-execute(); On Wed, 2002-01-23 at 17:09, Jason Whitlow wrote: I am trying to do a select statement but am having problems with the % in my string. I am trying to $sth =

Trouble with installation of Perl Module DBD::MySQL-2.1009 under Windows 9x

2002-01-10 Thread eva _242_
Hi all. I would like to know why i cannot install the DBD-MySQL-2.1009 on my computer. I use Perl 5 (ActivePerl build 630) and i have already install some modules like DBI1.20 and some others (CSV, etc...) and it's always very easy (using Perl MakeFile.PL - nMake - ) and work perfectly well

DBD::mysql HElp

2001-12-29 Thread Clinton Hesse
Hi, I'm trying to install DBD::MYSQL on Windows 2000 Pro. I've already install DBI Using ppm for ActivePerl I downloaded DBI and extracted it to a folder. Then i ran ppm intall DBI It installed fine. I did the exact same thing for DBD::MYSQL but i get the following error

  1   2   >