Brad Bonkoski wrote:
Any insights or tips into this?

httpd: Syntax error on line 232 of /home/www/conf/httpd.conf: Cannot load /home/www/modules/libphp5.so into server: /home/www/modules/libphp5.so: undefined symbol: _pcre_ucp_findprop

The pcre reference would point to this: http://www.php.net/pcre

Did you copy this .so file from another machine onto this one? I suspect the compiled version has pcre support built into it, but the machine you're trying to run it on doesn't have the necessary libraries.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to