Re: creating language plperl fails in windows 7

Поиск
Список
Период
Сортировка
От Christian Ullrich
Тема Re: creating language plperl fails in windows 7
Дата
Msg-id i86gv6$14d$1@dough.gmane.org
обсуждение исходный текст
Ответ на creating language plperl fails in windows 7  (Brian Fehrle <brianf@consistentstate.com>)
Список pgsql-admin
* Brian Fehrle wrote:

> CREATE LANGUAGE plperl;
> ERROR: could not load library "C:/Program Files
> (x86)/PostgreSQL/8.3/lib/plperl.dll": The specified module could not be
> found.
>
> I looked in that location and the plperl.dll does exist. I checked
> permissions, both the user account postgres and the user account I'm
> logged into windows have permissions on it.

You're missing some DLL that's used by plperl.dll, most likely one from
the Perl installation itself.

> I then realized I did not have perl installed, so I installed
> ActivePerl, verified that the perl command works for the postgres user,
> restarted the Postgres cluster, and tried the create language plperl
> again, but I get the same error.

- Do you have the correct perl version installed? plperl.dll from the
   8.3.11 installer requires Perl 5.8.

- Is the "bin" directory of the Perl installation in the PATH of the
   postgres service user? You wrote that you verified the command works,
   but you didn't indicate if you had to specify the full path.

--
Christian

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

Предыдущее
От: Bob Lunney
Дата:
Сообщение: GSS for both Windows and Linux
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Why are some WAL files in pg_xlog symlinks to old files?