Re:[Solved but] need help with 64bit Apache2::Request

2008-10-02 Thread P.V.Anthony
[EMAIL PROTECTED] wrote: > My machines are not using hardened, and both have gcc 4.1.2 (gentoos > 4.1.2 p1.1) That line should actually be LoadModule, not Load Module too. Thanks and noted. > I have it running on an AMD BE-2350, and an AMD Turion MK-36. Apache, > mod_perl and libapreq are all

Re: need help with 64bit Apache2::Request

2008-10-02 Thread adam . prime
Quoting "P.V.Anthony" <[EMAIL PROTECTED]>: [EMAIL PROTECTED] wrote: Do you have the LoadModule line in your httpd.conf on the 64bit install? Load Module apreq_module modules/mod_apreq2.so I've installed it fine on an amd64 on gentoo. This is great news. So I must be doing something wrong.

Re: need help with 64bit Apache2::Request

2008-10-02 Thread P.V.Anthony
[EMAIL PROTECTED] wrote: > Do you have the LoadModule line in your httpd.conf on the 64bit install? > > Load Module apreq_module modules/mod_apreq2.so > > I've installed it fine on an amd64 on gentoo. This is great news. So I must be doing something wrong. The "Load Module apreq_module modules/

Re: need help with 64bit Apache2::Request

2008-10-02 Thread adam . prime
Do you have the LoadModule line in your httpd.conf on the 64bit install? Load Module apreq_module modules/mod_apreq2.so I've installed it fine on an amd64 on gentoo. Adam

need help with 64bit Apache2::Request

2008-10-02 Thread P.V.Anthony
Hi, Currently I am just not able to get Apache2::Request to work on Gentoo 64bit linux. Did an install libapreq2-2.08 and all compiled fine. Did the following test using a simple perl script as follows, perl test.pl The contents of test.pl is as follows. --- start --