Skip to Content.
Sympa Menu

freetds - Re: make check never get work

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: make check never get work
  • Date: Fri, 6 Jul 2001 16:08:38 -0400 (EDT)


TDS 7 does not (yet) work from big-endian platforms (such as sparc). This
is scheduled to be implemented in the upcoming development cycle
(0.53) until then use TDS 4.2 to connect to SQL Server.

Brian

On Fri, 6 Jul 2001, Charles Yang wrote:

> My system is Sun Solaris.7, Sparc. I want to install freetds to
> communication with MS Sql server7.0. I downloaded the freetds-0.52.tgz.
> The follownings are my command and output for my installation:
> 1. ./configure --with-tdsver=7.0 --enable-msdblib --enable-dbmfix
> 2. make
> 3. edit the PWD file
> UID=myusername
> PWD=mypassword
> SRV=mysqlservername
> DB=qdb
> 4. edit the interfaces file
> mysqlservername
> query tcp tds7.0 123.111.23.23 1433
> master tcp tds7.0 123.111.23.23 1433
> 5. make checkmake check-TESTS
> The parts of output are:
> t0001.c: Testing login, logout
> Segmentation Fault
> FAIL: t0001
> t0002.c: Test basic submit query, results
> Segmentation Fault
> FAIL: t0002
> t0003.c: Testing DB change -- 'use tempdb'
> Segmentation Fault
> FAIL: t0003
> t0004.c: Test large (>512 bytes) queries
> Segmentation Fault
> FAIL: t0004
> t0005.c: Test large (>512 bytes) replies
> Segmentation Fault
> FAIL: t0005
> t0006.c: Test SYBREAL, SYBFLT8 values
> Segmentation Fault
> FAIL: t0006
> ===================
> 6 of 6 tests failed
> ===================
> *** Error code 1
> make: Fatal error: Command failed for target `check-TESTS'
> Current working directory /usr/local/freetds-0.52/src/tds/unittests
> *** Error code 1
> make: Fatal error: Command failed for target `check-am'
> Current working directory /usr/local/freetds-0.52/src/tds/unittests
> *** Error code 1
> make: Fatal error: Command failed for target `check-recursive'
> Current working directory /usr/local/freetds-0.52/src/tds
> *** Error code 1
> make: Fatal error: Command failed for target `check-recursive'
> Current working directory /usr/local/freetds-0.52/src
> *** Error code 1
> make: Fatal error: Command failed for target `check-recursive'
>
> I have recomplied and re-check this stuff on different system several
> times. never get it work.
>
> Thanks for any help
>
> Charles
>
>
>
> ---
> 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