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:23:14


> "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

I tried this and was able to get FreeTDS to compile. I also recompiled
DBD-Sybase. But when I do a 'make test', I get the following error:

Can't load '...../Sybase.so' for module DBD::Sybase: ld.so.1:
/usr/local/bin/perl: fatal: relocation error: file ..../Sybase.so: symbol
newSVpvn: referenced symbol not found at ...../DynaLoader.pm line 166.

Any idea what newSVpvn is and where it should be loaded from?




Archive powered by MHonArc 2.6.24.

Top of Page