Your wright,

there are 2 php 4 versions on my system.. an 4.0pl1 and a 4.0.6
somthing has gone wrong with the update :-(

goning to fix it.
Leo


>>> [EMAIL PROTECTED] 5-10-2001 14:00:05 >>>
L Arnts wrote:

> This works, but got a new error,
> 
> Warning: midgard: Unable to initialize module Module compiled with debug=0, 
>thread-safety=0 module API=20001214 PHP compiled with debug=0, thread-safety=0 module 
>API=20001222 These options need to match in /usr/lib/apache/midgard-root.php on line 
>12
> 
> Fatal error: Call to undefined function: mgd_get_midgard() in 
>/usr/lib/apache/midgard-root.php on line 14

It's still not working properly. A few things:

- remove the lines 
   if(!function_exists("mgd_get_midgard")) {
      dl("midgard.so");
   }
 from your midgard-root.php for the moment.

- You must have two PHP build environments conflicting. What the above
error is saying is that midgard.so was compiled against an older php4;
it could well be a left-over from an earlier experiment. Remove
midgard.so and rerun mkall, and see if it returns.

- If you have (an up to date) locate, try
   'locate phpize | grep phpize$'. If you find more than one, you've
   got an older php4 around.

Emile

Please reply to the list



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to