On Fri, 2003-08-01 at 07:02, Tofu Optimist wrote:
> I'm a linux newbie.  I freshly installed RH 9.
> I built perl 5.8.0 from source.

Go and change your locale from UTF8 to en_US or C.  See this for why:
http://archive.develooper.com/[EMAIL PROTECTED]/msg97360.html

> As non-root, I downloaded source for
> Apache 1.3.28 and mod_perl 1.28
> and built them, using the instructions here
> 
> http://perl.apache.org/docs/1.0/guide/install.html#A_Summary_of_a_Basic_mod_perl_Installation

Okay...

> [Thu Jul 31 18:34:08 2003] [error] [client
> 192.168.1.2] Can't locate object method "content_type"
> via package "Apache::RequestRec" at
> /usr/lib/perl5/site_perl/5.8.0/Apache/HandlerTest.pm
> line 6.!

That's mod_perl 2.  (There is Apache::RequestRec in mod_perl 1.)  You
must have an older one on your box and you are trying to run this
handler with it.  Figure out where you installed mod_perl 1 and use that
instead.

- Perrin

Reply via email to