Re: Error in compiling "pgcrypto" module in Win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in compiling "pgcrypto" module in Win32
Дата
Msg-id 1563.1093798532@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error in compiling "pgcrypto" module in Win32  ("Maurizio Merli" <maurizio.merli@libero.it>)
Ответы Re: Error in compiling "pgcrypto" module in Win32  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
"Maurizio Merli" <maurizio.merli@libero.it> writes:
> I'm using PostgreSQL 8.0.0 beta1

On what?

> md5.o(.text+0x1ee):md5.c: undefined reference to `bcopy'

I've fixed these by changing to the more-standard memmove() routine.

> crypt-des.o(.text+0x520):crypt-des.c: undefined reference to `ntohl@4'
> crypt-des.o(.text+0xbbe):crypt-des.c: undefined reference to `htonl@4'

Can't help you on these, unless you can say which system header file
ntohl and htonl are in on your platform.  It looks to me like
crypt-des.c is including what it's supposed to include to get at
those functions ...
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Contrib -- PostgreSQL shared variables
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Error in compiling "pgcrypto" module in Win32