On Wed, 13 Feb 2002 12:06:57 +0100 "Wolfgang Fellenz" <[EMAIL PROTECTED]> wrote: ... > 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 BR, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
