Re: Freetds Perl interface on Fedora 10
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Kenneth Ng wrote: > - 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) Please apply http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/cspublic.BLK_VERSION_150.patch and see if that helps. It defines these symbols in cspublic. HTH. --jkl