Dan Temple wrote:
> I'm getting the same "make test" error that Ben Eisel posted August 5th,
> there was no reply on that thread.
>
> I'm using gcc 3.3, perl 5.8.0 (compiled with same gcc) and have also
> applied
> the CFLAGS solution to the Known Problem, without success:
>
> perl Makefile.PL --libs="-L/usr/local/mysql/lib -lmysqlclient -lposix4
> -lcrypt -lgen -lsocket -lnsl -lm
> -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3 -lgcc"
>
> Any help appreciated. See error message below.
>
> /Dan
>
> t/00base...........install_driver(mysql) failed: Can't load
>
> '/net/sharedfiles/not-backed-up/dan/install/DBD-mysql-2.9002/blib/arch/auto/DBD/mysql/mysql.so'
>
> for module DBD::mysql: ld.so.1: /usr/bin/perl: fatal: relocation error:
> file
>
> /net/sharedfiles/not-backed-up/dan/install/DBD-mysql-2.9002/blib/arch/auto/DBD/mysql/mysql.so:
>
> symbol net_buffer_length: referenced symbol not found at
> /usr/local/lib/perl5/5.8.0/sun4-solaris/DynaLoader.pm line 229.
Please supply the full output of
perl Makefile.PL --libs="-L/usr/local/mysql/lib -lmysqlclient
-lposix4 -lcrypt -lgen -lsocket -lnsl -lm
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3 -lgcc"
make
make test
Jochen