Search Postgresql Archives

Re: Can't install plpython on Windows 8.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Steve - DND" <postgres@xxxxxxxxxxxxxxxxxx> writes:
>> createlang: language installation failed: ERROR:  could not load library
>> "C:/Program Files/PostgreSQL/8.0/lib/plpython.dll": dynamic load error

> Actually I just tried createlang with all of the pls(except plpgsql which is
> already installed). All of them fail with the same error.

Probably the problem has to do with not finding the underlying
language's DLL (eg, python.dll).  Unfortunately you're only seeing
"dynamic load error" in place of the actually useful information.
Someone needs to improve the stub in win32.c:

char *
dlerror(void)
{
	return "dynamic load error";
}


			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux