Re: problem preparser.c
Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
Team14 <[email protected]> wrote: > I got a problem while installing the php4 module: > > #./mkall --with-apxs=/usr/local/apache2/bin/apxs --with-apr > config=/usr/local/apache2/bin/apr-config > > /root/Midgard_AllinOne/midgard-php4-1.6.3/preparser.c:332: > `original_active_op_array' undeclared (first use in this function) > /root/Midgard_AllinOne/midgard-php4-1.6.3/preparser.c:333: > `original_function_state_ptr' undeclared (first use in this function) > /root/Midgard_AllinOne/midgard-php4-1.6.3/preparser.c:337: `retval' undeclared > (first use in this function) > make: *** [preparser.lo] Error 1 > > if someone could help me. Thanks distro? php version? php development files or packages with the same version as php itself? Looks like some problem with php header files. retval is "automagic" Zend's variable. Piotras