Re: How to build plperl with PostgreSQL 9 on Windows

From: Alex Hunsaker <badalex(at)gmail(dot)com>
To: tuanhoanganh <hatuan05(at)gmail(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to build plperl with PostgreSQL 9 on Windows
Date: 2011-01-05 02:52:59
Message-ID: AANLkTimN0CXYh7tOp4gG++6UngWq39kRrvFQ9=snv260@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jan 4, 2011 at 19:27, tuanhoanganh <hatuan05(at)gmail(dot)com> wrote:
> Thanks for answer me but it have error
>
> Detected Visual Studio version 8.00
> Detected hardware platform: Win32
> Generating win32ver.rc for src\backend
> Building src\pl\plperl\SPI.c...
> '1' is not recognized as an internal or external command,

Instead of 1, try the path to the perl directory (such that
$config->{'perl'} . "\bin\perl" is the perl binary). For example:
$config->{perl} = "C:\strawberry\perl\";

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ken 2011-01-05 03:25:07 Disable Postgresql startup on boot (Windows XP)
Previous Message tuanhoanganh 2011-01-05 02:27:39 Re: How to build plperl with PostgreSQL 9 on Windows