Compilation error for CentOS 5.5, perl-5.10, mp2-current

2011-02-21 Thread Alexander Goller
Hi, i have a problem compiling mod_perl on CentOS, using perl 5.10. Bug report: -8<-- Start Bug Report 8<-- 1. Problem Description: Running make: -c modperl_flags.c && mv modperl_flags.o modperl_flags.lo gcc -I/usr/src/redhat/BUILD/modperl-2.0/

Re: Compilation error for CentOS 5.5, perl-5.10, mp2-current

2011-02-22 Thread Alexander Goller
and am now using the -current version. alex Am 22.02.2011 um 03:35 schrieb Philip M. Gollucci: > On 2/21/2011 12:32 PM, Alexander Goller wrote: > >> Apache2: - >> Apache2::Request : - >> CGI: 3.49 >> ExtUtils::MakeMaker: 6.56, 6.56

Re: Trouble Installing Apache2::Request on Centos 5.5

2011-03-24 Thread Alexander Goller
Hi, find out why libapreq2.so.3 is not existing. It usually links to the library file with the full version number (and maybe you should check if the linker knows about the lib), maybe you just forgot to run ldconfig? cheers, alex On 03/24/2011 03:25 PM, Robert D Oden wrote: I have been stru