|
|||||||||||
|
install problem with DBD-mysql-4.005 on Solaris 10
From: Robert Rombaut <rrom(at)lle.rochester.edu>
Date: Thu Aug 23 2007 - 10:16:23 EDT
I'm trying to install DBD-mysql-4.005 on Solaris 10. I have previously installed mysql-5.0.41-solaris10-sparc and have it up and running. When I run "perl Makefile.PL" the default options are set to ... --cflags=-I/oudvmt/local_rt/mysql/include -mt -D_FORTEC_ -xarch=v8 Because -mt and xarch=v8 are not recognized by gcc, I pass in the following options instead ... --cflags=--cflags "-I/oudvmt/local_rt/mysql/include" --libs This seems to work for "perl Makefile.PL" and "make" except "make" has the following warnings ...
Warning: duplicate function definition 'do' detected in mysql.xs,
line 225
I persevere ahead and run "make test" and get the following error for all tests ...
Can't load '/u/rrom/.cpan/build/DBD-mysql-4.005-pjWJWE/blib/arch/auto/
DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: perl: fatal:
relocation error: file /u/rrom/.cpan/build/DBD-mysql-4.005-pjWJWE/
blib/arch/auto/DBD/mysql/mysql.so: symbol mysql_server_init:
referenced symbol not found at /oudvmt/local_rt/lib/perl5/5.8.8/sun4-
solaris/DynaLoader.pm line 230.
Appreciate any insight you might have.
Thanks,
-- This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:35 EDT |
||||||||||
|
|||||||||||