From owner-freebsd-database Sun Mar 4 7:45:52 2001 Delivered-To: freebsd-database@freebsd.org Received: from cc677580-a.sumt1.nj.home.com (cc677580-a.sumt1.nj.home.com [24.180.22.57]) by hub.freebsd.org (Postfix) with ESMTP id B36E837B719 for ; Sun, 4 Mar 2001 07:45:48 -0800 (PST) (envelope-from squirk@home.com) Received: from localhost (squirk@localhost) by cc677580-a.sumt1.nj.home.com (8.11.2/8.11.2) with ESMTP id f24FjiX24351; Sun, 4 Mar 2001 10:45:44 -0500 (EST) (envelope-from squirk@home.com) X-Authentication-Warning: cc677580-a.sumt1.nj.home.com: squirk owned process doing -bs Date: Sun, 4 Mar 2001 10:45:44 -0500 (EST) From: Steve Quirk X-X-Sender: To: Mike Squires , Cc: Subject: Re: Oracle816 install In-Reply-To: <200103031212.f23CCd333816@ct980320-b.blmngtn1.in.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got 8.1.6 installed. I installed it quite a while ago (July), so I don't recall the exact magic involved. IIRC, I installed on a linux system and moved everything (after trying quite a few things). cc677580-a> sqlplus SQL*Plus: Release 8.1.6.0.0 - Production on Sun Mar 4 10:36:08 2001 (c) Copyright 1999 Oracle Corporation. All rights reserved. Enter user-name:^C cc677580-a> uname -v FreeBSD 4.2-STABLE #2: Tue Feb 20 12:18:47 EST 2001 Followups to database. Steve On Sat, 3 Mar 2001, Mike Squires wrote: > > > > I have been attempting to get Oracle816 for Linux > > installed on my FreeBSD v42stable box. > > > > After some months of monitoring various Oracle newsgroups it appears that > the last version of Oracle to install under FreeBSD was 8.0.5, and that > no one had been able to install 8.1.5/6/7. > > I am wondering if it would be possible to do an install under RH 6.2 (7.0 > as from the CD doesn't work) and then move the binaries. This is not > very expensive or time consuming in a world of $20 9GB drives. > > I'd be happy to find out I'm wrong... > > Mike Squires > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Thu Mar 8 4:11: 5 2001 Delivered-To: freebsd-database@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 7F1FB37B718 for ; Thu, 8 Mar 2001 04:11:03 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f28CB2I74526 for ; Fri, 9 Mar 2001 01:11:02 +1300 (NZDT) (envelope-from dan@langille.org) Message-Id: <200103081211.f28CB2I74526@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: freebsd-database@freebsd.org Date: Fri, 9 Mar 2001 01:10:56 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: getting a postgres client without installing postgres Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to give the developers access to a postgres database. The database server is on the same LAN. What's the easiest way to get the postgres client (psql) running on their box without doing a full install of postgresql? That is, I don't see a postgres-client port. -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Thu Mar 8 7:23: 7 2001 Delivered-To: freebsd-database@freebsd.org Received: from alpha.netaccess.on.ca (alpha.netaccess.on.ca [199.243.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 0F93337B718 for ; Thu, 8 Mar 2001 07:23:04 -0800 (PST) (envelope-from bill_gates@microsoft.com) Received: from schizo.controlq.com (dial096.nas.net [207.176.144.96]) by alpha.netaccess.on.ca (8.9.0/8.9.0) with ESMTP id KAA09279; Thu, 8 Mar 2001 10:22:55 -0500 (EST) From: bill_gates@microsoft.com Date: Thu, 8 Mar 2001 10:23:40 -0500 (EST) Reply-To: bill_gates@microsoft.com To: Dan Langille Cc: freebsd-database@FreeBSD.ORG Subject: Re: getting a postgres client without installing postgres In-Reply-To: <200103081211.f28CB2I74526@ns1.unixathome.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -r-xr-xr-x 1 root wheel 114732 Jan 26 11:48 /usr/local/pgsql/bin/psql ldd output: /usr/local/pgsql/bin/psql: libpq.so.2 => /usr/local/lib/libpq.so.2 (0x2807c000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x2808a000) libm.so.2 => /usr/lib/libm.so.2 (0x2809f000) libutil.so.3 => /usr/lib/libutil.so.3 (0x280ba000) libreadline.so.4 => /usr/lib/libreadline.so.4 (0x280c4000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280e9000) libc.so.4 => /usr/lib/libc.so.4 (0x2812a000) Dan, Using ldd, one can determine the load dependancies as above. It looks like psql requires libpq at a minimum, but will also use the above libraries. If they are not on the target systems, they will need to be. have fun On Fri, 9 Mar 2001, Dan Langille wrote: > I want to give the developers access to a postgres database. The > database server is on the same LAN. What's the easiest way to get the > postgres client (psql) running on their box without doing a full install of > postgresql? That is, I don't see a postgres-client port. > > > > -- > Dan Langille > pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php > got any work? I'm looking for some. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-database" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message