Javier Dussaillant writes:
 > Hi,
 > 
 >          I'm trying to install DBD::Sybase in my linuxbox to connect with a 
 > MS SQL Server (6.5), but I get the following error when
 > I run 'make':
 > ----------------------
 > gcc -c -I/usr/local/freetds/include 
 > -I/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/DBI -fno-strict
 > -aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
 > -O2   -DVERSION=\"0.93\" -DXS_VERSION=\"0.93\"
 > -fpic -I/usr/lib/perl5/5.6.1/i686-linux/CORE  dbdimp.c
 > dbdimp.c: In function `syb_ct_finish_send':
 > dbdimp.c:2695: structure has no member named `timestamp'
 > dbdimp.c:2698: structure has no member named `timestamp'
 > dbdimp.c:2699: structure has no member named `timestamplen'

FreeTDS can't handle some of the new features in DBD::Sybase 0.93. Use
DBD::Sybase 0.91 instead.

Michael
-- 
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
[EMAIL PROTECTED] - [EMAIL PROTECTED]
International Sybase User Group - http://www.isug.com

Reply via email to