From: books at ejurka.com (Kris Jurka) Date: Thu, 11 Oct 2012 17:36:59 -0700 Subject: [Pljava-dev] pljava on AIX for postgres 9.1.x and IBM AIX Java 6? In-Reply-To: <50775D08.9030409@hogranch.com> References: <50651F8A.1080704@hogranch.com> <50660523.5050503@hogranch.com> <50660A90.3020308@hogranch.com> <5069E7C8.4090004@hogranch.com> <5073DEED.8030504@hogranch.com> <507472B6.3060100@hogranch.com> <507474C0.1010304@hogranch.com> <50749A49.8060003@hogranch.com> <5075C351.1010101@hogranch.com> <5075C9D9.9080303@ejurka.com> <5075FE04.4020407@hogranch.com> <50775D08.9030409@hogranch.com> Message-ID: <5077662B.2000607@ejurka.com> On 10/11/2012 4:58 PM, John R Pierce wrote: > > still stuck on .... > > $ /usr/java6_64/bin/java -cp deploy.jar:postgresql-9.2-1000.jdbc4.jar > org.postgresql.pljava.deploy.Deployer -install -host 127.0.0.1 -port > 5432 -user postgres -password XXXX > org.postgresql.util.PSQLException: ERROR: could not load library > "/opt/XXX/pljava/pljava.so": Could not load module > /opt/XXX/pljava/pljava.so. > Dependent module libpljava.a(pljava.so) could not be loaded. Is there a libpljava.a in your build tree that didn't get installed? If so you could try copying it over to where pljava.so is located. Kris Jurka