WC -Sx- Jones wrote:

On Monday, June 2, 2003, at 09:19 PM, Stas Bekman wrote:


Have you looked?

http://perl.apache.org/dist/mod_perl-2.0-current/lib/Apache/Status.pm



Yes, of course. :)


My question: Was it not installed when I built mod_perl2 ?


So, on my server I looked for Apache -- [ results edited to remove ../docs and $HOME matches ]

# find / -name Apache -print
...
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris-thread-multi-64int/ auto/Apache
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris-thread-multi-64int/ Apache
...


Then I looked for Status -

# find / -name Status -print

it should be either:


find / -name Status.pm -print

or

find / -name "Status*" -print

( nothing is returned... )


Therefore it was not built when I installed mod_perl 2.

run 'make install' and see whether it gets installed. I think if you correctly use find's syntax you will find it.


It sure thing gets installed on my machine:

find /home/stas/perl/blead | grep Apache/Status.pm
/home/stas/perl/blead/lib/site_perl/5.9.0/i686-linux/Apache/Status.pm
/home/stas/perl/blead/lib/site_perl/5.9.0/i686-linux/Apache2/Apache/Status.pm

The first one is from mod_perl-1.27 distro, the second one is from mod_perl-1.99_09 distro.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to