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

2010-09-29 Thread Dave Page
On Tue, Sep 28, 2010 at 7:46 PM, Scott Ribe wrote: > On Sep 28, 2010, at 11:50 AM, Dave Page wrote: > >> You're welcome. I guess it is running the 64bit image - is your >> machine Leopard Server? > > That's irrelevant. The 32-bit vs 64-bit default is for the kernel and > extensions, not for appli

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

2010-09-28 Thread Scott Ribe
On Sep 28, 2010, at 11:50 AM, Dave Page wrote: > You're welcome. I guess it is running the 64bit image - is your > machine Leopard Server? That's irrelevant. The 32-bit vs 64-bit default is for the kernel and extensions, not for applications. On 64-bit hardware, apps can be run as 64-bit, and w

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

2010-09-28 Thread Larry Leszczynski
Hi Dave - > >> 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. > > > > Tha

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

2010-09-28 Thread Dave Page
On Tue, Sep 28, 2010 at 6:46 PM, Larry Leszczynski wrote: > > On Tue, 28 Sep 2010 13:35 +0100, "Dave Page" 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: >> >>

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

2010-09-28 Thread Larry Leszczynski
On Tue, 28 Sep 2010 13:35 +0100, "Dave Page" 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: > > . That's a PITA. We build on Snow Leopard now, because we > were g

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

2010-09-28 Thread Dave Page
On Mon, Sep 27, 2010 at 11:35 PM, Larry Leszczynski 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

[GENERAL] PostgreSQL 9 Mac OS X one-click install - PL/perl broken

2010-09-27 Thread Larry Leszczynski
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: $ ./createlang