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.
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.
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/
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/
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.
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
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
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
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.
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.
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