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 syste

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

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

2006-03-27 Thread Luke Vanderfluit
Hi Sheeri. sheeri kritzer wrote: What happens if you try to connect to the database on the commandline? 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

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

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

2005-12-08 Thread Jake Peavy
Well I tried removing -lmtmalloc from the LIBS line. Like before, I was able to make but not make test. This time I just get a different error after "test". I could look into solving this error, but is this just treating the symptoms though? Ideas welcome, TIA, F # /usr/local/bin/make test PER

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

2005-12-07 Thread Gleb Paharenko
Hello. I'm not a Solaris or DBD guru, so I could be wrong, but ldd output doesn't show that mysql.so loads libmysqlclient (however, it can be statically linked). There could be some problems with compiling MySQL clients which described more in detail at: http://dev.mysql.com/doc/refman/5.0

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/libg

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 > > Thou

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/my

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 b

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 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 m

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 tha

Re: DBD::mysql HElp

2001-12-30 Thread Clinton Hesse
From: "David J Jackson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 29, 2001 10:16 PM Subject: Re: DBD::mysql HElp > Did you do install "mysql" or install "DBD-mysql"? > > Here's what the ac

Re: DBD::mysql HElp

2001-12-29 Thread David J Jackson
Did you do install "mysql" or install "DBD-mysql"? Here's what the activestate page has to say: ActivePerl offers a PPM archive of DBD::mysql. All you need to do is typing ppm install DBI install DBD-mysql This will fetch the modules via HTTP and install them. If you need to use a WWW p

Re: DBD::mysql

2001-12-20 Thread sherzodR
Try to install it using .rpm. I believe Redhat and Madrake packages all have perl-mysql libraries. Good luck franky wrote: franky: I have all the time the same error, I try different value but nothing is franky: right! franky: in the Perl Makefile.PL command i receive this message: fr

RE: DBD::MySQL Help!!

2001-05-23 Thread Megan Payne
I had the same problem too. If you go to CPAN and then go to DBD::Mysql, click on the ftp site to Jochen Wiedmann's directory and scroll past the one that says DBD-Mysql-yada to the one that says Msql-Mysql-modules-1.2216.tar.gz and install that one instead, it should work. Worked like a charm f

Re: DBD::MySQL Help!!

2001-05-23 Thread Mark Rowlands
If this was the binary install, I had the same problemso I compiled from source.problem went away. > Hi, > > Im trying to do the CPAN install of DBD::MySQL, Im running OpenBSD 2.7 --- > I know this is prolly not the best list for this question, but its the only > related list im currentl

Re: DBD::MySQL Help!!

2001-05-02 Thread Ken Menzel
Hi Rick, It looks similar to a problem I had on FreeBSD in not finding the shared library. I added this command to a startup file (mysql_server.sh) in rc.d directory. /sbin/ldconfig -m /usr/local/lib/mysql You may need to check if -m is the right option for openbsd but I am sure

Re: DBD::mysql

2001-03-05 Thread Jeremy D. Zawodny
On Mon, Mar 05, 2001 at 04:36:27PM -0500, John Tsangaris wrote: > > I am trying to install DBD::mysql on a server which does not have > mysql on it. ( The script will be accessing a mysql database on > another server). The problem is, when I try to install dbd::mysql I > am asked several questio

Re: DBD::mySQL

2001-02-20 Thread Atle Veka
cpan.org On Tue, 20 Feb 2001 [EMAIL PROTECTED] wrote: > Where do I get this DBD::mySQL? > > I've been searching for it and can't quite find it. > > Ryan Gamo >Edwards Lifesciences > One Edwards Way >