Re: 8.0 Setup problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.0 Setup problems
Дата
Msg-id 4682.1110569792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.0 Setup problems  ("DEV" <dev@umpa-us.com>)
Список 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 по дате отправления:

Предыдущее
От: "DEV"
Дата:
Сообщение: 8.0 Setup problems
Следующее
От: Mike Benoit
Дата:
Сообщение: Re: Best practices: Handling Daylight-saving time