Project

General

Profile

importing mrc.so fails (undefined "zend_get_parameters_

Added by Anonymous over 19 years ago

Hi,

I've installed the mrc.so module according to the manual

but when I try to import it from python I get the following error:

Python 2.4.2 (#1, Oct 11 2005, 19:14:42)

[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on linux2

Type "help", "copyright", "credits" or "license" for more information.

import mrc

Traceback (most recent call last):

File "<stdin>", line 1, in ?

ImportError: ./mrc.so: undefined symbol: zend_get_parameters_ex

I'm using Suse 10.0, php is V 4.4.0, python 2.4.2

Any ideas? Thanks,

Ralph