James Mackay wrote: > > your extension_dir is probably not set. > > Was this not the point of ./mkall?
Nope. the extension_dir is a php.ini setting. The php install should have set this to the path returned by 'php-config --extension-dir' (but rarely does). > Midgard.so cannot be found on the server? The default php.ini path is './', and php can't find the midgard extension there. Set extension_dir to the path returned by 'php-config --extension-dir' and try again. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
