On Sun, 6 Aug 2006, Philip M. Gollucci wrote:
Please download, test, and VOTE on the following
candidate tarball:
http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz
Builds fine and all tests pass on:
- linux, Apache/2.0.55 prefork, mod_perl 2.02, perl-5.8.7
- Win32, Apa
based on everything that philip mentioned, my guess is that the
modules are not being imported correctly
personally, i solve lib issues in mod_perl as such: i have a 'use
lib' line in startup.pl that calls in my handler lib, and various
external libs
use lib qw(
Philip M. Gollucci wrote:
> Please download, test, and VOTE on the following
> candidate tarball:
>
> http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz
>
> Changes from RC4:
> http://svn.apache.org/viewvc?rev=428216&view=rev (Win32)
>
> http://svn.apache.org/viewv
Please download, test, and VOTE on the following
candidate tarball:
http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz
Changes from RC4:
http://svn.apache.org/viewvc?rev=428216&view=rev (Win32)
http://svn.apache.org/viewvc?rev=428286&view=rev
http://svn
Vladimir S. Tikhonjuk wrote:
> Hi all
>
> I get the next error, when I'm trying to use AuthCookie:
>
> failed to resolve handler Promtelecom::Authentication
You're going to have to give more context to that for us to help.
>
> I put Promtelecom/Authentication.pm into /usr/local/lib/site_perl, w
Hi all
I get the next error, when I'm trying to use AuthCookie:
failed to resolve handler Promtelecom::Authentication
I put Promtelecom/Authentication.pm into /usr/local/lib/site_perl, which
is in my @INC path list.
Here is my httpd.conf:
PerlModule Promtelecom::Authentication
PerlSetV