From owner-freebsd-questions@FreeBSD.ORG Sun May 29 18:39:08 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 193CD16A420 for ; Sun, 29 May 2005 18:39:08 +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 9B4EC43D49 for ; Sun, 29 May 2005 18:39:07 +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 1DcSgr-0006NY-FK for freebsd-questions@freebsd.org; Sun, 29 May 2005 14:39:15 -0400 Message-ID: <429A0C3C.7030603@linuxtechs.net> Date: Sun, 29 May 2005 11:38:52 -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 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: 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 18:39:08 -0000 Hello All, I am new to FreeBSD. I wanted to upgrade OpenSSL to the latest stable version in my FreeBSD 5.3 server. I ran make deinstall , make and make install in ports/security/openssl and and my OpenSSL libs in /lib are lost and the new version was installed in /usr/local/openssl. My other programs are not finding the new libs. I tried to replace the port package by deinstalling it and trying with the option for replacing base openssl. But it does not accept the "OPENSSL_OVERWRITE_BASE" variable. Now most of the programs I use in the server is segfaulting. Does any one know how to reinstall only the OpenSSL from the base? I am yet to familiarise myself with the make world.. commands. Please help me. Thanks in advance, - Sarath