AW: AW: [freetds] connect problem to mssql 7.0

Roland Bole roland.bole at gmx.at
Thu Dec 18 16:50:17 EST 2003


Ok,

i rebuild my system like this.

install freetds 0.62 latest snapshot

./configure --with-prefix=/usr/local/freetds --with-tdsver=7.0
--enable-msdblib
make && make install


install apache 1.3.29

./configure --enable-module=so 
make && make install

install php4.3.4

./configure --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --with-pear
--with-mssql=/usr/local/freetds --with-mysql
make && make install


freetds.conf

[global]
	tds version = 7.
      initial block size = 512
	swap broken dates = no
      swap broken money = no
	try server login = yes
	try domain login = no

	dump file = /tmp/freetds.log
      dump file append = yes
      debug level = 99


[mssql]
        host = xxx.xxx.xxx.xxx
        port = 1433
        tds version = 7.0


With this is not possible to connect with tsgl

bin/tsql -S mssql -U xx -P xx

bin/tsql: relocation error: bin/tsql: undefined symbol: tds_set_charset

roland








More information about the FreeTDS mailing list