David, thank you very much!
> > 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? > > Try to put /usr/local/apache/bin in your $PATH, ie.: > # export PATH=$PATH:/usr/local/apache/bin > # ./mkall > > also check the result of php-config --extension-dir, it should match an existing >directory, and the line containing "extension_dir =" in your php.ini It worked! I also supplied the path to my midgard-config directory and added the complete path to my php4 extensions directory. Regards, Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
