Re: BUG #16221: ERROR while importing Plpython , pltcl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16221: ERROR while importing Plpython , pltcl
Дата
Msg-id 11276.1579619773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16221: ERROR while importing Plpython , pltcl  (Julien Rouhaud <rjuju123@gmail.com>)
Ответы Re: BUG #16221: ERROR while importing Plpython , pltcl  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Список pgsql-bugs
Julien Rouhaud <rjuju123@gmail.com> writes:
> On Tue, Jan 21, 2020 at 8:35 AM PG Bug reporting form
> <noreply@postgresql.org> wrote:
>> We are trying to import  “plpythonu” in postgresql  but when running the
>> below query we are getting an error:-
>> CREATE EXTENSION plpythonu
>> ERROR:  could not load library "C:/Program
>> Files/PostgreSQL/11/lib/plpython2.dll": The specified module could not be
>> found.
>> Although I have “plpython2.dll” is there in the same location.

> If all the files are present in the expected location, this is
> probably due to wrong privilege access on the files, or some antivirus
> preventing postgres from loading the libs.  Have you tried after
> disabling the antivirus or configuring an exception for the postgres'
> directories?

Another likely theory is that the message is not trying to complain
about plpython2.dll, but about some library that that depends on,
probably libpython itself.  If you look into the postmaster log file,
rather than just at what's reported to the client, you might find
some additional low-level messages clarifying this.

If this were a Linux machine I'd recommend using "ldd" to investigate
the dependencies of plpython2.dll.  But I don't know what the equivalent
tool for Windows is.

            regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: High table creation rate results in “File exists” error
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16222: [[:print:]] doesn't correctly handle Emoji skin tone modifiers on MacOS