Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: [BUGS] PLTCL


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Luciano - UNILOG SA" <luciano(at)unilogsa(dot)com(dot)br>
  • Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org
  • Subject: Re: [BUGS] PLTCL
  • Date: Mon, 29 Nov 2004 14:34:05 -0500
  • Message-id: <21407(dot)1101756845(at)sss(dot)pgh(dot)pa(dot)us>

"Luciano - UNILOG SA" <luciano(at)unilogsa(dot)com(dot)br> 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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group