Обсуждение: Pltcl can't install on windows
Hello everybody, When trying to install the pltcl interface, using 'createlang' or the SQL command 'create language', i get the following message : ERROR: could not load library "C:/Program Files/PostgreSQL/8.1/lib/pltcl.dll": Le module spécifié est introuvable. I use the great Postgresql v8.1.3 on windows 2000. ActiveState Tcl is installed. This error message appeared even when I tried to reinstall postgres and the pltcl interface with the installation program (as described in http://pginstaller.projects.postgresql.org/). The file pltcl.dll is in the mentioned directory, and i use the postgres superuser (named 'alex' on my computer) : createlang -U alex -d template1 pltcl The error happens not only when trying to install pltcl on template1 but also with other databases. Can someone help me ? Thanks, Alexis.
> Hello everybody,
>=20
> When trying to install the pltcl interface, using=20
> 'createlang' or the SQL command 'create language', i get the=20
> following message :
>=20
> ERROR: could not load library "C:/Program
> Files/PostgreSQL/8.1/lib/pltcl.dll": Le module sp=E9cifi=E9 est=20
> introuvable.
>=20
> I use the great Postgresql v8.1.3 on windows 2000.=20
> ActiveState Tcl is installed.
Have you verified that the directory containing the DLL file is in the syst=
em PATH?
Try using the "depends" tool from the Windows Support Tools (on your window=
s CD) on pltcl.dll ("depends pltcl.dll" when in that directory) to see whic=
h file it won't load.
//Magnus