Re: Building PG 8.2.3 for x86_64 on Mac OS X 10.4.9

From: Kevin Murphy <murphy2(at)speakeasy(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Building PG 8.2.3 for x86_64 on Mac OS X 10.4.9
Date: 2007-04-19 20:52:42
Message-ID: 7E829FE9-C41F-441E-8318-CA697BED7FD2@speakeasy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Apr 19, 2007, at 3:21 PM, Kevin Murphy wrote:
> Has anybody tried making a 64-bit PostgreSQL on an Apple XServe w/
> Intel Woodcrest CPU's? My compile works, but the 'make check'
> fails because of failure to allocate shared memory. There's plenty
> of SYSV memory available.

The call to shmget() is failing with ENOMEM. A standalone SYSV
shared memory test program gives the same result when compiled with -
arch x86_64.

Harrumph.

-Kevin Murphy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-19 21:03:14 Re: Building PG 8.2.3 for x86_64 on Mac OS X 10.4.9
Previous Message Thomas F. O'Connell 2007-04-19 20:48:34 Incrementally Updated Backups: Docs Clarification