Problem with libapreq2-2.12

2009-05-21 Thread mod_perl User
Hi, While trying to install libapreq2-2.12 with mod_perl2/Apache2 in Solaris10, please help. # make Making all in . Making all in include make all-am Making all in library make all-am Making all in module Making all in apache2 make: Fatal error: Don't know how to make target `all-local'

Web Agent

2009-02-02 Thread mod_perl User
Hi, I am facing problem in RSA Web Agent 5.3 software. I got to install RSA Authentication on Apache web service for the first time. Find below the step done, 1. Configured Virtual Host to port 443 2. Installed mod_ssl and RSA WebAgent 5.3 on Apache2 (acetest is authentication successfull

Error While installing Data::Dumper module

2008-12-24 Thread mod_perl User
Hello, I tried installing Data::Dumper module, getting error when i make the file. >make cc -c-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff-DVERSION=\"2.121\" -DXS_VERSION=\"2.121\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Dum

Problem - Missing input data

2008-12-17 Thread mod_perl User
Hi !! I am facing problem in mod_perl2.0 while opening an handler Code as follows, my $r = Apache2::Request->new(shift, POST_MAX => 10 * 1024 * 1024);my $status = $r->parse(); Getting $status as 'Missing Input Data' Could you pls help me out!!! Thanks in advance!! __