From owner-freebsd-apache@FreeBSD.ORG Fri Mar 21 23:55:22 2008 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE35106564A for ; Fri, 21 Mar 2008 23:55:22 +0000 (UTC) (envelope-from izghitu@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 860358FC13 for ; Fri, 21 Mar 2008 23:55:21 +0000 (UTC) (envelope-from izghitu@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1389881fgg.35 for ; Fri, 21 Mar 2008 16:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=bFodajyXiPPXUX7SdX4uZposPbEtxL7YUqmVKYPMu0M=; b=M4EJlU1MXFu7O4xF4yFScBNAp8pwdjRbNlZwRRcF756mMsNRrBWrxJlUrY+BRMDR9N/tS7CP1Nk9DGf8PfpAfIqouzUOlUKqeh234y4AFHLAY1PW3vvR6AgxLs9GQEFsr4loN4Huzp9JDm52AuvKQ3xXcJqXHpsWr+/8mnzICbU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rIoS6Xn3BrU6Gk5GKBITHDV0ETY36XyIPJ1o8PFETJGu9PoCDMbJDw1IPmjbSQ129vFoie59zevlIXYPig9HdbloZcb4xRjkVGSmsE+I94YRvwSNhzvmumIKxCMi5M6ujLlSmmO2w03Z//v0ZjpLMehjx7ua5w1lLxusjUlFzYY= Received: by 10.86.79.19 with SMTP id c19mr2216501fgb.31.1206141992405; Fri, 21 Mar 2008 16:26:32 -0700 (PDT) Received: by 10.86.74.3 with HTTP; Fri, 21 Mar 2008 16:26:32 -0700 (PDT) Message-ID: <948a6d890803211626t3670039wb6fdf0ba720117f4@mail.gmail.com> Date: Sat, 22 Mar 2008 01:26:32 +0200 From: George To: freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD 7 install from latest ports X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2008 23:55:22 -0000 Hi, I have FreeBSD 7 with the latest ports. I have the OpenSSL 0.9.8g port installed. When trying to install Apache 2* with mod_ssl it tries to install OpenSSL 0.9.7m which can't be installed because it says: openssl-stable-0.9.7m conflicts with version in the base It says this even if I remove the OpenSSL 0.9.8g port and even if I specify: make WITH_OPENSSL_BASE=yes when trying to install OpenSSL 0.9.7m How do I install apache and other software from ports and make them use the OpenSSL 0.9.8g port? Please help Thanks