From: | thhal at mailblocks(dot)com (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] java.sql.SQLException: ERROR: could not load library undefined symbol: JNI_CreateJavaVM |
Date: | 2005-02-12 08:48:38 |
Message-ID: | thhal-0aVvpApVaxic4Kj5WRis3IrD4dtBJ4+@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
Victor wrote:
>java.sql.SQLException: ERROR: could not load library
>"/usr/local/pgsql/lib/libpljava.so": /usr/local/pgsql/lib/libpljava.so:
>undefined symbol: JNI_CreateJavaVM
>...
>
>LD_LIBRARy_PATH=/usr/lib/jvm/java-1.4.2-sun-1.4.2.06/jre/jre/lib/i386:/usr/lib/jvm/java-1.4.2-sun-1.4.2.06/jre/jre/lib/i386/client:/usr/lib/jvm/java-1.4.2-sun-1.4.2.06/jre/jre/lib/i386/native_threads:/usr/local/pgsql/lib/libpljava.so
>
>Some one can help me with this problem?
>
>
Your LD_LIBRARY_PATH contains "jre/jre". That is probably incorrect. One
"jre" should be sufficient. Also, the character 'Y' is smallcaps and
Linux environment names are case sensitive.
Regards,
Thomas Hallgren
From | Date | Subject | |
---|---|---|---|
Next Message | Guy Rouillier | 2005-02-12 22:08:46 | [Pljava-dev] java.sql.SQLException: ERROR: could not load library undefined symbol: JNI_CreateJavaVM |
Previous Message | Victor | 2005-02-12 01:15:59 | [Pljava-dev] java.sql.SQLException: ERROR: could not load library undefined symbol: JNI_CreateJavaVM |