Skip to Content.
Sympa Menu

freetds - Problem building DBD::Sybase

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: José Ernesto Echeverría <ernestoe AT sv.cciglobal.net>
  • To: <freetds AT franklin.oit.unc.edu>
  • Subject: Problem building DBD::Sybase
  • Date: Fri, 21 Sep 2001 08:49:34 -0600

Title: Message
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
ernestoe AT sv.cciglobal.net
 



Archive powered by MHonArc 2.6.24.

Top of Page