Hi everyone,
I'm using openSUSE 11.1, KDE

I'm trying to install the module Apache2::Request to my OS. After the gzip -dc libapreq2-2.12.tar.gz | tar -xof - I typed in Shell these (as shown in INSTALLATION document of module): perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs Then something goes wrong, make doesn't work saying: make: *** No targets specified and no makefile found. Stop..
I think the problem is in the command perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs in section .../path/to/apache2/bin/apxs . What does mean ./path/to/apache2/bin/apxs? Maybe I should write the path to apache2 which contains a file named apxs? I did not find such file apxs. My apache2 path is /etc/apache2, but there is no file named apxs... I can not figure out the solution, please help.

Result for perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs:
Code:
my-hostname:/windows/E/LAMP/Perl_Modules/Apache2--Request/libapreq2-2.12 # perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs
perl: 5.10.0 ok
mod_perl2: 2.000004 ok
Apache::Test: 1.31 ok
ExtUtils::MakeMaker: 6.56 ok
ExtUtils::XSBuilder: 0.28 ok
Test::More: 0.94 ok
./configure --enable-perl-glue --with-apache2-apxs="/path/to/apache2/bin/apxs" --with-perl="/usr/bin/perl"
sh: ./configure: Permission denied