Re: [GENERAL] 9.1.1 build failure : postgres link fails

2011-11-21 Thread Rob Sargent
This may be a duplicate response. On 11/20/2011 11:05 AM, Tom Lane wrote: > Rob Sargent writes: >> On 11/20/2011 09:24 AM, Tom Lane wrote: >>> It appears that on Ubuntu, libbsd defines those symbols, which confuses >>> configure into supposing that they're provided by libc, and then the >>> link

Re: [GENERAL] 9.1.1 build failure : postgres link fails

2011-11-20 Thread Rob Sargentg
On 11/20/2011 11:05 AM, Tom Lane wrote: Rob Sargent writes: On 11/20/2011 09:24 AM, Tom Lane wrote: It appears that on Ubuntu, libbsd defines those symbols, which confuses configure into supposing that they're provided by libc, and then the link fails because libbsd isn't actually linked into

Re: [GENERAL] 9.1.1 build failure : postgres link fails

2011-11-20 Thread Tom Lane
Rob Sargent writes: > On 11/20/2011 09:24 AM, Tom Lane wrote: >> It appears that on Ubuntu, libbsd defines those symbols, which confuses >> configure into supposing that they're provided by libc, and then the >> link fails because libbsd isn't actually linked into the postmaster. >> The question i

Re: [GENERAL] 9.1.1 build failure : postgres link fails

2011-11-20 Thread Rob Sargent
On 11/20/2011 09:24 AM, Tom Lane wrote: > Rob Sargentg writes: >> I just got round to updating my laptop to ubuntu-10.4 (32bit), in part >> because I kept hitting snags while trying to configure postgres 9.1.1. >> ubuntu-10.4 is not the latest of course and comes with gnu make 3.8.1, >> but it

Re: [GENERAL] 9.1.1 build failure : postgres link fails

2011-11-20 Thread Tom Lane
Rob Sargentg writes: > I just got round to updating my laptop to ubuntu-10.4 (32bit), in part > because I kept hitting snags while trying to configure postgres 9.1.1. > ubuntu-10.4 is not the latest of course and comes with gnu make 3.8.1, > but it seems to compile everything then fails to link

[GENERAL] 9.1.1 build failure : postgres link fails

2011-11-20 Thread Rob Sargentg
I just got round to updating my laptop to ubuntu-10.4 (32bit), in part because I kept hitting snags while trying to configure postgres 9.1.1. The upgrade did in fact solve the dependency issues (though I was surprised UUID came along with out the ossp specific impl??) but the build is having