Re: Error loading module php_mapscript.so (zend_hash_internal_pointer_reset_ex)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2006-03-22 at 18:47, Fósforo wrote:
> Hi,
> 
> I just have compiled a module for my webserver, added it to
> httpd.conf, but apache gives me an error when i try to start it:
> 
> root@servidor:/var/www/html/laget/servlet# apachectl configtest
> Syntax error on line 241 of /etc/apache/httpd.conf:
> Cannot load /usr/libexec/apache/php_mapscript.so into server:
> /usr/libexec/apache/php_mapscript.so: undefined symbol:
> zend_hash_internal_pointer_reset_ex

Looks like you probably have a Zend API version conflict. A precompiled
shared module must shared the same Zend API as the PHP module. Make sure
your using the right .so for your version of PHP.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux