Emile, thank you.
> The extension_dir in your php.in is set to './'. Change it to the return > value of 'php-config --extension-dir'. No idea why PHP ships with the > default value of ./. > > > I tried to configure midgard-php4 as a module then: > > > > linux:~/midgard-php4-1.4.2-1 # ./mkall > > > > and get this error: > > > > apxs not in PATH > > > > I tried to supply the correct path > > --with-apxs=/usr/local/apache/bin/apxs but it still did not work fine. > > Is there anyone who can help? > > 1.4.2 needs apxs to be in your PATH, so: > > $ PATH="$PATH:/usr/local/apache/bin/" ./mkall > > The next release will support the --with-apxs flag (it's allready in > CVS). It worked! I also supplied the path to my midgard-config directory and added the complete path to my php4 extensions directory as you suggested. Regards, Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
