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