[Pljava-dev] Error Loading libpljava.so

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] Error Loading libpljava.so
Date: 2005-08-11 19:43:20
Message-ID: thhal-03ELXAzXI77QNMHNE0ro+iJ+M/i0NnX@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

My guess is that you're missing $JAVA_HOME/lib/amd64/client (or server)
from the LD_LIBRARY_PATH.

Regards,
Thomas Hallgren

Philip A. Chapman wrote:

>Everyone,
>
>I am getting the following error when I try to run the deployer:
>
>ERROR: could not load library "/usr/lib64/pgsql/libpljava.so":
>/usr/lib64/pgsql/libpljava.so: cannot open shared object file: No such
>file or directory
>
>The file does exist, and it has the same permissions as other postgresql
>library files in the same directory. I am running Fedora Core 4 on a 64
>bit Athlon machine and postgresql version 8.0.3. In postgresql.conf, I
>have defined the following:
>
>custom_variable_classes = 'pljava'
>pljava.classpath = '/usr/lib64/pgsql/pljava.jar'
>
>In order to have postmaster know where the java runtime libraries are, I
>have put the following in /etc/init.d/postgresql:
>
>export JAVA_HOME=/usr/lib/jvm/jre-1.5.0-sun
>export
>LD_LIBRARY_PATH=$JAVA_HOME/lib/amd64:$JAVA_HOME/lib/amd64/native_threads
>
>Based on what I have read in the documents, and the other instances of
>this type of error being reported in the archives, I thought that this
>should be enough.
>
>Any help you can give would be appriciated.
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Pljava-dev mailing list
>Pljava-dev at gborg.postgresql.org
>http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message George McQuade 2005-08-14 04:45:17 [Pljava-dev] date handling...
Previous Message Philip A. Chapman 2005-08-11 17:17:05 [Pljava-dev] Error Loading libpljava.so