Re: [PHP] Error Loading php module

2006-07-31 Thread Chris

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



[PHP] Error Loading php module

2006-07-31 Thread Brad Bonkoski

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


TIA.
-Brad

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



[PHP] Error loading PHP module in Apache 2

2002-12-23 Thread Andrew Schaefer
I have compiled and installed both the newest versions of Apache and PHP
with support for modules so I can use PHP with Apache.  When I try to start
the Apache server I get an error which reads.

Syntax error on line 230 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server:
/usr/local/apache2/modules/libphp4.so: undefined symbol: __dn_expand

I have no idea why it is doing this.  Please, any help would be much
appreciated.  Thank you.

Andrew



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