http://localhost/otrs/installer.pl will not be executed

Hello, I had to move my installation from Linux to Solaris (SPARC) When I try to open http://localhost/otrs/installer.pl, I see the file contents, but nothing will be executed. I made a sample: #!/usr/bin/perl -w use strict; my $r = shift; $r->send_http_header('text/html'); $r->print("works!!!\n"); this works pretty fine Any ideas? Regards Uwe PS: perl, v5.8.0 built for sun4-solaris

On Wed, Sep 24, 2003 at 06:50:47PM +0200, Ortner, Uwe wrote:
Hello,
I had to move my installation from Linux to Solaris (SPARC)
When I try to open http://localhost/otrs/installer.pl, I see the file contents, but nothing will be executed.
your apache isn't configured properly. consult the apache docs about this.
I made a sample: #!/usr/bin/perl -w use strict; my $r = shift; $r->send_http_header('text/html'); $r->print("works!!!\n");
this works pretty fine
Any ideas?
Regards Uwe
PS: perl, v5.8.0 built for sun4-solaris _______________________________________________ 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 Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- Regards, Wiktor Wodecki

Am Don, 2003-09-25 um 10.03 schrieb Wiktor Wodecki:
On Wed, Sep 24, 2003 at 06:50:47PM +0200, Ortner, Uwe wrote:
Hello,
I had to move my installation from Linux to Solaris (SPARC)
When I try to open http://localhost/otrs/installer.pl, I see the file contents, but nothing will be executed.
your apache isn't configured properly. consult the apache docs about this.
any hints?
I made a sample: #!/usr/bin/perl -w use strict; my $r = shift; $r->send_http_header('text/html'); $r->print("works!!!\n");
this works pretty fine
as you can see, this script works!? Regards Uwe

On Thu, Sep 25, 2003 at 10:56:42AM +0200, Ortner, Uwe wrote:
Am Don, 2003-09-25 um 10.03 schrieb Wiktor Wodecki:
On Wed, Sep 24, 2003 at 06:50:47PM +0200, Ortner, Uwe wrote:
Hello,
I had to move my installation from Linux to Solaris (SPARC)
When I try to open http://localhost/otrs/installer.pl, I see the file contents, but nothing will be executed.
your apache isn't configured properly. consult the apache docs about this.
any hints?
well, the server doesn't recognize that it has to parse the .pl files through perl. Probably mod_perl isn't installed or the aproperiate mapping isn't working. Did you made all the steps neccessary as stated in the INSTALL file? -- Regards, Wiktor Wodecki
participants (2)
-
Ortner, Uwe
-
Wiktor Wodecki