Skip to Content.
Sympa Menu

freetds - Re: Missing reference TDS_ZERO_FREE compiling unittests

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Nadav" <nadav_peer AT icomverse.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: Missing reference TDS_ZERO_FREE compiling unittests
  • Date: Fri, 9 Feb 2001 11:21:42 -0500


I got the same problem (with Perl 5.005 on linux)
I saw several similar questions related to this version, and non related to
others, so I tried to get the previous version and guess what ?

I've downloaded and installed version <a
href="ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/freetds-0.50.tgz";>
0.50 </a>
and the problem went away, even when working with MSSQL from Linux!


Good Luck,

/\/adav.


> I'm sorry if this is a FAQ, but I can't seem to find it in the archives.
>
> I pulled down the latest FreeTDS snapshot from CVS and compiled it. When
> I try and make the unittests I get a missing symbol. E.G. (sorry for the
> retyped dump... no telnet to that box )
>
> $ make t0001
> gcc .... -c t0001.c
> gcc .... -c common.c
> /bin/sh ../../../libtool ... gcc -g -O2 -DTDS42 -o t0001 t0001.o common.o
> ../libtds.la
> mkdir .libs
> gcc -g -O2 -DTDS42 -o .libs/t0001 t0001.o common.o ../.libs/libtds.so
> -Wl,--rpath -Wl,/usr/local/freetds/lib
> ../.libs/libtds.so: undefined reference to 'TDS_ZERO_FREE'
>
> Any suggestions? I can find TDS_ZERO_FREE referenced dozens of times in
> the /src/tds code but I cannot find it defined anywhere... missing
> #define maybe?
>
> Thanks very much!
> -Ben




Archive powered by MHonArc 2.6.24.

Top of Page