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: Michael Peppler <mpeppler AT peppler.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Errors getting FreeTDS-based Perl modules to work
  • Date: Mon, 20 Sep 1999 17:33:32 -0700 (PDT)


Allyn Craig writes:
> > "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?

That's part of perl itself.

What version of perl do you have?

Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler AT peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list AT isug.com




Archive powered by MHonArc 2.6.24.

Top of Page