Re: How to build plperl with PostgreSQL 9 on Windows

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: How to build plperl with PostgreSQL 9 on Windows
Дата
Msg-id AANLkTimN0CXYh7tOp4gG++6UngWq39kRrvFQ9=snv260@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to build plperl with PostgreSQL 9 on Windows  (tuanhoanganh <hatuan05@gmail.com>)
Ответы Re: How to build plperl with PostgreSQL 9 on Windows
Список pgsql-general
On Tue, Jan 4, 2011 at 19:27, tuanhoanganh <hatuan05@gmail.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\";

В списке pgsql-general по дате отправления:

Предыдущее
От: tuanhoanganh
Дата:
Сообщение: Re: How to build plperl with PostgreSQL 9 on Windows
Следующее
От: Ken
Дата:
Сообщение: Disable Postgresql startup on boot (Windows XP)