trouble in installing module Apache2::Request

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:

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

Hi
Build it on your linux partition, not your windows ntfs one, you
probably don’t have write permissions on the ntfs device? Your better
off to use cpan or cpanspec to create an rpm.

Else download the already built one?
http://software.opensuse.org/search?q=perl-apache2-request&baseproject=openSUSE%3A11.2&exclude_filter=home%3A&exclude_debuginfo=true


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.3 RC 1 (i586) Kernel 2.6.34-9-desktop
up 18:24, 3 users, load average: 1.02, 0.46, 0.27
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

This was allready advised to you on an earlier post. I do not hope that you create a loop here: advise from person one to use Linux native fs, you making a new thread, advise from person two to use Linux native fs, …

Sorry for looping… I fixed this bug and now I’m installing from the linux partitions… I downloaded builded one (Software.openSUSE.org) and installed it. Now, I have an installed Apache2::Request.
I tried to search from http://software.opensuse.org/search, my search-text was Apache2::Request and search result was 0, if I made a search with text perl-Apache2-Request the result would be true… anyway, for beginners (like me) it will be better if http://software.opensuse.org/search site search engine searchs for any word, not exact as now… I will write about this to webmaster@opensuse.org.

tnx again