PLJava not installed for PostgreSQL 8.4 on Solaris 10 x86 64

Started by Arnold, Sandraover 16 years ago4 messagesgeneral
Jump to latest
#1Arnold, Sandra
ArnoldS@osti.gov

Is the pljava.so file included in the PostgreSQL 8.4 binary file for Solaris 10 x86 64-bit? If not, where can I go to download this library file? If so, what would cause it to not install during the installation process?

Thanks,

Sandra Arnold
Sr. DBA
DOE/OSTI
Oak Ridge, TN

#2Joshua D. Drake
jd@commandprompt.com
In reply to: Arnold, Sandra (#1)
Re: PLJava not installed for PostgreSQL 8.4 on Solaris 10 x86 64

On Tue, 2009-09-22 at 09:10 -0400, Arnold, Sandra wrote:

Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?

pljava is not part of the core distribution.

http://pgfoundry.org/projects/pljava/?downloads

Joshua D. Drake

Thanks,

Sandra Arnold
Sr. DBA
DOE/OSTI
Oak Ridge, TN

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander

#3John R Pierce
pierce@hogranch.com
In reply to: Arnold, Sandra (#1)
Re: PLJava not installed for PostgreSQL 8.4 on Solaris 10 x86 64

Arnold, Sandra wrote:

Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?

pljava is a mess. you either use GCJ which is only-sorta-java, or you
drag the whole JVM in with every instance of postgres, ugh!

#4Joshua D. Drake
jd@commandprompt.com
In reply to: John R Pierce (#3)
Re: PLJava not installed for PostgreSQL 8.4 on Solaris 10 x86 64

On Tue, 2009-09-22 at 13:35 -0700, John R Pierce wrote:

Arnold, Sandra wrote:

Is the pljava.so file included in the PostgreSQL 8.4 binary file for
Solaris 10 x86 64-bit? If not, where can I go to download this
library file? If so, what would cause it to not install during the
installation process?

pljava is a mess. you either use GCJ which is only-sorta-java, or you
drag the whole JVM in with every instance of postgres, ugh!

If you check the archives there were very specific reasons for that.

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander