Problems running the Web Interface
If you are having trouble running the web interface, do the following:
1) Check to make sure that your web server is correctly configured to run CGI programs.
2) Open on a command window, change directory to the directory with the web interface scripts. You are looking for a file called "lyris.pl". Once there, enter "perl -v". You should see the text
"This is Perl, version 5.00x" and some copyright information. Then, enter the command "perl lyris.pl". If you see some HTML codes displayed onscreen, then the problem is likely with your Web server
CGI configuration. Consult the section in your web server manual about CGI programs, and Perl programs in particular. If you do not see any HTML, you should have received an error message that
should point to the cause of the problem.
|