Skip to Content.
Sympa Menu

freetds - [freetds] Freetds Perl interface on Fedora 10

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Kenneth Ng" <kenneth.d.ng AT gmail.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] Freetds Perl interface on Fedora 10
  • Date: Thu, 4 Dec 2008 12:54:54 -0500

Has anyone been able to get Freetds to work with the perl DBD::Sybase
module on Fedora 10? I'm following the instructions in the userguide,
here is a symopsis:

- Build Fedora 10 i686 version (X64_64 version had similar results)
- Yum install freetds, freetds-devel, freetds-doc
- Found the libraries in /usr/lib, so I "export SYBASE=/usr"
- Got Sybase 1.09 from search.cpan.org, dezipped and untared
- Ran "perl Makefile.PL".
- ran make, go the following:
type 'CS_INT'
dbdimp.c: In function 'syb_init':
dbdimp.c:777: error: 'BLK_VERSION_150' undeclared (first use in this function)
dbdimp.c:777: error: (Each undeclared identifier is reported only once
dbdimp.c:777: error: for each function it appears in.)
dbdimp.c:781: error: 'BLK_VERSION_125' undeclared (first use in this function)
dbdimp.c:785: error: 'BLK_VERSION_120' undeclared (first use in this function)
dbdimp.c:724: warning: unused variable 'boolean'
dbdimp.c: In function 'get_server_version':
dbdimp.c:1567: warning: unused variable 'db'




Archive powered by MHonArc 2.6.24.

Top of Page