Skip to Content.
Sympa Menu

freetds - inline ODBC binaries

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Alex Hornby <alex AT anvil.co.uk>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: inline ODBC binaries
  • Date: Wed, 5 Apr 2000 16:13:11 +0100 (BST)



The inline TDS driver download page at http://library.freeodbc.org/
suggests that the binaries are for Redhat 5.x. However the driver
appears to need symbols only present on glibc 2.1.x systems.

Is there a) a source release or b) a redhat 5.2 release available to
try?

Alex.

>From /tmp/sql.log:
[ODBC][10557][SQLConnect.c][334]Can't open lib
'/home/alex/Linux/lib/odbc-i02.so
' : /home/alex/Linux/lib/odbc-i02.so: undefined symbol: __register_frame_info


on a redhat 5.2 machine:
prodigy:~/Linux/lib$ nm /lib/libc.so.6| grep __register_frame_info
prodigy:~/Linux/lib$

on a redhat 6.0 machine:
vanilla:~$ nm /lib/libc.so.6| grep __register_frame_info
000da0d0 T __register_frame_info
000da170 T __register_frame_info_table






  • inline ODBC binaries, Alex Hornby, 04/05/2000

Archive powered by MHonArc 2.6.24.

Top of Page