Results 1 to 3 of 3
Cutting straight to the chase...
Installed php 5 (dev-lang/php), configured apache to use php (-D PHP5), setup mysql (and is working properly).
Code:
<?php
phpinfo();
?>
Returns the proper info.
...
- 04-10-2006 #1
Issues with phpbb & php
Cutting straight to the chase...
Installed php 5 (dev-lang/php), configured apache to use php (-D PHP5), setup mysql (and is working properly).
Returns the proper info.Code:<?php phpinfo(); ?>
Yet, I emerged phpBB & tried to install it via the install scipt in /var/www/localhost/htdocs/phpBB/install/install.php
But it returns this error:
Research shows that I needed to use the "pcre" flag. I tried that with no success.Code:Fatal error: Call to undefined function preg_match() in /var/www/localhost/htdocs/phpBB/install/install.php on line 206
I then added the "session" & "mysql", then removed "recode". I had to remove recode as it was conflicting with the "mysql" flag.
That made no difference.
What do I do? I seem to have exhausted almost all options.
Thanks guys,
~weed"Time has more than one meaning, and is more than one dimension" - /.unknown
--Registered Linux user #396583--
- 02-01-2007 #2Just Joined!
- Join Date
- Feb 2007
- Posts
- 1
Perhaps you do'nt have this PB but I had the same (preg_match ... not found) and after recompil php with pcre and restart apache I didn't have this PB anymore.
Do you try to restart apache after recompiling php ?
David
- 02-02-2007 #3Linux Newbie
- Join Date
- Dec 2006
- Posts
- 105


Reply With Quote
