Re: Problem loading DBD::Sybase
am 03.11.2005 21:10:05 von mpepplerOn Thu, 2005-11-03 at 11:53 -0500, ithier@jdi.army.mil wrote:
> I have problem loading the DBD-Sybase-1.07 on Unix/Solaris 8 OS, SUN
> Fire V880 hardware.
>
> The perl Makefile.PL and the make command runs fine, but the make test
> command fails.
The problem here is that DBD::Sybase currently depends on the libblk.a
library (the bulk-copy calls). This library isn't always installed along
with the server, in particular on mixed 64/32 bit environments.
The solution right now is to either try to find the library (it is
available in the full OpenClient SDK, for example), or use DBD::Sybase
1.04.
I will add a configuration option to skip the BLK calls if the library
is unavailable in a future version.
Michael
--
Michael Peppler - mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer - TeamSybase: http://www.teamsybase.com/
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html