From owner-freebsd-questions@FreeBSD.ORG Fri Oct 27 11:21:12 2006 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 05F4E16A407 for ; Fri, 27 Oct 2006 11:21:12 +0000 (UTC) (envelope-from falmp@terra.com.br) Received: from buniche.hst.terra.com.br (buniche.hst.terra.com.br [200.176.10.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E93643D4C for ; Fri, 27 Oct 2006 11:21:11 +0000 (GMT) (envelope-from falmp@terra.com.br) Received: from ladigue.hst.terra.com.br (ladigue.hst.terra.com.br [200.176.10.10]) by buniche.hst.terra.com.br (Postfix) with ESMTP id 3AA5D3DD806A for ; Fri, 27 Oct 2006 11:21:10 +0000 (UTC) X-Terra-Karma: -2% X-Terra-Hash: 44cb83fcde11a4c7e0c594f0dedd14be Received-SPF: pass (ladigue.hst.terra.com.br: domain of terra.com.br designates 200.176.10.10 as permitted sender) client-ip=200.176.10.10; envelope-from=falmp@terra.com.br; helo=CHICO; Received: from CHICO (201-27-195-105.dsl.telesp.net.br [201.27.195.105]) (authenticated user falmp) by ladigue.hst.terra.com.br (Postfix) with ESMTP id E7A671594057 for ; Fri, 27 Oct 2006 08:21:09 -0300 (BRT) Date: Fri, 27 Oct 2006 08:20:57 -0300 From: Francisco Lopes X-Mailer: The Bat! (v2.12.00) X-Priority: 3 (Normal) Message-ID: <977471367.20061027082057@terra.com.br> To: freebsd-questions@freebsd.org Resent-from: Francisco Lopes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-Id: <20061027112109.E7A671594057@ladigue.hst.terra.com.br> Resent-Date: Fri, 27 Oct 2006 08:21:09 -0300 (BRT) Subject: Updating OpenSSL in FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Francisco Lopes List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 11:21:12 -0000 Hello, I'm running FreeBSD 4.11 and I updated OpenSSL from the source (using ./config --prefix=/usr --openssldir=/usr/include/openssl -- not sure if these paths are correct) and then updated Apache and PHP, which brought me errors. I had to recompile both removing the --use-ssl directives. It also got me errors while trying to recompile OpenSSH from the source, says it can't find the libs. Though I don't want help right now in updating OpenSSH, I want now to remove the new OpenSSL installation and take advantage from the ports system. Is it possible to completely remove this failed installation? I was told if I use ports to install it'd remove/overwrite my two old installations, is this right? Also, is the below proceedure to do this is right? cd /usr/ports/security/openssl make -DOPENSSL_OVERWRITE_BASE install clean After getting this right I'll update Apache & PHP. Thanks. Best regards, Francisco