Hi,

i try to profile my mod_perl script. I setup Apache::SmallProf at my apache2 server.

*add to my httpd.conf:*

<Perl>
  use Apache::DB ();
  Apache::DB->init;
</Perl>

<Location />
    PerlFixupHandler Apache::SmallProf
</Location>

*and starts the apache2 -X *

[notice] Apache::DB initialized in child 25276

*now i try to open a site, but:*

[Fri May 07 23:33:10 2004] [error] [client 192.168.1.1] Can't locate object method "server_root_relative" via package "Apache::RequestRec" at /usr/lib/perl5/vendor_perl/5.8.3/i686-linux/Apache/SmallProf.pm line 25.\n, referer: http://nak2003.local/site/1749638154688210/startseite/aktuelles/news-143.htm

Whats wrong? I could not find any additionaly documentation to Apache::DB - maybe someone could help me here,

Thanks and regards,

--
jens gassmann
Online Software Design - http://www.aisware.de/

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to