From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15163 invoked by alias); 6 Jan 2003 17:39:51 -0000 Mailing-List: contact rhdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-owner@sources.redhat.com Received: (qmail 14812 invoked from network); 6 Jan 2003 17:39:33 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 6 Jan 2003 17:39:33 -0000 Received: from toboggan.toronto.redhat.com (toboggan.toronto.redhat.com [172.16.14.59]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 9B21E800041; Mon, 6 Jan 2003 12:38:58 -0500 (EST) Received: (from overholt@localhost) by toboggan.toronto.redhat.com (8.11.6/8.11.6) id h06Hcw121351; Mon, 6 Jan 2003 12:38:58 -0500 Date: Mon, 06 Jan 2003 17:39:00 -0000 From: Andrew Overholt To: Fred New Cc: "'rhdb@sources.redhat.com'" Subject: Re: RHDB & Phoebe Message-ID: <20030106173858.GB21056@redhat.com> Reply-To: Andrew Overholt References: <916488900DA96F4D881F59CCDF522BD20D8F7C@tallinn.microlink.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <916488900DA96F4D881F59CCDF522BD20D8F7C@tallinn.microlink.lan> User-Agent: Mutt/1.4i X-SW-Source: 2003-q1/txt/msg00004.txt.bz2 Fred New once said: > Is there a plan for making a Red Hat Database available that will work on > Phoebe? Or do we have to wait for RHL 8.1? The installer is explicitly set to check for RHL 8.0, so it will not work on Phoebe (AFAIK) without rebuilding. However, installation via the RPMs should work fine. The installer has various options for types of installations (server, client, etc. -- I guess you've seen this before if you've used the installer) which install certain groups of the RPMs. You will need to pick which ones you want to install yourself. The RPMs are all on the RHDB 2.1 ISO in the packages directory (RHL-8.0/packages). Here are the options from the installer: Server: . rh-postgresql-7.2.3-1_rhl80.i386.rpm . rh-postgresql-libs-7.2.3-1_rhl80.i386.rpm . rh-postgresql-server-7.2.3-1_rhl80.i386.rpm . rh-postgresql-devel-7.2.3-1_rhl80.i386.rpm . rhdb-docs-2.1-1_rhl80.noarch.rpm . rh-postgresql-test-7.2.3-1_rhl80.i386.rpm (I'd recommend this one so that you can run the regression tests after RPM installation) Developer: . rh-postgresql-7.2.3-1_rhl80.i386.rpm . rh-postgresql-libs-7.2.3-1_rhl80.i386.rpm . rh-postgresql-devel-7.2.3-1_rhl80.i386.rpm . rh-postgresql-jdbc-7.2.3-1_rhl80.i386.rpm . rh-postgresql-odbc-7.2.3-1_rhl80.i386.rpm . rh-postgresql-perl-7.2.3-1_rhl80.i386.rpm . rh-postgresql-python-7.2.3-1_rhl80.i386.rpm . rh-postgresql-tcl-7.2.3-1_rhl80.i386.rpm . rh-postgresql-tk-7.2.3-1_rhl80.i386.rpm . rhdb-docs-2.1-1_rhl80.noarch.rpm Client: . rh-postgresql-7.2.3-1_rhl80.i386.rpm . rh-postgresql-libs-7.2.3-1_rhl80.i386.rpm . rh-postgresql-jdbc-7.2.3-1_rhl80.i386.rpm . rh-postgresql-tcl-7.2.3-1_rhl80.i386.rpm . rhdb-admin-1.1-1_rhl80.noarch.rpm . rhdb-explain-1.1-1_rhl80.noarch.rpm . tktable-2.7-1.rhl80.i386.rpm . rhdb-docs-2.1-1_rhl80.noarch.rpm Of course, there are many other possible combinations depending upon your needs. To install the RPMs you'll need to go: rpm -ivh You can do them all on one line if you like (the libs RPM will _need_ to be on the same line as the other rh-postgresql packages as it is required for most of those). I hope this helps. Thanks for using RHDB and don't hesitate to ask more questions if this doesn't clarify things enough. Andrew Overholt RHDB Team