From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Larry Leszczynski <larryl(at)emailplus(dot)org> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken |
Date: | 2010-09-28 17:50:22 |
Message-ID: | AANLkTimgC6G9Ln+yyUZ3Q+2dFWF681PZpKC953-DeJAd@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Sep 28, 2010 at 6:46 PM, Larry Leszczynski <larryl(at)emailplus(dot)org> wrote:
>
> On Tue, 28 Sep 2010 13:35 +0100, "Dave Page" <dpage(at)pgadmin(dot)org> wrote:
>>
>> > I recently installed PostgreSQL 9.0.0 on Mac OS X 10.5.8. PL/perl will
>> > not load because it is looking for Perl 5.10 in the System dirs and I
>> > only have 5.8.8:
>>
>> <grumble>. That's a PITA. We build on Snow Leopard now, because we
>> were getting more requests for x86_64 support than PPC.
>>
>> [snip]
>>
>> you could try building the 64 bit binary:
>>
>> CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk
>> -mmacosx-version-min=10.5 -O2 -arch x86_64" ./configure....
>
> Excellent! Looks like that worked fine. I just added the "--with-perl"
> option to configure.
>
> Thanks Dave!
You're welcome. I guess it is running the 64bit image - is your
machine Leopard Server?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Alban Hertroys | 2010-09-28 17:57:34 | Re: Killing "stuck" queries and preventing queries from getting "stuck" |
Previous Message | Larry Leszczynski | 2010-09-28 17:46:34 | Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken |