RE: [ADMIN] CREATE LANGUAGE cannot load library ERROR! - Mailing list pgsql-admin

From Vishal Arora
Subject RE: [ADMIN] CREATE LANGUAGE cannot load library ERROR!
Date
Msg-id BLU110-W4015004C21B194B3E06CB8A9EC0@phx.gbl
Whole thread Raw
In response to CREATE LANGUAGE cannot load library ERROR!  (yawei hou <wangshigeyao@yahoo.com.cn>)
List pgsql-admin


set $libdir path in environmental variables in windows.


Date: Wed, 9 Apr 2008 00:32:10 +0800
From: wangshigeyao@yahoo.com.cn
Subject: [ADMIN] CREATE LANGUAGE cannot load library ERROR!
To: pgsql-admin@postgresql.org
CC: pgsql-ports@postgresql.org; pgsql-novice@postgresql.org

Hi:
 
     I am rather new to PostgreSQL and so have probably done something stupid (or not done something). 

    I am running PostgreSQL 8.2.7 on Windows 2003 serverr. When I use 'create language' to add pl/perl to a database, I get the following error:
ERROR: could not load library "C:/Program Files/PostgreSQL/8.2/lib/plperl.dll":
The specified module could not be found.
 
    However if I look in the directory that it indicates, plperl.dll is actually there, and I do have the full Perl package installed on my system. I notice that it has the slashes ('/') facing the wrong direction.

    I have looked for a setting in this regard but can't find one. Is this just the error message or  is that actually where it is looking, and how can I fix it?
 
thanks
                                                        Yawei hou

 
雅虎邮箱,您的终生邮箱!


Windows Live Spaces : Help your online world come to life, add 500 photos a month. Try it!

pgsql-admin by date:

Previous
From: Vishal Arora
Date:
Subject: Re: How do i get DDL of a Table from system catalog ?
Next
From: Jeff Frost
Date:
Subject: updating table with foreign keys cause locking of referenced row/table?