Skip to Content.
Sympa Menu

freetds - Re: Need help with DBD::Sybase 'make test' fails us ing FreeTDS.

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.metalab.unc.edu>
  • Subject: Re: Need help with DBD::Sybase 'make test' fails us ing FreeTDS.
  • Date: 21 Oct 2002 16:03:50 -0700

On Mon, 2002-10-21 at 15:48, Wilson, John wrote:
> This is related to this subject.
>
> I'm trying to build sybperl-2.14_50 and have run into similar problems with
> the build/testing:
>
> ____________________________________________________________________________
> _____
> t/ctlib.............Can't load '../blib/arch/auto/Sybase/CTlib/CTlib.so' for
> module Sybase::CTlib: ld.so.1: /home/jwilson/devel/usr/local/bin/perl:
>
> fatal: relocation error: file ../blib/arch/auto/Sybase/CTlib/CTlib.so:
>
> symbol blk_describe: referenced symbol not found at

Right. Sybperl 2.14 and later link with the -lblk library to provide
bulk-copy primitives in perl. It looks like FreeTDS doesn't have these
stubs.

You may be able to get things to compile by stubbing out these routines
yourself (in Sybase/CTlib.xs).

Alternatively, get sybperl 2.13.

Michael
--
Michael Peppler / mpeppler AT peppler.org / http://www.mbay.net/~mpeppler
mpeppler AT zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page