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