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: "Wilson, John" <John.Wilson AT savvis.net>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Need help with DBD::Sybase 'make test' fails us ing FreeTDS.
  • Date: Mon, 21 Oct 2002 17:48:24 -0500


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

/home/jwilson/devel/usr/local/lib/perl5/5.00503/sun4-solaris/DynaLoader.pm
line 169.

at t/ctlib.t line 12
BEGIN failed--compilation aborted at t/ctlib.t line 12.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-30
Failed 30/30 tests, 0.00% okay
____________________________________________________________________________
______

It appears that I may have some code that is out of sync with the releases.
I have the latest from FreeTDS (CVS).

If I can use Sybase::CTlib and use the FreeTDS implemenation, this may also
help resovle the porting issue I'm having.

On the other hand, I would like to see if there is a DBI or DBD::Sybase
replacement method for the following which is why I'm building Sybperl
above.

use Sybase::CTlib;
ct_callback(CS_CLIENTMSG_CB, \&syb_client_msg_cb);
ct_callback(CS_SERVERMSG_CB, \&syb_server_msg_cb);

If there is a DBI/DBD method that replaces this functionality that would be
very helpful, otherwise, I'll have to fix the above problem with
blk_describe.

Thanks
jd




Archive powered by MHonArc 2.6.24.

Top of Page