WOW, Im on the next step. Now is this problem... I dont know If I set good "httpd executable":
Code:
First we need to know where the 'httpd' executable is located.
If you have more than one Apache server is installed, make sure
you supply the path to the one you are going to use for testing.
You can always override this setting at run time via the '-httpd'
option. For example:
% t/TEST -httpd /path/to/alternative/httpd
or via the environment variable APACHE_TEST_HTTPD. For example:
% APACHE_TEST_HTTPD=/path/to/alternative/httpd t/TEST
If for some reason you want to skip the test suite, type: skip
Please provide a full path to 'httpd' executable:
[]
The path '' is not an absolute path. Please specify an absolute path
Please provide a full path to 'httpd' executable:
[] /etc/init.d/apache2
Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the apache installation, and makes
it easier to find things. However it's not available on all platforms,
therefore it's optional.
If you don't have it installed it's not a problem. Just press Enter.
Notice that if you have Apache 2.x installed that script could be
called as 'apxs2'.
If you have more than one Apache server is installed, make sure you
supply the path to the apxs script you are going to use for testing.
You can always override this setting at run time via the '-apxs'
option. For example:
% t/TEST -apxs /path/to/alternative/apxs
or via the environment variable APACHE_TEST_APXS. For example:
% APACHE_TEST_APXS=/path/to/alternative/apxs t/TEST
Please provide a full path to (optional) 'apxs' executable or choose from the following options:
[1] /usr/bin/apxs2
[1]
[warning] running with new config opts: /usr/bin/perl /root/Apache2-Layout-0.6/t/TEST -bugreport -verbose=0 -httpd /etc/init.d/apache2 -apxs /usr/bin/apxs2
[ error] You are using mod_perl response handlers
[ error] but do not have a mod_perl capable Apache.
make: *** [run_tests] Error 1
please, can you help me with this else?
THANK YOU SO MUCH