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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken
Дата
Msg-id AANLkTinextHjBNVdQovFfR-8ncYawJiqJFBG135mu8P3@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL 9 Mac OS X one-click install - PL/perl broken  ("Larry Leszczynski" <larryl@emailplus.org>)
Ответы Re: PostgreSQL 9 Mac OS X one-click install - PL/perl broken  ("Larry Leszczynski" <larryl@emailplus.org>)
Список pgsql-general
On Mon, Sep 27, 2010 at 11:35 PM, Larry Leszczynski
<larryl@emailplus.org> wrote:
> Hi -
>
> I use Dave Page's one-click installers for Mac OS X:
>
>    http://www.enterprisedb.com/products/pgdownload.do#osx
>
> 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.

> even though the plperl.so I built looks ok:
>
>    $ file plperl.so
>    plperl.so: Mach-O bundle i386
>
> Has anyone else run into this?  Anybody have any suggestions?

I could understand that if it's running the 64 bit image in the
binary, but that shouldn't be the case on Leopard I don't think -
unless this is Leopard Server? If so, 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....

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

В списке pgsql-general по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: Scaling PostgreSQL-9
Следующее
От: "Sandy"
Дата:
Сообщение: Re: Re: [GENERAL] Scaling PostgreSQL-9