Web Hosting Talk







View Full Version : OpenSRS install probs


infinite
04-26-2002, 08:21 PM
I'm trying to install OpenSRS, I can use verify_install.cgi on the command line with perl, but when I use my web browser, I get a 500 error and this in my error log

--
failed to open log file
fopen: Permission denied
[Sat Apr 27 00:59:43 2002] [error] [client 62.255.64.5] Premature end of script headers: /home/myuserdir/cgi-bin/verify_install.cgi
--

whats that about? what log file is it trying to use? :eek:

Thanks for any help :D

sodapopinski
04-27-2002, 12:12 AM
try to type perl -c verify_install.cgi.
I guess one of the basic perl module are not installed

rey
04-27-2002, 01:16 AM
cgi script is tricky sometime. You may want to make sure that when you transfer it, you use the ascii type. :)

infinite
04-28-2002, 09:50 AM
I think it was one of the perl modules that were ftp'ed in the wrong mode, so I just got the whole tarball and unzipped it on the server, all seems good now!

Cheers!:cool: