installing pljava on windows xp

Started by Pouriaalmost 19 years ago2 messagesgeneral
Jump to latest
#1Pouria
pourias@gmail.com

Hi,

When I try to install pljava 1.3 on postgresql 8.2 (or 8.1) I get an
error stating that it cannot load pljava.dll from a location
specificed in the config file (while the dll is clearly there). I have
followed the postgredql and pljava manual installation instructions
exactly with no luck.

This error is listed as fixed on the pljava wiki, yet i'm still
experiencing it.

Any ideas?
Pouria

#2Magnus Hagander
magnus@hagander.net
In reply to: Pouria (#1)
Re: installing pljava on windows xp

Pouria wrote:

Hi,

When I try to install pljava 1.3 on postgresql 8.2 (or 8.1) I get an
error stating that it cannot load pljava.dll from a location
specificed in the config file (while the dll is clearly there). I have
followed the postgredql and pljava manual installation instructions
exactly with no luck.

This error is listed as fixed on the pljava wiki, yet i'm still
experiencing it.

Any ideas?

Most likely it's a missing dependency. Try using the depends tool (from
the windows support tools) to find out why it's failing.

//Magnus