Skip to Content.
Sympa Menu

freetds - [freetds 0.52] Installation question (Solaris)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: VZVEREV <VZverev AT genesis.spb.ru>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: [freetds 0.52] Installation question (Solaris)
  • Date: Fri, 6 Jul 2001 17:20:17 +0400


Can anybody try to make FreeTDS 0.52 + Sparc Solaris 7 to talk with M$SQL7
or M$SQL200.
I did it & catch coredumps on check stadies (~/src/tds)...but FreeTDS 0.51
worked fine !?

$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/specs
gcc version 2.95.1 19990816 (release)

LD_LIBRARY_PATH is unique for each FreeTDS releases.

./configure --prefix=/usr/local/freetds-052 \
--with-tdsver=4.2 \
--enable-mdblib

gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.52\" -DSTDC_HEADERS=1
-DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_LONG=4 -DSIZEOF_INT=4
-DSIZEOF_FLOAT=4 -DSIZEOF_DOUBLE=8 -DBSD_COMP=1 -DWORDS_BIGENDIAN=1 -I. -I.
-I../../../include -g -O2 -DTDS42 -c t0006.c
/bin/sh ../../../libtool --mode=link gcc -g -O2 -DTDS42 -o t0006 t0006.o
common.o ../libtds.la -lsocket
gcc -g -O2 -DTDS42 -o .libs/t0006 t0006.o common.o ../.libs/libtds.so
-lsocket -R/usr/local/freetds-052/lib
creating t0006
make check-TESTS
t0001.c: Testing login, logout
Segmentation Fault - core dumped
FAIL: t0001
t0002.c: Test basic submit query, results
Segmentation Fault - core dumped
FAIL: t0002
t0003.c: Testing DB change -- 'use tempdb'
Segmentation Fault - core dumped
FAIL: t0003
t0004.c: Test large (>512 bytes) queries
Segmentation Fault - core dumped
FAIL: t0004
t0005.c: Test large (>512 bytes) replies
Segmentation Fault - core dumped
FAIL: t0005
t0006.c: Test SYBREAL, SYBFLT8 values
Segmentation Fault - core dumped
FAIL: t0006

===================
6 of 6 tests failed


Sincerely yours .

------------------------------------------------------------
Vitaly Zverev, Oracle DBA
Genesis Ltd. Saint-Petersburg, Russia



  • [freetds 0.52] Installation question (Solaris), VZVEREV, 07/06/2001

Archive powered by MHonArc 2.6.24.

Top of Page