Freetds Perl interface on Fedora 10
"Kenneth Ng" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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'