Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Roland Bole" <roland.bole AT gmx.at>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: AW: AW: [freetds] connect problem to mssql 7.0
  • Date: Thu, 18 Dec 2003 16:50:17 +0100

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










Archive powered by MHonArc 2.6.24.

Top of Page