Grant wrote:
I tracked down an unofficial mod_perl-2.0.0rc5 ebuild and followed
this stuff to the letter:

http://perl.apache.org/docs/2.0/rename.html

but got nothing but 500s.  You're right it doesn't make sense to track
down segfaults for old software, but upgrading right now seems
impossible.  I'm backing way off this.  Thanks for your help though.

Or you could explain what the problems are, posting the relevant bits of your error_log so we could help you fix the problems. Mind you, 2.0.0 is planned to be released next week.


I should have explained Interchange::Link.  I bet the best way to do
that is show you its config block in httpd.conf:

<Location />
SetHandler perl-script
PerlResponseHandler Interchange::Link
PerlOptions +GlobalRequest
PerlSetVar InterchangeServer /usr/local/interchange/etc/socket
</Location>

I use the open-source Interchange shopping cart:

http://www.icdevgroup.org

But I thought the error was indicating that you are using ModPerl::Registry?

failed to resolve handler `Interchange::Link': Can't locate
ModPerl/Registry.pm in @INC (@INC contains

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