From owner-freebsd-questions@FreeBSD.ORG Fri May 21 00:03:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430BD1065679 for ; Fri, 21 May 2010 00:03:41 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id B84F08FC13 for ; Fri, 21 May 2010 00:03:40 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so698420fgb.13 for ; Thu, 20 May 2010 17:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=VV+pXduFfkac6QoYTdY0o6ASxmRvImoxulT2QBcUR1Q=; b=DY/myGRZkMP+SVdYegDiG6YJ8G7TklN2Ux1i8a40bRNi9xx13JOxluNsqcxDvJZ2AM zFLS9oZk5F/k7mMPDEExAvVaO8iTkIlQUz6k1vttOtLeJzXZ3BXT4Sb0YyNMAmbCcibV TgBd7FVRgsZLvuFJCRXNTHJf8vq/ToLpMVB/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=xd73D4qlO3wasfjQS2EFdCMPTLgm/oZfsmaL3eE1/g7HGe4DFq8Pt53AHXLH53CvDf pQCZQVFhjf/Vch2PML8wswkLoCRwdIo75ylKTzP/OA7DYtSH8hOO8YnkIZ0066ENNdZN 06oyxkCcR/H+QfQ/5V4jJT63MOt9pDh1rm6ts= Received: by 10.87.1.7 with SMTP id d7mr2612670fgi.75.1274400219438; Thu, 20 May 2010 17:03:39 -0700 (PDT) Received: from darklight.org.ru ([213.132.76.142]) by mx.google.com with ESMTPS id d8sm2715179fga.1.2010.05.20.17.03.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 May 2010 17:03:38 -0700 (PDT) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id o4L03X7D016534; Fri, 21 May 2010 04:03:35 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id o4L03Xn9016532; Fri, 21 May 2010 04:03:33 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Fri, 21 May 2010 04:03:33 +0400 From: Yuri Pankov To: Zbigniew Szalbot Message-ID: <20100521000333.GA2276@darklight.org.ru> References: <20100520233251.51337.qmail@joyce.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: User Questions Subject: Re: PHP upgrade fails 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: Fri, 21 May 2010 00:03:41 -0000 On Fri, May 21, 2010 at 01:55:07AM +0200, Zbigniew Szalbot wrote: > OK. Never declare victory too fast :) > > > Hello again, > > > >> Even after restarting apache php-based pages do not load. Many thanks > >> in advance for further hints! > > OK. I commented the extension=pdf.so in extensions.ini and php no > > longer complains. :) > > pkg_info -Ix php > php5-5.3.2 PHP Scripting Language > php5-bcmath-5.3.2 The bcmath shared extension for php > php5-bz2-5.3.2 The bz2 shared extension for php > php5-ctype-5.3.2 The ctype shared extension for php > php5-dom-5.3.2 The dom shared extension for php > php5-filter-5.3.2 The filter shared extension for php > php5-gd-5.3.2 The gd shared extension for php > php5-gettext-5.3.2 The gettext shared extension for php > php5-iconv-5.3.2 The iconv shared extension for php > php5-mbstring-5.3.2 The mbstring shared extension for php > php5-mcrypt-5.3.2 The mcrypt shared extension for php > php5-mysql-5.3.2 The mysql shared extension for php > php5-mysqli-5.3.2 The mysqli shared extension for php > php5-openssl-5.3.2 The openssl shared extension for php > php5-posix-5.3.2 The posix shared extension for php > php5-pspell-5.3.2 The pspell shared extension for php > php5-session-5.3.2 The session shared extension for php > php5-simplexml-5.3.2 The simplexml shared extension for php > php5-xml-5.3.2 The xml shared extension for php > php5-zip-5.3.2 The zip shared extension for php > php5-zlib-5.3.2 The zlib shared extension for php > phpMyAdmin-3.3.3 A set of PHP-scripts to manage MySQL over the web > > shows me that I still do not have two extensions which I deleted ealier: > php5-pcre > php5-spl /usr/ports/MOVED: devel/php5-pcre|lang/php5|2010-04-09|Bundled in core php devel/php5-spl|lang/php5|2010-04-09|Bundled in core php Check "Note:" on following pages: http://ru.php.net/manual/en/pcre.installation.php http://ru.php.net/manual/en/spl.installation.php > > I really need php with pcre and spl support and I wonder how to > compile it using portinstall/portupgrade. > > make config for /usr/ports/lang/php52-extensions > shows pcre and spl as checked.... Why php52-extensions when you have php5 (5.3.2) installed? > > I hope someone will point me in the right direction. Thank you! > > -- > Zbigniew Szalbot > www.slowo.pl > www.fairtrade.net.pl Yuri