Build Postgres On AIX

Поиск
Список
Период
Сортировка
От Mark Hill
Тема Build Postgres On AIX
Дата
Msg-id BN8PR05MB665774158D5EA74781A8266AEEDC9@BN8PR05MB6657.namprd05.prod.outlook.com
обсуждение исходный текст
Ответы Re: Build Postgres On AIX  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

Hi All,


First time poster so I hope this is the appropriate group in which to ask this question.   Please redirect me as needed.

I’m building Postgres 14.2 on AIX.   Apparently the arc4random function is not available in the AIX system libraries.  The build
fails when it tries to build postgresql-14.2/contrib/uuid-ossp/uuid-ossp.c because of the use of arc4random in that source

file.

I can build the uuid source from www.ossp.org and then link against those libraries and the build succeeds but is there any other

way to get uuid-ossp.c to compile and link without using a 3rd party lib?  

Thanks, Mark

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The use of partial, expressional indices in pg < 14
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Build Postgres On AIX