pp wrote: > > After some fidiling around, I get this: > > /usr/sbin/apache: relocation error: /usr/lib/php4/20010901/midgard.so: undefined > > symbol: php_if_mgd_get_element > > /usr/sbin/apache: relocation error: /usr/lib/php4/20010901/midgard.so: undefined > > symbol: php_if_mgd_get_element > > /usr/sbin/apache: relocation error: /usr/lib/php4/20010901/midgard.so: undefined > > symbol: php_if_mgd_get_element > > > > I think I'll try compiling midgard-php from source now, have been using the deps > > posted. > > Just for information: > I got debian sid , and installed midgard 1.4.2 from deb files. > I just checked , and everything seems to work fine.
It's a PHP406 vs PHP407 issue. PHP407 changes internal names from php_if_whatever to zif_whatever. I've used their own macros now instead of hardcoding that name (bad practice anyway) and that ought to handle it. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
