CREATE LANGUAGE cannot load library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brianr0922
    New Member
    • Oct 2007
    • 1

    #1

    CREATE LANGUAGE cannot load library

    I am rather new to PostgreSQL and so have probably done something stupid (or not done something). I am running PostgreSQL 8.2.5 on Windows Vista. 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?

    Any help would be appreciated.
Working...