From: | Kevin Murphy <murphy(at)genome(dot)chop(dot)edu> |
---|---|
To: | Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> |
Cc: | pgsql-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How to use postgresql-jdbc rpm with Sun JDK |
Date: | 2008-08-07 15:23:17 |
Message-ID: | 489B1365.9000403@genome.chop.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Devrim GÜNDÜZ wrote:
> On Thu, 2008-08-07 at 09:57 -0400, Kevin Murphy wrote:
>
>> When yum installs the PGDG postgresql-jdbc-8.3.3 RPM on CentOS 5, it
>> appears to want to drag in GCJ dependencies, but I want to use a Sun
>> JDK. The JDK is pre-installed by the Rocks V cluster distribution,
>> which is based on CentOS 5.
>>
>
> Upstream (I mean, Tom) is building -jdbc package with open source
> components for a long time, and I am following that, too. We were
> directly installing the binary jar files under /usr/share/java without
> compilation.
>
> So, you will need to install jar files I think:
>
> http://jdbc.postgresql.org/download.html#supported
>
Speaking as a near-ignoramus, would a simple RPM that wraps the binary
jar file make sense? I'm not sure what dependencies it should have,
though: simply 'java'? My issue is that a Rocks cluster likes to have
all software packaged as RPMs; compute nodes can be automatically built
from scratch when required simply by dumping RPMs in a certain directory
on the head node and adding the RPM name to an XML file.
I guess it can't be that hard for me to custom-build this sort of RPM,
although I've never built one before.
-Kevin Murphy
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-08-07 15:32:11 | Re: How to use postgresql-jdbc rpm with Sun JDK |
Previous Message | Albe Laurenz | 2008-08-07 14:55:38 | Re: looking for psql without server-installation |