Skip to Content.
Sympa Menu

freetds - Re: [freetds] iconv.c:357: failed assertion `ret == 0'

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] iconv.c:357: failed assertion `ret == 0'
  • Date: Tue, 24 May 2005 07:12:48 +0200

Il giorno lun, 23-05-2005 alle 17:48 +0100, eodonnell AT lineone.net ha
scritto:
> Hi group,
>
> I seem to be going backwards with this install. Regardless of how I
> configure,
> I get lots of:
>
> iconv.c:357: failed assertion `ret == 0'
>
> I tried the following configure lines:
> 1) ./configure --with-libiconv-prefix=/usr/lib/iconv/
> --prefix=/usr/local/freetds/
> --with-tdsver=7.0
> The --with-libiconv-prefix was a guess after searching the filesystem
> for iconv.
>
> 2) ./configure --disable-libiconv --prefix=/usr/local/freetds/
> --with-tdsver=7.0
> Same error.
>

Strange, should work...

> At this point a sysadmin installed libiconv-1.8-sol8-sparc-local.gz to
> usr/local/lib
> 3) ./configure --with-libiconv-prefix=/usr/local/lib/
> --prefix=/usr/local/freetds/
> --with-tdsver=7.0
> Same error.
>

Should be
./configure --with-libiconv-prefix=/usr/local --
prefix=/usr/local/freetds --with-tdsver=7.0

> 4) ./configure --prefix=/usr/local/freetds/ --with-tdsver=7.0
> Same error.
>
> Between each attempt, I deleted the freetds directory and re-extracted a
> new copy from the freetds-stable.tar. I also deleted PWD.in and added a PWD
> with valid details. After each of the above 4 successful 'makes', I was able
> to connect to the server specified in PWD using ./src/app/tsql.
>
> I'm attempting to build this on a Solaris 8 sparc box.
>
> Thanks for reading,
>
> Edward
>
>

bye
freddy77






Archive powered by MHonArc 2.6.24.

Top of Page