Skip to Content.
Sympa Menu

freetds - RE: [freetds] freeTDS / unixODBC / PHP on AIX 5.1

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] freeTDS / unixODBC / PHP on AIX 5.1
  • Date: Thu, 7 Oct 2004 17:19:43 +0200

>
> freddy,
>
> I removed all the lines from configure that you had suggested
> but the compile still keeps failing at the same location with
> the same errors.
>

Just to check if this it's a problem of libtool
- download an old version of freetds and configure to build libtool
- do configure with new version
- replace libtool from previous version
- make

For example
# wget
http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.62.1.tar.gz
(download an old version)
# tar zxvf freetds-0.62.1.tar.gz
(extract, probably on AIX you have to use gunzip + easy tar command)
# cd freetds-0.62.1
# ./configure
# cd ..
# wget
http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.62.4.tar.gz
# tar zxvf freetds-0.62.4.tar.gz
# cd freetds-0.62.4
# ./configure --with-your-options
# cp ../freetds-0.62.1/libtool .
# make
...

I wrote a bug report to libtool but I had no reply (I think they are
busy doing new release)

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page