
Unfortunately the performance of OTRS is becoming a problem, so we're looking at getting mod_perl going on our OTRS system which is on OS X. We have so far not been successful getting mod_perl going. We're now running Apache 2.0.46 and Perl 5.8.0 but can't get mod_perl to run and yet have OTRS get up as well. Anyone here using mod_perl with OTRS in OSX 10.2? Would love to know the secret. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com

Hi Wes, could you give me some more info regarding this problem, like apache error_logs, etc... I have had enough problems with mod_perl so i maybe able to help you. Maarten -----Oorspronkelijk bericht----- Van: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]Namens Wes Plate Verzonden: maandag 9 juni 2003 8:11 Aan: otrs@otrs.org Onderwerp: [otrs] mod_perl on MacOS X 10.2? Unfortunately the performance of OTRS is becoming a problem, so we're looking at getting mod_perl going on our OTRS system which is on OS X. We have so far not been successful getting mod_perl going. We're now running Apache 2.0.46 and Perl 5.8.0 but can't get mod_perl to run and yet have OTRS get up as well. Anyone here using mod_perl with OTRS in OSX 10.2? Would love to know the secret. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

On 6/9/03 1:11 AM, "Maarten Engelen" wrote:
could you give me some more info regarding this problem, like apache error_logs, etc... I have had enough problems with mod_perl so i maybe able to help you.
Once mod_perl is enabled and we try to start up apache2, we get this error in the apache2 log: [Sun Jun 08 21:04:31 2003] [error] failed to resolve handler `Apache::Registry' [Sun Jun 08 21:04:31 2003] [error] [client 66.14.134.209] Can't locate Apache/Registry.pm in @INC (@INC contains: /System/Library/Perl/darwin-thread-multi /System/Library/Perl /Library/Perl/darwin-thread-multi /Library/Perl /Library/Perl /Network/Library/Perl/darwin-thread-multi /Network/Library/Perl /Network/Library/Perl .) at (eval 1) line 3. We tried a number of things to work around it, but that was a bad idea because we were spiraling out of control with errors of files and commands apache2 couldn¹t find. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com

Am Montag, 9. Juni 2003 15:36 schrieb Wes Plate:
On 6/9/03 1:11 AM, "Maarten Engelen" wrote:
could you give me some more info regarding this problem, like apache error_logs, etc... I have had enough problems with mod_perl so i maybe able to help you.
Once mod_perl is enabled and we try to start up apache2, we get this error in the apache2 log:
[Sun Jun 08 21:04:31 2003] [error] failed to resolve handler `Apache::Registry'
Just install the Module via CPAN. perl -MCPAN -e'shell' install Apache::Registry Timo

On 6/9/03 6:45 AM, "Timo Eckert" wrote:
Just install the Module via CPAN.
perl -MCPAN -e'shell'
install Apache::Registry
Yeah, I'm afraid that didn't work. As I recall it needed the apache2 src directory, which we don't have. We got apache2 from here... http://www.serverlogistics.com/apache2.php Maybe our real problem lies there. -- Wes Plate Automatic Duck, Inc. http://www.wesplate.com http://www.automaticduck.com

Hi Wes, On Mon, Jun 09, 2003 at 06:54:27AM -0700, Wes Plate wrote:
Just install the Module via CPAN.
perl -MCPAN -e'shell'
install Apache::Registry
Yeah, I'm afraid that didn't work. As I recall it needed the apache2 src directory, which we don't have. We got apache2 from here... http://www.serverlogistics.com/apache2.php
Maybe our real problem lies there.
I'm not sure, but Apache::Registry is a mod_perl1 module. Try to include scripts/apache2-httpd.include.conf (for mod_perl2 and with ModPerl::Registry) to your httpd.conf (instead of scripts/apache-httpd.include.conf - for mod_perl1). Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Noch 84 Tage bis zum Gäubodenvolksfest! ;-)
participants (4)
-
Maarten Engelen
-
Martin Edenhofer
-
Timo Eckert
-
Wes Plate