From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 23:05:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4363116A4CE for ; Thu, 8 Jan 2004 23:05:57 -0800 (PST) Received: from m00.ca.astound.net (m00.ca.astound.net [64.85.239.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A35C343D31 for ; Thu, 8 Jan 2004 23:05:55 -0800 (PST) (envelope-from rchopra@cal.berkeley.edu) Received: from cal.berkeley.edu (astound-64-85-244-72.ca.astound.net [64.85.244.72]) by m00.ca.astound.net (8.12.10/8.12.10) with ESMTP id i0975TKL022624; Thu, 8 Jan 2004 23:05:29 -0800 Message-ID: <3FFE5293.6010305@cal.berkeley.edu> Date: Thu, 08 Jan 2004 23:04:51 -0800 From: Rishi Chopra User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Andrew L. Gould" References: <3FFDF242.1090005@cal.berkeley.edu> <20040109022052.GA98046@Amber.XtremeDev.com> <3FFE131B.6030408@cal.berkeley.edu> <200401082230.15918.algould@datawok.com> In-Reply-To: <200401082230.15918.algould@datawok.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: questions@freebsd.org Subject: Re: A jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 07:05:57 -0000 Andrew, Thanks for the good info. Worth noting is that the postgres does require shared libraries (e.g. libintl.so.4) that may or may not be installed by other ports (supposedly updating gmake should install all required libraries.) -R Andrew L. Gould wrote: >Okay, so to wrap up the PostgreSQL issue: > >1. PostgreSQL does not require Linux compatibility or a jail. >2. You can install PostgreSQL natively at /usr/ports/databases. Currently, 3 >versions are available in the ports: > >postgresql7 - version 7.4 >postgresql73 - version 7.3.5 >postgresql72 - version 7.2.4 > >All 3 versions are considered stable. If you're performing an initial >installation of PostgreSQL, use version 7.4. The earlier versions are >available for people with existing databases and reasons not to upgrade. >Most of these reasons relate to compatibility issues with applications that >must be modified to deal with feature changes in 7.3 and 7.4. > >Best of luck, > >Andrew Gould > >On Thursday 08 January 2004 08:34 pm, Rishi Chopra wrote: > > >>I was installing linux_base; it seems to be required, since I was >>getting an error about libintl.so.4 - then again, I also updated gmake >>via 'portupgrade -r gmake', so that may have solved the problem. >> >>Sorry about the misleading context =) >> >>BSD wrote: >> >> >>>On Thu, Jan 08, 2004 at 06:07:35PM -0800, Rishi Chopra wrote: >>> >>> >>>>Simply trying to install postgresql - the message I included is what the >>>>system prints out when installing from the ports collection. >>>> >>>>Andrew L. Gould wrote: >>>> >>>> >>>Er, what directory were you in when you did the make install? The only >>>port that produces the message below is ports/emulators/linux_base, >>>which is definately not a dependency of postgresql, nor of any of its >>>dependents. >>> >>> >>> >>>>>On Thursday 08 January 2004 06:13 pm, Rishi Chopra wrote: >>>>> >>>>> >>>>>>While installing postgres I get the following: >>>>>> >>>>>> >>>>>>You need to create the null device in your jailed Linux environment. >>>>>>Run this >>>>>>outside the jail, then press enter: >>>>>> >>>>>>mkdir -m 0755 -p /dev >>>>>>rm -f //compat/linux/dev/null >>>>>>mknod //compat/linux/dev/null c 2 2 >>>>>>chmod 666 //compat/linux/dev/null >>>>>> >>>>>> >>>>>>Do I HAVE to make a jail? I was just going to run the postgresql port >>>>>>on my FreeBSD box, sans-condom. The box only has one user and there >>>>>>are no security concerns to speak of. >>>>>> >>>>>>-R >>>>>> >>>>>> >>>>>PostgreSQL is available via the FreeBSD ports system. It does not >>>>>require a jail or linux emulation. >>>>> >>>>>What are you trying to do? >>>>> >>>>>Andrew Gould >>>>> >>>>> >>>>_______________________________________________ >>>>freebsd-questions@freebsd.org mailing list >>>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>To unsubscribe, send any mail to >>>>"freebsd-questions-unsubscribe@freebsd.org" >>>> >>>> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" >> >> > > > >