From: johann at 2ndquadrant.com (Johann 'Myrkraverk' Oskarsson) Date: Sun, 23 Jan 2011 19:34:17 -0000 Subject: [Pljava-dev] Windows binaries In-Reply-To: <4D3C7E10.7080906@gmail.com> References: <4D3A3076.4070905@gmail.com> <4D3C6777.10708@gmail.com> <4D3C6B11.3010706@gmail.com> <4D3C6F68.9060304@gmail.com> <4D3C7606.5080205@gmail.com> <4D3C7E10.7080906@gmail.com> Message-ID: On Sun, 23 Jan 2011 19:14:24 -0000, Eric Kolotyluk wrote: > I stopped and started the server. Here is what I put in the .config file > > dynamic_library_path = '$libdir;c:\postgres' Perhaps you can try 'C:\postgres;$libdir' instead? Your original setting looks alright when compared to http://www.postgresql.org/docs/9.0/interactive/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER > "dynamic_library_path" is not an absolute path If you keep getting this error it may be a bug in the server/binary you're using. I don't know. And if it keeps failing, you can try replacing the two lines that look like RETURNS language_handler AS 'pljava' to RETURNS language_handler AS 'C:\postgres\pljava.dll' or your relevant full path in install.sql. -- Johann Oskarsson http://www.2ndquadrant.com/ |[] PostgreSQL Development, 24x7 Support, Training and Services --+-- | Blog: http://my.opera.com/myrkraverk/blog/