Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken

From: "Larry Leszczynski" <larryl(at)emailplus(dot)org>
To: "Dave Page" <dpage(at)pgadmin(dot)org>, "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:46:34
Message-ID: 1285695994.29310.1397337245@webmail.messagingengine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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!

Larry

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2010-09-28 17:50:22 Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken
Previous Message Bruce Momjian 2010-09-28 17:44:11 Re: A note on pg_upgrade and missing "pg_upgrade_support.so"