Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken - Mailing list pgsql-general

From Larry Leszczynski
Subject Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken
Date
Msg-id 1285695994.29310.1397337245@webmail.messagingengine.com
Whole thread Raw
In response to Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken  (Dave Page <dpage@pgadmin.org>)
Responses Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken  (Dave Page <dpage@pgadmin.org>)
List pgsql-general
On Tue, 28 Sep 2010 13:35 +0100, "Dave Page" <dpage@pgadmin.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!

Larry

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: A note on pg_upgrade and missing "pg_upgrade_support.so"
Next
From: Dave Page
Date:
Subject: Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken