Skip to Content.
Sympa Menu

freetds - RE: [freetds] MSSQL on AIX 5.1

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: brian AT bruns.com
  • To: freetds AT lists.ibiblio.org
  • Subject: RE: [freetds] MSSQL on AIX 5.1
  • Date: Thu, 01 Jul 2004 11:19:05 -0700 (PDT)

That just means replace with whatever is appropriate to your
environment. In my case that is:

./configure --disable-shared --prefix=/usr/local

Brian

On Thu, 1 Jul 2004 12:45:28 -0500 , Rafi Sheikh wrote:

>
> ./configure --disable-shared --prefix=... <--- is this dot dot dot or
> value
> is missing?
>
> -----Original Message-----
> From: brian AT bruns.com [mailto:brian AT bruns.com]
> Sent: Thursday, July 01, 2004 8:43 AM
> To: freetds AT lists.ibiblio.org
> Subject: RE: [freetds] MSSQL on AIX 5.1
>
>
> Some additional info here. Static builds work fine.
>
> ./configure --disable-shared --prefix=...
>
> works like a charm, so we have some sort of gcc/libtools/AIX linker
> issue. A quick google search didn't turn anything up. Anyone got
> ideas?
>
> Brian
>
> On Wed, 30 Jun 2004 12:24:22 -0700 (PDT), brian AT bruns.com wrote:
>
> >
> > Freddy,
> >
> > ldd is not an AIX thing. Although there's a freeware package out
on
> > Bull's site with it. Anyway, I am able to reproduce this on my 5.1
> > box, so I'll have a detailed look in the morning and try to resolve
> > it. Right now it is time to go home. However, a quick look gives:
> >
> > ls ../tds/.libs/libtds*
> > ../tds/.libs/libtds.a ../tds/.libs/libtds.so.3
> > ../tds/.libs/libtds.exp ../tds/.libs/libtds_objects.a
> > ../tds/.libs/libtds.la ../tds/.libs/libtds_objects.la
> > ../tds/.libs/libtds.lai
> >
> > Brian
> >
> > On Wed, 30 Jun 2004 20:56:52 +0200, Frediano Ziglio wrote:
> >
> > >
> > > Il mer, 2004-06-30 alle 20:12, Rafi Sheikh ha scritto:
> > > > (Sorry, I thought my unix admin did that, no soup for him)
> > > >
> > > > This is what he said after I sent your earlier email to him
> again:
> > > > "...
> > > > none of these files exist on draco:
> > > > ld.so.conf
> > > > ldconfig
> > > > libtds.so
> > > > libc.so.6
> > > > ..."
> > > >
> > > > Now what you think?
> > > >
> > >
> > > Ok. ld.so.conf, ldconfig are just configuration and a program to
> > manage
> > > shared objects (dynamic libraries) under Linux. libtds.so (or .sl
> or
> > > .dylib or whatever AIX support) is not in the system cause it's a
> > > FreeTDS library, it should be in src/tds/.libs (try to do an ls
in
> > this
> > > directory). libc.so.6 it's Linux libc. Every unix has it's libc.
> Try
> > to
> > > issue a "ldd `which find`" should tell you where libc is located
> > >
> > > On my machine
> > >
> > > $ ldd `which find`
> > > libc.so.6 => /lib/tls/libc.so.6 (0x00499000)
> > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00c7b000)
> > >
> > > freddy77
> > >
> > >
> > > _______________________________________________
> > > 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
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>
>
> This e-mail, including attachments, may include confidential and/or
> proprietary information, and may be used only by the person or entity
> to
> which it is addressed. If the reader of this e-mail is not the
intended
> recipient or his or her authorized agent, the reader is hereby
> notified that
> any dissemination, distribution or copying of this e-mail is
> prohibited. If
> you have received this e-mail in error, please notify the sender by
> replying
> to this message and delete this e-mail immediately.
> _______________________________________________
> 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