Compiling under HPUX IA64
"Michael Warchut" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1f6601c9848e$f8f26f30$ead74d90$@com> |
From: Michael Warchut [mailto:[email protected]] Sent: Friday, January 30, 2009 10:08 AM To: '[email protected]' Subject: Compiling under HPUX IA64 Hello I am a long time Freetds user but usually on Linux. Now I have a pair of RX8640 servers running HPUX IA64. I am trying to get FreeTDS .84 to compile and run under this platform but have run into copious errors from compile errors to make check failures. Are there any special tools that need to be installed from GNU to replace the stock HPUX set to make this work? Any other tips? I recently got .82 to compile but when I try to connect to a SQL 2005 server this is what I get in the error log. 13:24:18.357341 17237 (log.c:190):Starting log file for FreeTDS 0.82 on 2009-01-30 13:24:18 with debug flags 0xffff. 13:24:18.357573 17237 (iconv.c:78):Using trivial iconv 13:24:18.357609 17237 (iconv.c:197):names for ISO-8859-1: ISO-8859-1 13:24:18.357621 17237 (iconv.c:197):names for UTF-8: UTF-8 13:24:18.357633 17237 (iconv.c:197):names for UCS-2LE: UCS-2LE 13:24:18.357646 17237 (iconv.c:197):names for UCS-2BE: (null) 13:24:18.357658 17237 (iconv.c:363):iconv to convert client-side data to the "roman8" character set 13:24:18.357748 17237 (iconv.c:477):tds_iconv_info_init: use memcpy to convert "ROMAN8"->"UCS-2LE" 13:24:18.357772 17237 (net.c:210):Connecting to 172.16.140.23 port 1433 (TDS version 8.0) 13:24:18.358050 17237 (net.c:264):tds_open_socket: connect(2) returned "Operation now in progress" 13:24:18.358133 17237 (net.c:303):tds_open_socket() succeeded 13:24:18.358145 17237 (util.c:162):Changed query state from DEAD to IDLE 13:24:18.358160 17237 (login.c:735):quietly sending TDS 7+ login packet 13:24:18.358215 17237 (token.c:312):tds_process_login_tokens() 13:24:18.359100 17237 (util.c:334):tdserror(6000000000014800, 6000000000029650, 20017, 0) 13:24:18.359745 17237 (util.c:368):tdserror: client library returned TDS_INT_CANCEL(2) 13:24:18.359759 17237 (util.c:389):tdserror: returning TDS_INT_CANCEL(2) 13:24:18.359785 17237 (util.c:162):Changed query state from IDLE to DEAD 13:24:18.359798 17237 (token.c:316):looking for login token, got 0() 13:24:18.359816 17237 (token.c:108):tds_process_default_tokens() marker is 0() 13:24:18.359829 17237 (token.c:111):leaving tds_process_default_tokens() connection dead 13:24:18.359842 17237 (util.c:334):tdserror(6000000000014800, 6000000000029650, 20002, 0) 13:24:18.360522 17237 (util.c:368):tdserror: client library returned TDS_INT_CANCEL(2) 13:24:18.360536 17237 (util.c:389):tdserror: returning TDS_INT_CANCEL(2) 13:24:18.360551 17237 (mem.c:563):tds_free_all_results() Thanks so much in advance. Michael