However attempting a very simple handler I get the following error in the apache log :
[Thu Jun 17 13:50:55 2004] [error] Can't load '/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/auto/Apache/Request/Req
[Thu Jun 17 13:50:55 2004] [error] Undefined subroutine &Pukka::handler called.
I have re-installed apreq and Apache::Request as recommended by some google results but I still get the problem.
Any more suggestions?
Apache, Apache::MVC, Apache::Request and apreq are all installed.
There is only one apache installed
umm..... (Score:2)
No, I didn't run ldconfig afterwoods.
Oh dear
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Building Maypole (Score:2)
Then I have to install Class::DBI::AsForm manually as the tests appear to be broken.
Writing Makefile for Class::DBI::AsForm cp AsForm.pm blib/lib/Class/DBI/AsForm.pm Manifying blib/man3/Class::DBI::AsForm.3pm /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..4
ok 1 - use Class::DBI::AsForm;
Can't @JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
working now (Score:2)
great.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:working now (Score:1)
That's exactly what I did yesterday. Is there a chance you're me? Are you wearing a blue shirt with a white camel on the back today?