From: | pierce at hogranch(dot)com (John R Pierce) |
---|---|
To: | |
Subject: | [Pljava-dev] Building pl/java on OS/X (Mountain Lion) |
Date: | 2012-10-14 00:44:58 |
Message-ID: | 507A0B0A.7030600@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
On 10/13/12 5:30 PM, John R Pierce wrote:
> On 10/13/12 5:01 PM, Hal Hildebrand wrote:
>> dynamic_library_path = $libdir:'/Library/PostgreSQL/9.2/pljava/'
>
> ' in the wrong place. s/b ...
>
> dynamic_library_path = '$libdir:/Library/PostgreSQL/9.2/pljava/'
let me add, you MAY need to have the right paths for your libjvm.dynlib
from your Java JRE 1.5 .... I have *NO* idea what Java looks like on OSX.
on IBM Java on AIX (which is a PPC64 environment), I had to use...
|
dynamic_library_path =
||'$libdir:/opt/pljava:/usr/java5_64/jre/bin:/usr/java5_64/jre/bin/j9vm'|
these are completely different paths than the equivalent files on a
Sun/Oracle java implementation.
--
john r pierce N 37, W 122
santa cruz ca mid-left coast
From | Date | Subject | |
---|---|---|---|
Next Message | Hal Hildebrand | 2012-10-14 02:38:24 | [Pljava-dev] Building pl/java on OS/X (Mountain Lion) |
Previous Message | John R Pierce | 2012-10-14 00:30:47 | [Pljava-dev] Building pl/java on OS/X (Mountain Lion) |