Re: Upgrade from 7.4.5 to 8.3.3

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Upgrade from 7.4.5 to 8.3.3
Дата
Msg-id 490C51F3.5090501@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Upgrade from 7.4.5 to 8.3.3  ("Harvey, Allan AC" <HarveyA@OneSteel.com>)
Список pgsql-bugs
Harvey, Allan AC wrote:

>> Do you use system libc or glibc? You can try create own
>> locale by localedef and
>> test what happen.
>
> I think it would have to be glibc as I used the gcc loaded with the "skunkware" tools that SCO provide.

gcc may be, and often is, used with the system libc. It'd be much less
useful otherwise, since you generally can't link to more than one libc
without a great deal of trouble, and thus you couldn't use libraries
that were linked to the system libc with gcc if it could only use gcc.

If I recall correctly the gcc shipped in skunkware generates binaries
linked to the system libc. It should be trivial to find out by compiling
a "hello world" program and using /bin/ldd to show what it's linked to.

It might be possible to build PostgreSQL against glibc instead, but it
seems like way more work than would be worthwhile when you can just run
Pg on a modern machine and talk to it over the network.

--
Craig Ringer

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Harvey, Allan AC"
Дата:
Сообщение: Re: Upgrade from 7.4.5 to 8.3.3
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Docbook DSSSL Stylesheets link is broken