<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; freebsd php5</title> <atom:link href="http://www.cyberciti.biz/faq/tag/freebsd-php5/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>FreeBSD pkg_add: warning: package php5-pcre-5.2.6_2 requires php5-5.2.8, but php5-pcre-5.2.6_2 is installed</title><link>http://www.cyberciti.biz/faq/freebsd-pkg_add-php5-pcre-526-errors/</link> <comments>http://www.cyberciti.biz/faq/freebsd-pkg_add-php5-pcre-526-errors/#comments</comments> <pubDate>Mon, 22 Dec 2008 02:51:59 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[FreeBSD Jails (VPS)]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[freebsd php5]]></category> <category><![CDATA[freebsd php5 errors]]></category> <category><![CDATA[freebsd ports]]></category> <category><![CDATA[freebsd ports collection]]></category> <category><![CDATA[hash]]></category> <category><![CDATA[index references]]></category> <category><![CDATA[json]]></category> <category><![CDATA[pcre]]></category> <category><![CDATA[php 5]]></category> <category><![CDATA[php version]]></category> <category><![CDATA[php5]]></category> <category><![CDATA[ports]]></category> <category><![CDATA[portupgrade]]></category> <category><![CDATA[portupgrade command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=2956</guid> <description><![CDATA[<p><div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/squid/' title='See all Squid related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/squid-logo.png' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> I'm trying to upgrade my PHP version from 5.2.6 to 5.2.8 using portupgrade command. But I'm getting following errors:<br
/><blockquote>*** Error code 1
Stop in /usr/ports/lang/php5.
*** Error code 1
Stop in /usr/ports/lang/php5.
*** Error code 1
Stop in /usr/ports/lang/php5.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.42275.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=php5-pcre-5.2.6_2 UPGRADE_PORT_VER=5.2.6_2 make reinstall
--->  Restoring the old version
pkg_add: warning: package 'php5-pcre-5.2.6_2' requires 'php5-5.2.8', but 'php5-pcre-5.2.6_2' is installed
** Fix the installation problem and try again.
[Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 62 packages found (-0 +1) . done]
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! lang/php5 (php5-pcre-5.2.6_2)	(install error)</blockquote> How do I fix this problem and upgrade php5-pcre?</p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/freebsd-pkg_add-php5-pcre-526-errors/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>FreeBSD Configure Apache PHP with mod_fastcgi Module</title><link>http://www.cyberciti.biz/faq/freebsd-apache-php-mod_fastcgi-tutorial/</link> <comments>http://www.cyberciti.biz/faq/freebsd-apache-php-mod_fastcgi-tutorial/#comments</comments> <pubDate>Wed, 08 Oct 2008 16:02:45 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[apache http server]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[fastcgi]]></category> <category><![CDATA[freebsd install php xcache]]></category> <category><![CDATA[freebsd php fastcgi]]></category> <category><![CDATA[freebsd php5]]></category> <category><![CDATA[freebsd php5 fastcgi]]></category> <category><![CDATA[Freebsd restart apache]]></category> <category><![CDATA[FreeBSD setup apache]]></category> <category><![CDATA[restart apache web server]]></category> <category><![CDATA[xcache]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=2039</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/freebsd/' title='See all FreeBSD related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/freebsd_logo_sm.png' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> How do I configure and Install Apache web server with PHP5 and mod_fastcgi to get faster PHP access under FreeBSD server?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/freebsd-apache-php-mod_fastcgi-tutorial/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
