Skip to Content.
Sympa Menu

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

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "GUESDON, Michel" <Michel.GUESDON AT carrier.utc.com>
  • To: "'FreeTDS Development Group'" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Some help...
  • Date: Wed, 7 Mar 2007 10:46:26 -0500


I get the following message:

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

util.c:288:Starting log file for FreeTDS 0.64
on 2007-03-07 16:46:45 with debug flags 0x4fff.
iconv.c:349:error: tds_iconv_init() returned 1; could not find a name for
ISO 8859-1 that your iconv accepts.
use: "configure --disable-libiconv"

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

Thank you.

Michel.

-----Original Message-----
From: freetds-bounces AT lists.ibiblio.org
[mailto:freetds-bounces AT lists.ibiblio.org] On Behalf Of Lowden, James K
Sent: Wednesday, March 07, 2007 4:12 PM
To: FreeTDS Development Group
Subject: Re: [freetds] Some help...

> From: GUESDON, Michel
> Sent: Wednesday, March 07, 2007 8:46 AM
>
> > I'm trying to install FreeTDS on a Tru64 UNIX platform, and I
> > get error messages sent by iconv_init module.
>
> Then I installed with libiconv disabled.
>
> The bsqldb utility now works, but when I install the DBD::Sybase
> Perl module, I still get:
>
> # perl test.pl
> Assertion failed: ret == 0, file iconv.c, line 352 Resources
> lost(coredump)

Set the TDSDUMP environment variable, re-run, and look at the log
output. You should see a message from this code:

tdsdump_log(TDS_DBG_FUNC, "error: tds_iconv_init() returned %d; "
"could not find a name for %s that your iconv accepts.\n"
"use: \"configure --disable-libiconv\"", ret, names[ret-1]);

Earlier messages may also be useful.

If we can it track down, it should be a simple fix. I've seen FreeTDS
run on Tru64.

--jkl

P.S. You might want to review
http://www.catb.org/~esr/faqs/smart-questions.html#intro


-----------------------------------------
The information contained in this transmission may be privileged and
confidential and is intended only for the use of the person(s) named
above. If you are not the intended recipient, or an employee or agent
responsible
for delivering this message to the intended recipient, any review,
dissemination,
distribution or duplication of this communication is strictly prohibited. If
you are
not the intended recipient, please contact the sender immediately by reply
e-mail
and destroy all copies of the original message. Please note that we do not
accept
account orders and/or instructions by e-mail, and therefore will not be
responsible
for carrying out such orders and/or instructions. If you, as the intended
recipient
of this message, the purpose of which is to inform and update our clients,
prospects
and consultants of developments relating to our services and products, would
not
like to receive further e-mail correspondence from the sender, please
"reply" to the
sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas,
New York,
NY 10105.

_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page