2 messages in com.mysql.lists.perlDBD-mysql errors -- HPUX 10.2
FromSent OnAttachments
sjk14 Mar 2002 18:58 
Michael Widenius17 Mar 2002 12:48 
Subject:DBD-mysql errors -- HPUX 10.2
From:Michael Widenius (mon@mysql.com)
Date:03/17/2002 12:48:20 PM
List:com.mysql.lists.perl

Hi!

"sjk" == sjk <sj@dredel.com> writes:

sjk> I am have a great deal of trouble getting DBD to to compile properly sjk> under HPUX-10.2. I have compiled new perl tree (v.5.61) with gcc 2.95.3 sjk> and have successfully installed DBI.pm. I am using the binary of mysql sjk> 3.23.49 from mysql.org.

sjk> DBD seems to compile fine, but make test returns countless sysbol error sjk> referancing shared library usr/lib/dld.sl . . . below is a sample.

sjk> Any help would be greatly appreciated

What you could do is to compile the module staticly:

perl Makefile.PL -static -config

Another option is to move away the libmysqlclient.so shared library and try to compile and install DBD with the static MySQL libraries.

Regards, Monty