Re: php5, unable to use pcre module

2005-04-21 Thread Anish Mistry
On Thursday 21 April 2005 10:59 pm, you wrote: > Hi. Thanks for the suggestion: > > It looks like your module versions are out of date. Try to > > recompile apache and all your php extensions. > > I tried to accomplish this by doing: > cd /usr/ports/lang/php5 > make deinstall > cd /usr/ports/lang

Re: php5, unable to use pcre module

2005-04-21 Thread Stephen Kelly
Hi. Thanks for the suggestion: > It looks like your module versions are out of date. Try to recompile > apache and all your php extensions. I tried to accomplish this by doing: cd /usr/ports/lang/php5 make deinstall cd /usr/ports/lang/php5-extensions make deinstall cd /usr/ports/www/apache2 mak

Re: php5, unable to use pcre module

2005-04-20 Thread Anish Mistry
On Wednesday 20 April 2005 11:07 pm, Stephen Kelly wrote: > Hi All, > > I'm using freebsd 5.3, apache2, and php5. I was getting the > following error from one of my php scripts: > > Fatal error: Call to undefined function preg_match() > > So, after looking around on various lists, I determined tha

php5, unable to use pcre module

2005-04-20 Thread Stephen Kelly
Hi All, I'm using freebsd 5.3, apache2, and php5. I was getting the following error from one of my php scripts: Fatal error: Call to undefined function preg_match() So, after looking around on various lists, I determined that I needed to install php5-pcre, so I installed the ports /usr/port/dev