Skip to Content.
Sympa Menu

freetds - make check never get work

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Charles Yang" <cryang AT mednet.ucla.edu>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: make check never get work
  • Date: Fri, 6 Jul 2001 15:40:41 -0400


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






Archive powered by MHonArc 2.6.24.

Top of Page