[Pljava-dev] install problems

Kris Jurka books at ejurka.com
Sat Apr 19 22:21:10 UTC 2008



On Wed, 16 Apr 2008, Christopher Snow wrote:

> Deployer is failing on the following call.  Any ideas?
>
> CREATE FUNCTION sqlj.java_call_handler()
> RETURNS language_handler
> AS 'pljava'
> LANGUAGE C
>
> ERROR: could not access file "pljava": No such file or directory
>
> dynamic_library_path =
> '$libdir:/home/snowch/Apps/pljava-i686-pc-linux-gnu-pg8.3-1.4.0'

Is there any chance your home directory isn't accessible to the user the 
postgresql server is running as?  That would explain why it couldn't load 
the file.

Also there is additional dynamic library loading information available at 
the debug3 level of log_min_messages.  This will likely produce a lot of 
debug information, but may point to the problem.

Kris Jurka



More information about the Pljava-dev mailing list