From owner-freebsd-questions@FreeBSD.ORG Mon May 8 17:05: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 AEBF816A414 for ; Mon, 8 May 2006 17:05:12 +0000 (UTC) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [62.212.120.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2C743D4C for ; Mon, 8 May 2006 17:05:11 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 3B25828450; Mon, 8 May 2006 19:05:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at thilelli.net Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id q9b6UHJJrjqT; Mon, 8 May 2006 19:05:08 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id B36BB28444; Mon, 8 May 2006 19:05:08 +0200 (CEST) Received: from 192.168.1.101 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 8 May 2006 19:05:08 +0200 (CEST) Message-ID: <60956.192.168.1.101.1147107908.squirrel@webmail.thilelli.net> In-Reply-To: <20060508153209.GA54676@bento.thilelli.net> References: <12AAD6CC50A25841834F43955F39B66E04390A59@qgaes001.conway.prod.con-way.com> <20060508153209.GA54676@bento.thilelli.net> Date: Mon, 8 May 2006 19:05:08 +0200 (CEST) From: "Julien Gabel" To: "Zimmerman, Eric" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Dave , freebsd-questions@freebsd.org Subject: Re: php4 port upgrade 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, 08 May 2006 17:05:12 -0000 >>> Is there any known issues or things to watch out for when doing the >>> latest php4 upgrade? The notes in the UPDATING file indicated a change >>> in the status of the .cli binary. If one has mod_php4 and the >>> php4-extensions already installed is the upgrade a smooth one? >> Mine seemed to go fine via portmanager after doing a make config in the >> php4 directory as UPDATING indicates to do. No issues so far that I have >> seen > Using portupgrade, i had to recompile all php4-* found in /var/db/pkg and > the dependancies. All went well, except for the SSL support i use throuth > squirrelmail. I use different knobs in the past in order to be able to > access imaps via squirrelmail, the last one was "WITH_OPENSSL_BASE". But > according to the current ports/Mk/bsd.openssl.mk makefile, it seems > deprecated in favor of "WITH_OPENSSL_BASE=yes". So i tried: > # portupgrade -rRf -m 'WITH_OPENSSL_BASE=yes' squirrelmail > instead of: > # portupgrade -rRf -m '-DWITH_OPENSSL_BASE' squirrelmail > without much success for the moment... ... but switching-on the "Build static OpenSSL extension" knob using `make config' in the ports/lang/php4 directory do the trick. So, the upgrade went relatively well. -- Julien Gabel.