From owner-freebsd-questions@FreeBSD.ORG Sun May 29 20:33:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 12B3716A41F for ; Sun, 29 May 2005 20:33:18 +0000 (GMT) (envelope-from sarath@linuxtechs.net) Received: from venus.mediacatch.com (ns13.mediacatch.com [216.27.201.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA6943D95 for ; Sun, 29 May 2005 19:58:15 +0000 (GMT) (envelope-from sarath@linuxtechs.net) Received: from [202.83.54.3] (helo=[202.83.54.3]) by venus.mediacatch.com with esmtpa (Exim 4.50) id 1DcTvP-0006eA-BR for freebsd-questions@freebsd.org; Sun, 29 May 2005 15:58:24 -0400 Message-ID: <429A1EC4.6080303@linuxtechs.net> Date: Sun, 29 May 2005 12:57:56 -0700 From: Sarath ER User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <429A0C3C.7030603@linuxtechs.net> <20050529184637.GB16087@xor.obsecurity.org> <429A117E.2060006@linuxtechs.net> <20050529190709.GA18459@xor.obsecurity.org> In-Reply-To: <20050529190709.GA18459@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - venus.mediacatch.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - linuxtechs.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: OpenSSL reinstall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2005 20:33:18 -0000 Kris, I did a buildworld and an installworld. Things are cool now :) One more question though, I am running cPanel (http://www.cpanel.net) in the server and it works well with PHP 4.3.11. But when rebuilding with 5.0.4 it segfaults. Any known incompatibilities? Rest everything is working fine. Thanks for your help, - Sarath Kris Kennaway wrote: >On Sun, May 29, 2005 at 12:01:18PM -0700, Sarath ER wrote: > > >>Hi Kris, >> >>Infact I did try the make buildworld but i dont want to reinstall the >>entire base, as I read somewhere that it would overwrite /etc. >> >> > >Incorrect. > > I tried > > >>make -f Makefile.ssl in /usr/src/crypto/openssl and it didnt work. Looks >>like I am taking the wrong route. >> >> > >Yes. > > > >>I cant do a full upgrade because the >>server is in a datacenter and I have only ssh access to it. And I do not >>know if it would fail to boot in case of a problem during the reinstall >>of base. Is it possible to only reinstall the openssl from crypto? >> >> > >The supported way to rebuild your system is with make buildworld. >While it's possible for experts to rebuild parts of the system, you >can in fact put your system into an even worse state if you don't know >what you're doing. Please read more about the buildworld process in >the handbook. In particular, since you're not doing an update it >should be quite safe. > >Kris > >