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: Brian Bruns <camber AT ais.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 05:37:01 -0400 (EDT)


does solaris still relegate stuff to libbsd and libnsl? Might be a good
place to start.

Brian

On Tue, 15 Apr 2003, James K. Lowden wrote:

> 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
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>




Archive powered by MHonArc 2.6.24.

Top of Page