DBD::mysql Linker failure: unresolved reference to net_buffer_length

DBD::mysql Linker failure: unresolved reference to net_buffer_length

am 01.12.2006 20:49:08 von JPerchik

------_=_NextPart_001_01C71581.C3C9D0BF
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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. =20

Referenced in mysql.c: retsv =3D newSViv(net_buffer_length);=20

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? =20

Thanks.

Jim Perchik
jperchik@statestreet.com

-------------- text of error message follows: ---------------
Can't load
'/usr/perl5/site_perl/5.6.1/sun4-solaris-64int/auto/DBD/mysq l/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-64int/auto/DBD/mysql /mysql.so:
symbol net_buffer_length: referenced symbol not found at
/usr/perl5/5.6.1/lib/sun4-solaris-64int/DynaLoader.pm line 206.


------_=_NextPart_001_01C71581.C3C9D0BF--