|
[root@localhost webapp]# ./support/buildconf.sh
--- Checking "autoconf" version
autoconf version 2.57 detected.
--- Cannot run APR "buildconf" script
If you need to build the WebApp module for Apache 1.3
you will have to download the APR library sources from
http://apr.apache.org/ and run its "buildconf" script
# cd [path to APR sources]
# ./buildconf
# cd [path to WebApp sources]
Then remember to run the WebApp "configure" script
specifying the "--with-apr=[path to APR sources]" extra
command line option.
--- Creating WebApp "configure" script
Creating configure ...
--- All done
[root@localhost webapp]# ./configure
Configuring WebApp Module
+ checking build system type... i586-pc-linux-gnu
+ checking host system type... i586-pc-linux-gnu
+ checking for sources directory path... /usr/local/webapp
+ checking for build directory path... /usr/local/webapp
Checking Apache APXS
+ checking for apxs name... apxs
+ checking for apxs... no
+ checking for apxs availability... configure: error: cannot find apxs "apxs"
@@@
What's problem??? |
|