Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Build failure on Mac OS X 10.3.9



> *** socket.c.orig	Tue Oct 24 00:16:47 2006
> --- socket.c	Sat Dec 23 19:36:39 2006
> ***************
> *** 24,29 ****
> --- 24,30 ----
>   #include <string.h>				/* for memset */
>   #if defined(TM_IN_SYS_TIME)
>   #include <sys/time.h>
> + #include <time.h>
>   #else

Here should be the line (after the above else line)

#include <sys/time.h>

>   #include <time.h>
>   #endif /* defined(TM_IN_SYS_TIME) */
>

Now I have another error:

After an error by indirectly linking to libssl I have added -lssl to
the makefile. Then I get this error:

ld: Undefined symbols:
_CONNLOCK_ACQUIRE
_CONNLOCK_RELEASE
_INIT_CONNLOCK

Where are these functions ?

Thanks, Lothar




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group