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: Michael Peppler <mpeppler AT peppler.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] DSN connection problem using Solaris 2.8, unixODBC and freetds
  • Date: 15 Apr 2003 07:52:33 -0700

On Tue, 2003-04-15 at 02:37, Brian Bruns wrote:
> does solaris still relegate stuff to libbsd and libnsl? Might be a good
> place to start.

-lnsl is needed, I think.

Michael

>
> 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
> >
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
--
Michael Peppler Data Migrations, Inc.
mpeppler AT peppler.org http://www.mbay.net/~mpeppler
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or
long term contract positions - http://www.mbay.net/~mpeppler/resume.html




Archive powered by MHonArc 2.6.24.

Top of Page