Postgresql v8.3.3 + Perl v5.10

Started by Eugen Konkovover 17 years ago12 messagesbugs
Jump to latest
#1Eugen Konkov
Eugen.Konkov@aldec.com

Is this possible?
_____
Eugen

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Eugen Konkov (#1)
Re: Postgresql v8.3.3 + Perl v5.10

Eugen.Konkov@aldec.com wrote:

Is this possible?

That is a question, not a bug.

But yes, it is possible.

#3Eugen Konkov
Eugen.Konkov@aldec.com
In reply to: Eugen Konkov (#1)
Re: Postgresql v8.3.3 + Perl v5.10

Bug in that, that I install PG on server with perl 5.10 installed, but PG
fails to run any PLPERL code
How to fix?

----- Original Message -----
From: "Peter Eisentraut" <peter_e@gmx.net>
To: <pgsql-bugs@postgresql.org>
Cc: <Eugen.Konkov@aldec.com>
Sent: Thursday, August 21, 2008 2:55 PM
Subject: Re: [BUGS] Postgresql v8.3.3 + Perl v5.10

Show quoted text

Eugen.Konkov@aldec.com wrote:

Is this possible?

That is a question, not a bug.

But yes, it is possible.

In reply to: Eugen Konkov (#3)
Re: Postgresql v8.3.3 + Perl v5.10

Eugen.Konkov@aldec.com escreveu:

Bug in that, that I install PG on server with perl 5.10 installed, but
PG fails to run any PLPERL code
How to fix?

Could you post some test case?

--
Euler Taveira de Oliveira
http://www.timbira.com/

#5Eugen Konkov
Eugen.Konkov@aldec.com
In reply to: Eugen Konkov (#1)
Re: Postgresql v8.3.3 + Perl v5.10

1. Install Perl v5.10
2. Install PG
3. PG does not see that machine has Perl
4. Remove Perl and PG
5. Instll Perl v5.8
6. Install PG
7. PG work fine
Problem is that PG does not recognize Perl v5.10 =(
----- Original Message -----
From: "Euler Taveira de Oliveira" <euler@timbira.com>
To: <Eugen.Konkov@aldec.com>
Cc: "Peter Eisentraut" <peter_e@gmx.net>; <pgsql-bugs@postgresql.org>
Sent: Friday, August 22, 2008 3:00 AM
Subject: Re: [BUGS] Postgresql v8.3.3 + Perl v5.10

Show quoted text

Eugen.Konkov@aldec.com escreveu:

Bug in that, that I install PG on server with perl 5.10 installed, but
PG fails to run any PLPERL code
How to fix?

Could you post some test case?

--
Euler Taveira de Oliveira
http://www.timbira.com/

#6Peter Eisentraut
peter_e@gmx.net
In reply to: Eugen Konkov (#5)
Re: Postgresql v8.3.3 + Perl v5.10

Eugen.Konkov@aldec.com wrote:

1. Install Perl v5.10
2. Install PG
3. PG does not see that machine has Perl
4. Remove Perl and PG
5. Instll Perl v5.8
6. Install PG
7. PG work fine
Problem is that PG does not recognize Perl v5.10 =(

Please provide the actual commands and the actual output, not abstract
descriptions.

I can tell you that I am building and running PostgreSQL and Perl 5.10 just
fine. So the problem must be in the details, which are not evident from your
description.

#7Magnus Hagander
magnus@hagander.net
In reply to: Peter Eisentraut (#6)
Re: Postgresql v8.3.3 + Perl v5.10

Peter Eisentraut wrote:

Eugen.Konkov@aldec.com wrote:

1. Install Perl v5.10
2. Install PG
3. PG does not see that machine has Perl
4. Remove Perl and PG
5. Instll Perl v5.8
6. Install PG
7. PG work fine
Problem is that PG does not recognize Perl v5.10 =(

Please provide the actual commands and the actual output, not abstract
descriptions.

I can tell you that I am building and running PostgreSQL and Perl 5.10 just
fine. So the problem must be in the details, which are not evident from your
description.

I think he is talking about the Windows binary distribution. In which
case, the answer is no - the binary windows distribution of 8.3 does
*not* work with perl 5.10.

Other platforms, and build-from-source on Windows should, AFAIK.

//Magnus

#8Pavel Stehule
pavel.stehule@gmail.com
In reply to: Peter Eisentraut (#6)
Re: Postgresql v8.3.3 + Perl v5.10

2008/8/22 Peter Eisentraut <peter_e@gmx.net>:

Eugen.Konkov@aldec.com wrote:

1. Install Perl v5.10
2. Install PG
3. PG does not see that machine has Perl
4. Remove Perl and PG
5. Instll Perl v5.8
6. Install PG
7. PG work fine
Problem is that PG does not recognize Perl v5.10 =(

Please provide the actual commands and the actual output, not abstract
descriptions.

I can tell you that I am building and running PostgreSQL and Perl 5.10 just
fine. So the problem must be in the details, which are not evident from your
description.

This bug was reported I though. win installer doesn't recognize
installed Perl 5.10 and doesn't allow plperl installation.

Pavel

Show quoted text

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#9Eugen Konkov
Eugen.Konkov@aldec.com
In reply to: Eugen Konkov (#1)
Re: Postgresql v8.3.3 + Perl v5.10

Yes, I am ActivePerl and Win32 Binary PG
Is it scheduled to fix?

----- Original Message -----
From: "Pavel Stehule" <pavel.stehule@gmail.com>
To: "Peter Eisentraut" <peter_e@gmx.net>
Cc: <pgsql-bugs@postgresql.org>; <Eugen.Konkov@aldec.com>; "Euler Taveira de
Oliveira" <euler@timbira.com>
Sent: Friday, August 22, 2008 12:20 PM
Subject: Re: [BUGS] Postgresql v8.3.3 + Perl v5.10

Show quoted text

2008/8/22 Peter Eisentraut <peter_e@gmx.net>:

Eugen.Konkov@aldec.com wrote:

1. Install Perl v5.10
2. Install PG
3. PG does not see that machine has Perl
4. Remove Perl and PG
5. Instll Perl v5.8
6. Install PG
7. PG work fine
Problem is that PG does not recognize Perl v5.10 =(

Please provide the actual commands and the actual output, not abstract
descriptions.

I can tell you that I am building and running PostgreSQL and Perl 5.10
just
fine. So the problem must be in the details, which are not evident from
your
description.

This bug was reported I though. win installer doesn't recognize
installed Perl 5.10 and doesn't allow plperl installation.

Pavel

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#10Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Eugen Konkov (#9)
Re: Postgresql v8.3.3 + Perl v5.10

Eugen.Konkov@aldec.com escribi�:

Yes, I am ActivePerl and Win32 Binary PG
Is it scheduled to fix?

Not yet. As stated, you need to use a supported version of Perl.

On the other hand, you can probably compile Postgres on Windows yourself
to get Perl 5.10 support.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#11Eugen Konkov
Eugen.Konkov@aldec.com
In reply to: Eugen Konkov (#1)
Re: Postgresql v8.3.3 + Perl v5.10

Is there guide to compile PG?

----- Original Message -----
From: "Alvaro Herrera" <alvherre@commandprompt.com>
To: <Eugen.Konkov@aldec.com>
Cc: "Pavel Stehule" <pavel.stehule@gmail.com>; "Peter Eisentraut"
<peter_e@gmx.net>; <pgsql-bugs@postgresql.org>; "Euler Taveira de Oliveira"
<euler@timbira.com>
Sent: Sunday, August 24, 2008 8:06 PM
Subject: Re: [BUGS] Postgresql v8.3.3 + Perl v5.10

Show quoted text

Eugen.Konkov@aldec.com escribi�:

Yes, I am ActivePerl and Win32 Binary PG
Is it scheduled to fix?

Not yet. As stated, you need to use a supported version of Perl.

On the other hand, you can probably compile Postgres on Windows yourself
to get Perl 5.10 support.

--
Alvaro Herrera
http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#12Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Eugen Konkov (#11)
Re: Postgresql v8.3.3 + Perl v5.10

Eugen.Konkov@aldec.com wrote:

Is there guide to compile PG?

http://www.postgresql.org/docs/8.3/interactive/install-win32.html

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com