From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 23:09:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADEA916A41F for ; Mon, 9 Jul 2007 23:09:10 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5B92F13C457 for ; Mon, 9 Jul 2007 23:09:10 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost ([127.0.0.1] helo=szalbot.homedns.org) by szalbot.homedns.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I82Lo-0000PN-G0; Tue, 10 Jul 2007 01:09:04 +0200 Received: (from www@localhost) by szalbot.homedns.org (8.13.8/8.13.8/Submit) id l69N92ch001571; Tue, 10 Jul 2007 01:09:02 +0200 (CEST) (envelope-from zbigniew@szalbot.homedns.org) X-Authentication-Warning: szalbot.homedns.org: www set sender to zbigniew@szalbot.homedns.org using -f To: Josh Paetzel X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Tue, 10 Jul 2007 01:09:02 +0200 From: Zbigniew Szalbot In-Reply-To: <200707091757.37500.josh@tcbug.org> References: <200707091757.37500.josh@tcbug.org> Message-ID: <768ee09ff5087b01308ebb67e263c282@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: php 4.3.10, manual installation 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: Mon, 09 Jul 2007 23:09:10 -0000 Hello again, On Mon, 9 Jul 2007 17:57:32 -0500, Josh Paetzel wrote: >> make -DDISABLE_VULNERABILITIES install clean >> Dependency warning: used OpenSSL version contains known >> vulnerabilities Please update or define either WITH_OPENSSL_BASE or >> WITH_OPENSSL_PORT *** Error code 1 >> >> Stop in /usr/ports/lang/php4. >> >> Now I did include WITH_OPENSSL_PORT=1 in pkgtools.conf for php4 but >> it does not seem to take any effect. I also tried inserting >> WITH_DISABLE_VULNERABILITIES=1 in this file but it did not help. >> >> Thank you! >> >> Zbigniew Szalbot >> > > Right, because pkgtools.conf isn't used by the ports tree....so add > in -DWITH_OPENSSL_PORT to the mix Not much luck. The installation started but then came to a halt: making links in engines... making links in apps... making links in test... making links in tools... generating dummy tests (if needed)... Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Configured for BSD-x86-elf. -e: not found *** Error code 127 Stop in /usr/ports/security/openssl. *** Error code 1 Stop in /usr/ports/lang/php4. OK. I ran make depend and then repeated make -DDISABLE_VULNERABILITIES -DWITH_OPENSSL_PORT install clean However, it stopped at the same location with the same error message. Time to give up? Thanks! Zbigniew Szalbot