| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jonathan Wynett <jwynett(at)rsinc(dot)com> |
| Cc: | "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: error installing PGSql 7.4.3 on Solaris 9 |
| Date: | 2004-07-31 00:57:14 |
| Message-ID: | 4955.1091235434@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Jonathan Wynett <jwynett(at)rsinc(dot)com> writes:
> when I run: ./configure --without-readline, I get the following error that
> aborts the config process: "checking types of arguments for accept()...
> configure: error: could not determine argument types"
I get the impression that your system may have nonstandard dependencies
between system header files that require us to throw some additional
explicit "#include"s into this test. It's hard to be sure how to fix it
from what you have shown us, but this:
> /usr/include/netinet/in.h:304: storage size of `sin_addr' isn't known
> /usr/include/netinet/in.h:320: storage size of `sin6_addr' isn't known
looks a lot like netinet/in.h is being included without including some
header it depends on. Can you dig into it and determine an appropriate
fix?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Volodymyr Kostyrko | 2004-07-31 17:43:28 | unicode strings are not sorted alphabetically |
| Previous Message | Jonathan Wynett | 2004-07-30 21:10:20 | error installing PGSql 7.4.3 on Solaris 9 |