Re: CVS -Tip compile issue -- FreeBSD 4.8

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS -Tip compile issue -- FreeBSD 4.8
Date: 2003-06-12 18:17:16
Message-ID: 20030612181716.GD65470@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-12 18:24:03 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Tom Lane 2003-06-12 18:00:52 Re: PostgreSQL client has problems when libbind is installed

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-06-12 18:24:03 Re: CVS -Tip compile issue -- FreeBSD 4.8
Previous Message Bruce Momjian 2003-06-12 17:31:33 Add threading flags to libpq