vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Everybody, I need help from every of you to get me through the hurdle. Appreciate very much to your help if you can give me some hints, clue or point me to the right direction. I am trying to install Progress, I can get the database up and user login functional. But I got an error in the final step --- createlang for plpgsql. # psql -U prosgres -f PLpgSQL.sql template1where PLpgSQL.sql is in fact the SQL statement: CREATE FUNCTION plpgsql_call_handler () RETURNS language_handler AS '/usr/local/pgsql/lib/plpgsql.dll', 'plpgsql_call_handler' LANGUAGE c;I get error: ERROR: could not load library "/usr/local/pgsql/lib/plpgsql.dll": dlopen: Win32 error 127I'm running postgre on windows 2000, Cygwin 1.5.10.1, cyg-ipc 2.0.0, Postgress 7.4.2. Have anyone come across to this problem before. Any ideas, suggestions, etc. Would it be problem on the dll ? Anything that could help is very much appreciated. Thanks wd |