hello, i'm really lost here
all I want to do is build a php4.0.2 module for my webserver.
i've tried the following (simple):
./configure --with-mysql --with-apxs=/usr/sbin/apxs
hecking for Apache module support via DSO through APXS...
Usage: apxs -g [-S <var>=<val>] -n <modname>
apxs -q [-S <var>=<val>] <query> ...
apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
[-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
[-Wl,<flags>] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
configure: error: Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs
but I AM suppling the path to apxs, and it even starts apxs, but why the hell can't it run apxs? what am I doing wrong here? anyone?
thanks in advance
Emanuel