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: "Thompson, Bill D (London)" <bill_d_thompson AT ml.com>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] MSSQL on AIX 5.1
  • Date: Mon, 28 Jun 2004 17:07:36 +0100

Hey Rafi,

I'm not AIX, but Solaris.
A couple of years ago though I was exactly in your position.

> ** My UNIX admin tried the install but it failed (I will ask him to
provide
> me with the error detail), so he has dropped the whole thing-sigh!

Well there's nothing to stop you installing freetds under your home
directory!
You won't have to involve anyone else then.

Here's what I do :

1) cd $HOME
2) mkdir freetds

3) get the freetds version you want to install (stable or latest snapshot)
into your home directory
4) untar the tarfile, which should create a separate directory

then you need to configure freetds.
One thing that caused me problems was the C compiler.
I had both the SUN C compiler and gcc available on my box. I wanted to use
the Sun one.

I found the easiest way to "force" freetds to pick the SUN compiler was to
set the CC environment variable to point to my C compiler

5) setenv CC '/this/is /where/my/Ccompiler/is'

then you could try running configure.

First up I'd try :

6) cd <top level directory from the tarball>

7) ./configure --prefix=$HOME/freetds --disable-libiconv

disabling libiconv will circumvent a whole number of issues that might
otherwise arise.

If this all seems to work, then you should be able to:

8) make

and

9) make install

HTH,

Bill

> -----Original Message-----
> From: Rafi Sheikh [SMTP:Rafi.Sheikh AT Ingenix.com]
> Sent: 28 June 2004 16:32
> To: 'FreeTDS Development Group'
> Subject: [freetds] MSSQL on AIX 5.1
>
> I have a basic request. I have read through the manual, however, this is
> our first undertaking so basically 1/2 blind leading the blind kind of
> thing. Is there any step by step of how to install FreeTDS on AIX
> machine?
> If any one has done it, I would be indebted to you, if you list what you
> did, or even which version, etc.
>
> * The more I read in FAQ, manual etc. the more I am confused by the
> breadth
> and depth of the topic; its a curse for being a newbie.
>
> ** My UNIX admin tried the install but it failed (I will ask him to
> provide
> me with the error detail), so he has dropped the whole thing-sigh!
>
> TIA-squared
>
> RS
>
>
> 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

==============================================================================

If you are not an intended recipient of this e-mail, please notify
the sender, delete it and do not read, act upon, print, disclose,
copy, retain or redistribute it.

Click here for important additional terms relating to this e-mail.
<http://www.ml.com/email_terms/>

==============================================================================





Archive powered by MHonArc 2.6.24.

Top of Page