Skip to Content.
Sympa Menu

freetds - [freetds] Need help on building DBD::Sybase-1.00 using FreeTDS 0.61

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Huynh, Dien" <Dien.Huynh AT aig.com>
  • To: "'freetds AT lists.ibiblio.org'" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Need help on building DBD::Sybase-1.00 using FreeTDS 0.61
  • Date: Fri, 23 May 2003 01:13:29 -0400

Hi,

I am trying to make the DBD::Sybase using FreeTDS 0.61 on Sun Solaris 8 with
Perl5.00503. What I did so far was to build and install FreeTDS 0.61 in the
default localtion /usr/local which was OK. When I started build DBD:Sybase
by floowing the instruction in README.freetds:

perl Makefile.pl ran OK
make test struck problem. Below is the error part of
this command:

This is my 1st time getting my hands on perl/make. Please help. Thanks in
advance


============================================================================
==========================
PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib
-I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/autocommit........Can't call method "do" on an undefined value at
t/autocommit.t line 45.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/base..............ok
t/exec..............DBI->connect(server=) failed: at t/exec.t line 42
Can't call method "prepare" on an undefined value at t/exec.t line 46.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-9
Failed 8/9 tests, 11.11% okay
t/fail..............Unable for connect to : at t/fail.t line 38.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-13
Failed 12/13 tests, 7.69% okay
t/login.............FAILED test 2
Failed 1/3 tests, 66.67% okay
t/main..............Unable for connect to : at t/main.t line 47.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-16
Failed 15/16 tests, 6.25% okay
t/nsql..............DBI->connect(server=) failed: at t/nsql.t line 40
Can't call method "func" on an undefined value at t/nsql.t line 45.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/place.............Unable for connect to : at t/place.t line 41.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-11
Failed 10/11 tests, 9.09% okay
t/xblob.............DBI->connect(server=;database=tempdb) failed: at
t/xblob.t line 42
Can't call method "do" on an undefined value at t/xblob.t line 47.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-6
Failed 5/6 tests, 16.67% okay
Failed Test Status Wstat Total Fail Failed List of failed
----------------------------------------------------------------------------
---
t/autocommit.t 255 65280 4 3 75.00% 2-4
t/exec.t 255 65280 9 8 88.89% 2-9
t/fail.t 255 65280 13 12 92.31% 2-13
t/login.t 3 1 33.33% 2
t/main.t 255 65280 16 15 93.75% 2-16
t/nsql.t 255 65280 4 3 75.00% 2-4
t/place.t 255 65280 11 10 90.91% 2-11
t/xblob.t 255 65280 6 5 83.33% 2-6
Failed 8/9 test scripts, 11.11% okay. 57/71 subtests failed, 19.72% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'





Archive powered by MHonArc 2.6.24.

Top of Page