Re: [BUGS] PLTCL

Tom Lane <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.bugs
Message-ID <[email protected]>
"Luciano - UNILOG SA" <[email protected]> writes:
> createlang: language installation failed: ERROR:  could not load library =
> "C:/Arquivos de programas/PostgreSQL/8.0.0-beta5/lib/pltcl.dll": error

> What the problem ?

Good question.  The unhelpful error message can evidently be blamed on
this routine in src/backend/port/dynloader/win32.c:

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

Would someone work on providing a non-stub version of that?

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.