
24 Sep
2003
24 Sep
'03
4:47 p.m.
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