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: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] MSSQL on AIX 5.1
  • Date: Wed, 30 Jun 2004 20:56:52 +0200

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






Archive powered by MHonArc 2.6.24.

Top of Page