Skip to Content.
Sympa Menu

freetds - Re: Problem building DBD::Sybase

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Michael Davis" <mike AT urbancom.net>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Problem building DBD::Sybase
  • Date: Wed, 26 Sep 2001 08:12:13 -0500

Title: Message
Use Version 0.91 It seems to work without a compilation problem.
 
-- Mike
----- Original Message -----
Sent: Friday, September 21, 2001 9:49 AM
Subject: [freetds] Problem building DBD::Sybase

I installed freetds and sqsh and everything works fine. I followed instructions of the User's guide.
 
However, when building DBD::Sybase, the process fails in the file:
 
dbdimp.c
 
The output follows:
 
cc -c -I/usr/local/freetds/include -I/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/auto/DBI -fno-s
trict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.93\" -DXS_VERSION=\"0.
93\" -fpic -I/usr/local/lib/perl5/5.6.1/i686-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)
make: *** [dbdimp.o] Error 1
 
 
Are any declarations missing from the libraries?
Can anyone point me in the right direction for building?
 
Thanks in advance!
 
José Ernesto Echeverría
 
---
You are currently subscribed to freetds as: [mike AT urbancom.net]
To unsubscribe, forward this message to $subst('Email.Unsub')



Archive powered by MHonArc 2.6.24.

Top of Page