[freetds] freeTDS / unixODBC / PHP on AIX 5.1

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Thu Oct 7 11:19:43 EDT 2004


> 
> 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


More information about the FreeTDS mailing list