Skip to Content.
Sympa Menu

freetds - Re: [freetds] DSN connection problem using Solaris 2.8, unixODBC and freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] DSN connection problem using Solaris 2.8, unixODBC and freetds
  • Date: Tue, 15 Apr 2003 00:31:02 -0400

On Tue, 15 Apr 2003 12:07:50 +1000, "Tref Gare" <TrefG AT areeba.com.au>
wrote:
>
> ld.so.1: isql: fatal: relocation error:
^^^^^^^ this is the key
file /usr/local/freetds/lib/libtdsodbc.so:
symbol gethostbyname:
referenced symbol not found

The runtime linker is telling you libtdsodbc.so called a function
"gethostbyname", but it [the linker, a/k/a "ld.so"] couldn't find that
function among its libraries.

Of course, we know gethostbyname(3) is hanging out somewhere on your
Solaris box, so the only question is how to persuade the linker to look in
the right place.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page