Skip Menu |

This queue is for tickets about the CGI-Application-Demo CPAN distribution.

Report information
The Basics
Id: 45751
Status: resolved
Priority: 0/
Queue: CGI-Application-Demo

People
Owner: Nobody in particular
Requestors: Lawrence.Hixson [...] noaa.gov
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Other modules and setup files link is broken; therefore cannot finish setup to run demo!
Date: Tue, 05 May 2009 14:49:08 -0400
To: bug-CGI-Application-Demo [...] rt.cpan.org
From: Lawrence Hixson <Lawrence.Hixson [...] noaa.gov>
Please let me know when this is fixed? Thanks, Larry Hixson
Hi Larry On Tue May 05 14:49:42 2009, Lawrence.Hixson@noaa.gov wrote: Show quoted text
> Please let me know when this is fixed?
I can't work out which file/link, exactly, is causing you a problem. Can you give me some a precise indication of what is wrong? TIA.
Hi Larry On Tue May 05 14:49:42 2009, Lawrence.Hixson@noaa.gov wrote: Show quoted text
> Please let me know when this is fixed?
The first line of each CGI script is: #!/usr/local/bin/perl Do you have Perl installed in that location. I don't, I use Debian, which has Perl in /usr/bin/perl, so I can either edit each script, or create a link from /usr/local/bin/perl to /usr/bin/perl. To do the latter, I used: sudo ln -s /usr/bin/perl /usr/local/bin/perl HTH.
Hi Larry On Thu Sep 10 19:23:57 2009, RSAVAGE wrote: Show quoted text
> The first line of each CGI script is: > #!/usr/local/bin/perl
In those days that's where I had it. I've changed all the scripts to use /usr/bin/perl. See the CHANGES file for a credit to you re this matter. V 1.06 contains a great deal of re-written stuff (code, configs, docs). It'll be released in a few days. Cheers
This module no longer exists. See one of: CGI::Application::Demo::Ajax CGI::Application::Demo::Basic CGI::Application::Demo::Dispatch