Skip to Content.
Sympa Menu

freetds - Re: Errors getting FreeTDS-based Perl modules to work

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Allyn Craig" <abcraig AT ichips.intel.com>
  • To: freetds
  • Subject: Re: Errors getting FreeTDS-based Perl modules to work
  • Date: Mon, 20 Sep 1999 20:1:4


> What version of FreeTDS are you using? I would strongly recommend getting
> a recent snapshot of CVS as there were many changes put in to support
> DBD::Sybase.

Was using 0.46. Just now downloaded and installed 0.47 pre1.

Now I get this:

"dbdimp.c", line 794: undefined symbol: CS_OPT_ROWCOUNT
"dbdimp.c", line 1216: undefined symbol: CS_OPT_ROWCOUNT

I did find on line 370 of cspublic.h a definition for CS_ROW_COUNT. Is it
safe to add another line like this?

#define CS_OPT_ROWCOUNT CS_ROW_COUNT


By the way... a couple of things that I noticed about the 0.47 install:

1. -DVERSION still shows 0.46. Line 708 of configure.
2. I need to install the libraries in a directory other than the default
location. So I specified --with-prefix=<DIR> when running configure. But
the installation directory in all of the Makefiles was still
/usr/local/freetds.




Archive powered by MHonArc 2.6.24.

Top of Page