Gossamer Forum
Home : Products : Gossamer Links : Discussions :

try out speedy on site5 failed

Quote Reply
try out speedy on site5 failed
  


It is stranger. is the lastest linksql run under speedy?
i have installed speedy on shared host site5.net.
follow the instruction on http://www.webreference.com/new/speedycgi.html


which speedy shows
/usr/bin/which: no speedy in (/usr/kerberos/bin:/usr/lib/courier-imap/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin)

while i put hello.cgi in cgi-bin. it print the correct the result
#!/home/austin/public_html/bin/speedy -w -- -t60
print "Content-type: text/html\n\n";
print "<HTML><HEAD>\n";
print "hello,world\n";
print "</BODY></HTML>";



while i modify the user.cgi to point its path to #!/home/austin/public_html/bin/speedy -w -- -t60
it return me an error


what is the exact problem for my case?
if the speedy installed correctly?


any help will be appreciated
Quote Reply
Re: [courierb] try out speedy on site5 failed In reply to
i think there is something wrong with the installtion of speedy.

as i i type which speedy, it did not return me expected result.

however when i point perl path to speedy dir path. why a simple script
hello.cgi runs ok?