[Pljava-dev] install problems

From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] install problems
Date: 2008-04-19 22:21:10
Message-ID: Pine.BSO.4.64.0804191812420.6450@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Alexander Wöhrer 2008-04-21 16:17:39 [Pljava-dev] stack depth limit exceeded - patch possible?
Previous Message Kris Jurka 2008-04-17 16:10:38 [Pljava-dev] stack depth limit exceeded - patch possible?