I have enabled mod_perl for apache2, and that appears
to be working fine.  Now I need to get a mod_perl
module called Interchange::Link running.  It is
supposed to let me access my pages like this:

mydomain.com/sample.html 

instead of this: 

mydomain.com/cgi-bin/catalog/sample.html 

Since the former still doesn't work, I don't think the
module is loading properly.  I think where I'm stuck
is the startup.pl file that is supposed to tell the
system where the Interchange::Link.pm file is. I have
the file in /usr/lib/perl5/site_perl/5.8.2/startup.pl
and it contains:

use lib qw(/usr/lib/perl5/site_perl/5.8.2);1; 

which seems kind of redundant to me, but it seems to
be what the brief Interchange::Link README file asks
for. I then have the following:

/usr/lib/perl5/site_perl/5.8.2/Interchange/Link.pm 

Does anyone see where I might be slipping up? 

 - Grant


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

-- 
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