Skip to Content.
Sympa Menu

freetds - Re: [freetds] Some help...

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] Some help...
  • Date: Wed, 7 Mar 2007 10:59:09 +0100

>
> Hello,
>
> I'm trying to install FreeTDS on a Tru64 UNIX platform, and I
> get error
> messages sent by iconv_init module.
> Is there a specific installation for Tru64?
>
> Thank you for your help.
> Michel.

Probably Tru64 iconv is not that complete. You can disable iconv or use
GNU libiconv.
Disabling iconv is easier but I would suggest libiconv instead.

to disable iconv
./configure --disable-libiconv

to use GNU libiconv
download and install libiconv
./configure --with-libiconv-prefix=/path/where/you/installed/libiconv

freddy77





Archive powered by MHonArc 2.6.24.

Top of Page