Re: 8.0 Setup problems - Mailing list pgsql-general

From Tom Lane
Subject Re: 8.0 Setup problems
Date
Msg-id 4682.1110569792@sss.pgh.pa.us
Whole thread Raw
In response to 8.0 Setup problems  ("DEV" <dev@umpa-us.com>)
List pgsql-general
"DEV" <dev@umpa-us.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

pgsql-general by date:

Previous
From: "DEV"
Date:
Subject: 8.0 Setup problems
Next
From: Mike Benoit
Date:
Subject: Re: Best practices: Handling Daylight-saving time