  | | | DBD::mysql Linker failure: unresolved reference to net_buffer_length | DBD::mysql Linker failure: unresolved reference to net_buffer_length 2006-12-01 - By Perchik, James
Back The DBD::mysql package compiled installed on our Solaris 2.8 system with no problem, but linker complains about an unresolved reference to net_buffer_length when trying to run.
Referenced in mysql.c: retsv = newSViv(net_buffer_length);
I hesitate to simply comment-out that line of code without knowing what it is doing.
Known Problems section of the installation instructions suggests that linker problems may be fixed by including the gcc libraries, but doing this does not help in this case.
Any suggestions?
Thanks.
Jim Perchik jperchik@(protected)
-- ---- ------ text of error message follows: -- ---- ---- -- Can't load '/usr/perl5/site_perl/5.6.1/sun4-solaris-64 (See http://ris-64.ora-code.com)int/auto/DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/perl5/site_perl/5.6.1/sun4-solaris-64 (See http://ris-64.ora-code.com)int/auto/DBD/mysql/mysql.so: symbol net_buffer_length: referenced symbol not found at /usr/perl5/5.6.1/lib/sun4-solaris-64 (See http://ris-64.ora-code.com)int/DynaLoader.pm line 206.
|
|
 |