In <00c501c20279$0f857ca0$0300000a@globalnet>, "John Harman" <[EMAIL PROTECTED]> writes: > I've got Analog running on a linux box (if i go to the directory and type ./analog) >and am > trying to get it to run from the .cgi script but not having any luck. Reading the >docs I > presume that it is connected to the ./ problem - any ideas how I modify the cgi >script to run > analog when it requires ./
You should specify the full path of the analog binary. (If you include . in your path, or move the analog binary to a directory in your path, then just typing analog on the command line will work, too, but for CGIs it is recommended to always fully qualify the path.) -- Klaus Johannes Rusch [EMAIL PROTECTED] http://www.atmedia.net/KlausRusch/ +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
