Howdy,
I installed DBI, DBD, MySQL modules on a sun4u sparc without error.
MySQL client works fine. (from command line)
But Perl says this:
my $dbh = DBI->connect("DBI:mysql:user=root;database=NETWORK",
{'RaiseError' => 1});
-- error message --
ld.so.1: /usr/local/bin/perl: fatal: relocation error: file
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/mysql/mysql.so:
symbol mysql_init: referenced symbol not found
Killed
Does anyone have any idea what I can do to fix? Checked numerous mailing
list archives addressing this issue, though I did not see any conclusive
suggestions...
Thanks in advance..
Brad