Re: How to use postgresql-jdbc rpm with Sun JDK

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
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 14:05:58
Message-ID: 1218117958.2900.516.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2008-08-07 at 09:57 -0400, Kevin Murphy wrote:
> What's the easiest RPM-based way to install postgresql-jdbc on CentOS
> 5? I just became aware of the JPackage project, which seems
> appealing, but it doesn't have an up-to-date version of
> postgresql-jdbc.

I don't think that there is an RPM way to do it, at least for now. See
below:

> 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

Regards,
--
Devrim GÜNDÜZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Tom 2008-08-07 14:18:17 pg_restore fails on Windows
Previous Message Kevin Murphy 2008-08-07 13:57:23 How to use postgresql-jdbc rpm with Sun JDK