Re: CVS -Tip compile issue -- FreeBSD 4.8 - Mailing list pgsql-hackers

From Sean Chittenden
Subject Re: CVS -Tip compile issue -- FreeBSD 4.8
Date
Msg-id 20030612181716.GD65470@perrin.int.nxad.com
Whole thread Raw
In response to Re: CVS -Tip compile issue -- FreeBSD 4.8  (Rod Taylor <rbt@rbt.ca>)
Responses Re: CVS -Tip compile issue -- FreeBSD 4.8  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> It would seem the configure test isn't picking up on the structure.
>
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> <--snip-->
> checking for struct sockaddr_storage... no

Hrm....  on 5.1-CURRENT (~3 days old) it works:

checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
[snip]
checking for union semun... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_storage... yes

Your include dir may be hosted... do any recent upgrades and what
version of FreeBSD?

-sc


--
Sean Chittenden

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] PostgreSQL client has problems when libbind is installed
Next
From: Tom Lane
Date:
Subject: Re: CVS -Tip compile issue -- FreeBSD 4.8