Re: 8.0 Setup problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "DEV" <dev(at)umpa-us(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.0 Setup problems
Date: 2005-03-11 19:36:32
Message-ID: 4682.1110569792@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"DEV" <dev(at)umpa-us(dot)com> writes:
> zic.o(.text+0x3c40): undefined reference to `__ctype_b'
> zic.o(.text+0x3c5b): undefined reference to `__ctype_tolower'

Apparently your /usr/include/ctype.h file doesn't agree with your libc.
Some googling on __ctype_tolower suggests that there were changes in
that part of glibc a couple years ago. I think you've probably updated
the library and not the header file, or perhaps vice versa.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Benoit 2005-03-11 19:47:24 Re: Best practices: Handling Daylight-saving time
Previous Message DEV 2005-03-11 19:12:51 8.0 Setup problems