Skip to Content.
Sympa Menu

freetds - Problem installing DBD::Sybase

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Tom Opgenorth <topgenor AT telusplanet.net>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Problem installing DBD::Sybase
  • Date: Sat, 8 Sep 2001 15:42:12 -0600


Hi there. I'm trying to install FreeTDS 0.52 and DBD::Sybase on a
Linux-Mandrake 8.0 box. It seems that I get FreeTDS installed okay, but
problems seem to come up when I try to install DBD::Sybase. I've set all my
environment variables, download DBD::Sybase 0.93 from CPAN, run perl
Makefile.PL. The problems start happening when I try to run make. Here is
the output from the make:

cc -c -I/usr/local/freetds/include
-I/usr/lib/perl5/site_perl/5.6.1/i386-linux/a
uto/DBI -fno-strict-aliasing -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro
-ma
rch=i586 -ffast-math -fno-strength-reduce -DVERSION=\"0.93\"
-DXS_VERSION=\"0.
93\" -fpic -I/usr/lib/perl5/5.6.1/i386-linux/CORE dbdimp.c
dbdimp.c: In function `syb_ct_prepare_send':
dbdimp.c:2661: `CS_SEND_DATA_CMD' undeclared (first use in this function)
dbdimp.c:2661: (Each undeclared identifier is reported only once
dbdimp.c:2661: for each function it appears in.)
dbdimp.c:2661: `CS_COLUMN_DATA' undeclared (first use in this function)
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'
dbdimp.c: In function `_dbd_rebind_ph':
dbdimp.c:3237: `CS_NO_RECOMPILE' undeclared (first use in this function)

Any suggestions as to what I'm doing wrong?

TIA




Archive powered by MHonArc 2.6.24.

Top of Page