Skip to Content.
Sympa Menu

freetds - RE: Freetds-> DBD::Sybase 'make test' fails

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Freetds-> DBD::Sybase 'make test' fails
  • Date: Fri, 11 Jan 2002 20:52:09 -0500 (EST)



Sounds like a problem with the freetds.conf file, there is a known core
dump if the server name can not be resolved to a proper hostname/ip addr.

You may want to grab SQSH and make sure you can connect cleanly with that
before trying Perl.

Brian

On Fri, 11 Jan 2002, Dan Harris wrote:

> <quote who="Lowden, James K">
>
> >
> > When you built FreeTDS, you might have set the default TDS version
> > using the --with-tdsver option to ./configure. If you didn't, the
> > default is 5.0, which will *not* work with MS servers. You should be
> > using 7.0.
>
> Ok, I did this with 0.53:
>
> ../configure --with-tdsver=7.0
> make
> make install
>
> then in DBD-Sybase-0.91
> perl Makefile.PL
> make
> make test
>
> make test returns this:
> ************************************************
> [root@princeton DBD-Sybase-0.91]# make test
> PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
> -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/autocommit........dubious
> Test returned status 0 (wstat 139, 0x8b)
> test program seems to have generated a core
> DIED. FAILED tests 2-4
> Failed 3/4 tests, 25.00% okay
> t/base..............ok
> t/fail..............dubious
> Test returned status 0 (wstat 139, 0x8b)
> test program seems to have generated a core
> DIED. FAILED tests 2-13
> Failed 12/13 tests, 7.69% okay
> t/login.............dubious
> Test returned status 0 (wstat 139, 0x8b)
> test program seems to have generated a core
> DIED. FAILED tests 2-3
> Failed 2/3 tests, 33.33% okay
> t/main..............dubious
> Test returned status 0 (wstat 139, 0x8b)
> test program seems to have generated a core
> DIED. FAILED tests 2-14
> Failed 13/14 tests, 7.14% okay
> t/place.............dubious
> Test returned status 0 (wstat 139, 0x8b)
> test program seems to have generated a core
> DIED. FAILED tests 2-11
> Failed 10/11 tests, 9.09% okay
> Failed Test Status Wstat Total Fail Failed List of Failed
> --------------------------------------------------------------------------------t/autocommit.t
> 0 139 4 3 75.00% 2-4
> t/fail.t 0 139 13 12 92.31% 2-13
> t/login.t 0 139 3 2 66.67% 2-3
> t/main.t 0 139 14 13 92.86% 2-14
> t/place.t 0 139 11 10 90.91% 2-11
> Failed 5/6 test scripts, 16.67% okay. 40/50 subtests failed, 20.00% okay.
> make: *** [test_dynamic] Error 2
>
> What else could I have overlooked?
>
> -Dan
>
>
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page