I found a "apache2-devel" RPM that installed
apxs2 in /usr/sbin/apaxs2. For proof, here is the output:
Code:
[root@server native]# /usr/sbin/apxs2
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>] [-p] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
Now, I run the following:
Code:
./configure --with-apxs=/usr/sbin/apxs2
and at the end I get this:
Code:
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
could not find /usr/sbin/apxs2
configure: error: You must specify a valid --with-apxs path
I obviously just supplied it with the correct path. Why isn't it working?
Recent comments
16 hours 41 min ago
19 hours 37 min ago
20 hours 51 min ago
22 hours 14 min ago
23 hours 52 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago