MySQL upgrade caused Perl coredumps...

2006-11-04 Thread NIPP, SCOTT V \(SBCSI\)
I recently upgraded MySQL to version 5.0.4.  After the upgrade,
several of my Perl scripts that access the MySQL database began to fail
with Memory fault coredump messages.  Anyone have any suggestions?
I'm hoping a simple DBI::MySQL upgrade will fix this issue.  Here is the
Perl information...

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
osname=hpux, osvers=11.11, archname=PA-RISC2.0
uname='hp-ux r3 b.11.11 u 9000800 1909236376 unlimited-user license
'
config_args='-Dusedevel -Dcc=gcc -Uversiononly
-Dinc_version_list=none -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING
-fno-strict-aliasing -pipe -I/pro/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-g -O',
cppflags='-mpa-risc-2-0 -D_HPUX_SOURCE -mpa-risc-2-0 -D_HPUX_SOURCE
-DDEBUGGING -fno-strict-aliasing -pipe -I/pro/local/include'
ccversion='', gccversion='3.4.4', gccosandvers='hpux11.11'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
  Linker and Libraries:
ld='/usr/bin/ld', ldflags ='-L/pro/local/lib'
libpth=/pro/local/lib /lib /usr/lib /usr/ccs/lib /usr/local/lib
libs=-lcl -lpthread -lnsl -lnm -lndbm -lgdbm -ldb -lmalloc -ldld -lm
-lcrypt -lsec -lc
perllibs=-lcl -lpthread -lnsl -lnm -lmalloc -ldld -lm -lcrypt -lsec
-lc
libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
gnulibc_version=''
  Dynamic Linking:
dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-B,deferred '
cccdlflags='-fPIC', lddlflags='-b -L/pro/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: DEBUGGING USE_LARGE_FILES
  Locally applied patches:
defined-or
  Built under hpux
  Compiled at Jun  1 2005 13:42:32
  @INC:
/opt/perl/lib/5.8.7/PA-RISC2.0
/opt/perl/lib/5.8.7
/opt/perl/lib/site_perl/5.8.7/PA-RISC2.0
/opt/perl/lib/site_perl/5.8.7
/opt/perl/lib/site_perl
.

   Scott Nipp
Sr. Systems Analyst
ATT Unix Administration
   (214) 858-1289
 
For non-emergency HP UNIX work /support requests please open an RM
ticket online at: 
http://euss.sbc.com http://euss.sbc.com%20/  or by sending an email
to: unix sss email mailto:unix%20sss%20email  
For outage or emergency HP UNIX issues, please refer to the oncall list
at: http://unixsss.sbc.com/oncall/mtsshpwest_oncall.html




Re: MySQL upgrade caused Perl coredumps...

2006-11-04 Thread Darren Duncan

At 10:35 PM -0600 11/3/06, NIPP, SCOTT V \(SBCSI\) wrote:

I recently upgraded MySQL to version 5.0.4.  After the upgrade,
several of my Perl scripts that access the MySQL database began to fail
with Memory fault coredump messages.  Anyone have any suggestions?
I'm hoping a simple DBI::MySQL upgrade will fix this issue.  Here is the
Perl information...


Before you go about with that, you should move up to a production 
release of MySQL, such as 5.0.2x ... MySQL 5.0.4 was an alpha or beta 
release, and is well over a year old already.  Unless you mistyped 
and meant to say 5.0.24.


Also, if you're using MySQL v4.1 or higher, you should be using the 
DBD::mysql v3.x series of drivers.  If nothing else, because the 2.9x 
series will fail to connect due to MySQL user password hashes having 
changed in length between 4.0 and 4.1, which affects database users 
created after the switch.


-- Darren Duncan


RE: MySQL upgrade caused Perl coredumps...

2006-11-04 Thread NIPP, SCOTT V \(SBCSI\)
I'm kind of stuck with the MySQL version here.  This is the
pre-built HP version that we are required to use.  This is the latest
version available compiled by HP.  I am now attempting to build
DBD::MySQL-3.0008 and running into some make test errors.  Here is a
sample of the errors.

t/40nulls/usr/lib/dld.sl: Unresolved symbol: __udivdi3
(code)  from
/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql
.sl
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from
/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql
.sl
install_driver(mysql) failed: Can't load
'/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysq
l.sl' for module DBD::mysql: Unresolved external at
/opt/perl/lib/5.8.7/PA-RISC2.0/DynaLoader.pm line 230.
 at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/40nulls.t line 50
t/40nullsdubious
Test returned status 215 (wstat 55040, 0xd700)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay

I got a lot of these, in fact for just about every test.  The
DBD::MySQL module is the only one I am attempting to upgrade.  I'm not
sure if I need to update my DBI module or now.  One question I have is
how do I check the module versions?  Thanks in advance for any
assistance.

-Original Message-
From: Darren Duncan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 04, 2006 3:54 AM
To: dbi-users@perl.org
Subject: Re: MySQL upgrade caused Perl coredumps...


At 10:35 PM -0600 11/3/06, NIPP, SCOTT V \(SBCSI\) wrote:
   I recently upgraded MySQL to version 5.0.4.  After the upgrade,
several of my Perl scripts that access the MySQL database began to fail
with Memory fault coredump messages.  Anyone have any suggestions?
I'm hoping a simple DBI::MySQL upgrade will fix this issue.  Here is
the
Perl information...

Before you go about with that, you should move up to a production 
release of MySQL, such as 5.0.2x ... MySQL 5.0.4 was an alpha or beta 
release, and is well over a year old already.  Unless you mistyped 
and meant to say 5.0.24.

Also, if you're using MySQL v4.1 or higher, you should be using the 
DBD::mysql v3.x series of drivers.  If nothing else, because the 2.9x 
series will fail to connect due to MySQL user password hashes having 
changed in length between 4.0 and 4.1, which affects database users 
created after the switch.

-- Darren Duncan


RE: MySQL upgrade caused Perl coredumps...

2006-11-04 Thread NIPP, SCOTT V \(SBCSI\)
I just stumbled across something providing a little more
information and not making anything any clearer.  Here is the database
related module information...

 perl -MDBI -e 'DBI-installed_versions'
  Perl: 5.008007(PA-RISC2.0)
  OS  : hpux(11.11)
  DBI : 1.48
  DBD::mysql  : 3.0008
  DBD::Sponge : 11.10
  DBD::Proxy  : install_driver(Proxy) failed: Can't locate
RPC/PlClient.pm in @INC
  DBD::Oracle : 1.16
  DBD::File   : 0.33
  DBD::ExampleP   : 11.12
  DBD::DBM: 0.02
  DBD::CSV: 0.22

Judging by this I am already running the latest DBD::MySQL,
though I am about 5 versions behind on the DBI module.  I hope all of
this helps.

-Original Message-
From: NIPP, SCOTT V (SBCSI) 
Sent: Saturday, November 04, 2006 12:02 PM
To: 'Darren Duncan'; dbi-users@perl.org
Subject: RE: MySQL upgrade caused Perl coredumps...


I'm kind of stuck with the MySQL version here.  This is the
pre-built HP version that we are required to use.  This is the latest
version available compiled by HP.  I am now attempting to build
DBD::MySQL-3.0008 and running into some make test errors.  Here is a
sample of the errors.

t/40nulls/usr/lib/dld.sl: Unresolved symbol: __udivdi3
(code)  from
/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql
.sl
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from
/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql
.sl
install_driver(mysql) failed: Can't load
'/home/sadmin/sn4265/perl/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysq
l.sl' for module DBD::mysql: Unresolved external at
/opt/perl/lib/5.8.7/PA-RISC2.0/DynaLoader.pm line 230.
 at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/40nulls.t line 50
t/40nullsdubious
Test returned status 215 (wstat 55040, 0xd700)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay

I got a lot of these, in fact for just about every test.  The
DBD::MySQL module is the only one I am attempting to upgrade.  I'm not
sure if I need to update my DBI module or now.  One question I have is
how do I check the module versions?  Thanks in advance for any
assistance.

-Original Message-
From: Darren Duncan [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 04, 2006 3:54 AM
To: dbi-users@perl.org
Subject: Re: MySQL upgrade caused Perl coredumps...


At 10:35 PM -0600 11/3/06, NIPP, SCOTT V \(SBCSI\) wrote:
   I recently upgraded MySQL to version 5.0.4.  After the upgrade,
several of my Perl scripts that access the MySQL database began to fail
with Memory fault coredump messages.  Anyone have any suggestions?
I'm hoping a simple DBI::MySQL upgrade will fix this issue.  Here is
the
Perl information...

Before you go about with that, you should move up to a production 
release of MySQL, such as 5.0.2x ... MySQL 5.0.4 was an alpha or beta 
release, and is well over a year old already.  Unless you mistyped 
and meant to say 5.0.24.

Also, if you're using MySQL v4.1 or higher, you should be using the 
DBD::mysql v3.x series of drivers.  If nothing else, because the 2.9x 
series will fail to connect due to MySQL user password hashes having 
changed in length between 4.0 and 4.1, which affects database users 
created after the switch.

-- Darren Duncan