Tom Lane wrote:
"Maurizio Merli" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]'
crypt-des.o(.text+0xbbe):crypt-des.c: undefined reference to [EMAIL PROTECTED]'


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 ...

-lws2_32 is needed.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to