Which perl works with pg9.1

Started by pasman pasmańskiover 14 years ago5 messagesgeneral
Jump to latest
#1pasman pasmański
pasman.p@gmail.com

Hi.
I have installed activeperl 5.10. It works with pg8.4, but not with
9.1rc1 (win32 installer).
Do this version need perl 5.12?

--
------------
pasman

#2Bruce Momjian
bruce@momjian.us
In reply to: pasman pasmański (#1)
Re: Which perl works with pg9.1

pasman pasma���ski wrote:

Hi.
I have installed activeperl 5.10. It works with pg8.4, but not with
9.1rc1 (win32 installer).
Do this version need perl 5.12?

Odd, the source code only requires Perl 5.8. Not sure why win32 would
need a later version. What error are you seeing?

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#3Craig Ringer
craig@2ndquadrant.com
In reply to: Bruce Momjian (#2)
Re: Which perl works with pg9.1

On 7/09/2011 3:00 AM, Bruce Momjian wrote:

pasman pasma�ski wrote:

Hi.
I have installed activeperl 5.10. It works with pg8.4, but not with
9.1rc1 (win32 installer).
Do this version need perl 5.12?

Odd, the source code only requires Perl 5.8. Not sure why win32 would
need a later version.

The win32 packages require whatever version of Perl they were built
against, AFAIK. Perl DLLs are only binary compatible within a major
version, and I think the DLL naming changes too.

I thought the required version of Perl was mentioned by the installer or
post-install notes somewhere, but can't immediately find the info.

--
Craig Ringer

#4Bruce Momjian
bruce@momjian.us
In reply to: Craig Ringer (#3)
Re: Which perl works with pg9.1

Craig Ringer wrote:

On 7/09/2011 3:00 AM, Bruce Momjian wrote:

pasman pasma?ski wrote:

Hi.
I have installed activeperl 5.10. It works with pg8.4, but not with
9.1rc1 (win32 installer).
Do this version need perl 5.12?

Odd, the source code only requires Perl 5.8. Not sure why win32 would
need a later version.

The win32 packages require whatever version of Perl they were built
against, AFAIK. Perl DLLs are only binary compatible within a major
version, and I think the DLL naming changes too.

I thought the required version of Perl was mentioned by the installer or
post-install notes somewhere, but can't immediately find the info.

Oh, yes, that is right and isn't tested very well at runtime, as far as
I remember.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#5pasman pasmański
pasman.p@gmail.com
In reply to: Bruce Momjian (#4)
Re: Which perl works with pg9.1

The win32 packages require whatever version of Perl they were built
against, AFAIK. Perl DLLs are only binary compatible within a major
version, and I think the DLL naming changes too.

Looks like 9.1 binaries are linked with perl 5.14.
Thanks for answers

pasman