Apache 2 + libapreq + mod_perl1 = many troubles

Hello !

I’m have here:

RedHat 9.0
httpd-2.0.40-21.9
mod_perl-1.99_07-5

My dependencies:

[root@hoc rt-3-0-8]# perl sbin/rt-test-dependencies --with-mysql --with-modperl1
perl:
5.8.0…found
MASON dependencies:
Params::Validate 0.02…found
Cache::Cache …found
Exception::Class …found
HTML::Mason 1.16…found
MLDBM …found
Errno …found
FreezeThaw …found
Digest::MD5 2.27…found
CGI::Cookie 1.20…found
Storable 2.08…found
Apache::Session 1.53…found
MAILGATE dependencies:
HTML::TreeBuilder …found
HTML::FormatText …found
Getopt::Long …found
LWP::UserAgent …found
MODPERL1 dependencies:
CGI …found
Apache::Request …MISSING
Apache::DBI 0.92…found
CLI dependencies:
Getopt::Long 2.24…found
CORE dependencies:
Digest::MD5 2.27…found
DBI 1.37…found
Test::Inline …found
Class::ReturnValue 0.40…found
DBIx::SearchBuilder 0.95…found
Text::Template …found
File::Spec 0.8…found
HTML::Entities …found
Net::Domain …found
Log::Dispatch 2.0…found
Locale::Maketext 1.06…found
Locale::Maketext::Lexicon 0.32…found
Locale::Maketext::Fuzzy …found
MIME::Entity 5.108…found
Mail::Mailer 1.57…found
Net::SMTP …found
Text::Wrapper …found
Time::ParseDate …found
File::Temp …found
Term::ReadKey …found
Text::Autoformat …found
Text::Quoted 1.3…found
Scalar::Util …found
DEV dependencies:
Regexp::Common …found
Time::HiRes …found
Test::Inline …found
WWW::Mechanize …found
MYSQL dependencies:
DBD::mysql 2.1018…found

My unique dependency is “Apache::Request” that I can’t install by no means…

" Removing previously used /root/.cpan/build/libapreq-1.3

CPAN.pm: Going to build J/JO/JOESUF/libapreq-1.3.tar.gz

mod_perl 1.x ( < 1.99) is required at Makefile.PL line 29.
BEGIN failed–compilation aborted at Makefile.PL line 31.
Running make test
Make had some problems, maybe interrupted? Won’t test
Running make install
Make had some problems, maybe interrupted? Won’t install "

So, I’m tried install “libapreq2-2.02_02-dev.tar.gz” and I get…

" build/version_check.pl failed: apache2 version 2.0.40 unsupported (2.0.46 or greater is required).
configure: error: Bad apache2 version "

Well, I don’t want change my rpm’s Apache/mod_perl for source packages, and I need install RT 3.0.8 and for this, I need “libapreq” …

How can I do in this case?

Thank you for any help!

Garak garak@bol.com.br

Hello !

I’m have here:

RedHat 9.0
httpd-2.0.40-21.9
mod_perl-1.99_07-5


My dependencies:

[root@hoc rt-3-0-8]# perl sbin/rt-test-dependencies --with-mysql --with-modperl1

mod_perl-1.99 is really mod_perl2. Rerun your dependency check using --with-modperl2

Michael
Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”

Man !!! I LOVE YOU !!! :=p

Now it’s working !

Thank you so much !
You really save my life !!!

GarakOn Mon, 26 Apr 2004 15:05:16 -0400 “Michael S. Liebman” m-liebman@northwestern.edu wrote:

On Mon, Apr 26, 2004 at 03:49:02PM -0300, Garak wrote:

Hello !

I’m have here:

RedHat 9.0
httpd-2.0.40-21.9
mod_perl-1.99_07-5


My dependencies:

[root@hoc rt-3-0-8]# perl sbin/rt-test-dependencies --with-mysql --with-modperl1

mod_perl-1.99 is really mod_perl2. Rerun your dependency check using --with-modperl2

Michael

Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”

Garak garak@bol.com.br