Skip to Content.
Sympa Menu

freetds - Re: inline ODBC binaries

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Daniel Bruce Lynes" <dlynes1 AT home.com>
  • To: freetds
  • Subject: Re: inline ODBC binaries
  • Date: Sat, 1 Jul 2000 18:27:47


On 04/05/00, "Alex Hornby <alex AT anvil.co.uk>" wrote:
> 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

It's nothing wrong with Redhat...I got similar errors. Download the entire
source project.

Do the root make and root install.

Then cd into the odbc directory.

Alter the makefile so that it's linking in the static libtds.a file instead
of the .lo files. Then make and make install. You won't have any of the
undefined symbol errors.

This was an error in the makefiles, that I guess the maintainers weren't
aware of.




Archive powered by MHonArc 2.6.24.

Top of Page