Check the permissions on analog and the parent directories. It may not have execute permissions for the userid that the web program runs on.
i.e. chmod o+x analog You may need to do this for both '/home' and '/home/analog' as well. Regards Alan Wright IT Support Technician Institute of Behavioural Sciences School of Health & Community Studies University of Derby Mickleover, Derby, DE3 5GX http://ibs.derby.ac.uk/psychology Places still available for MSc Health Psychology 2002. http://ibs.derby.ac.uk/psychology/pg/mschealth.html At 10:47 24/05/2002, you wrote: >Thanks for the info. The path which is specified in line 16 of the >anlgform.pl is $analog = >'/home/analog/analog'; with home/analog being the directory and the last >analog being the >program but I still cannot get it to run from the web. Any ideas? > >thanks again > >John > >----- Original Message ----- >From: "Klaus Johannes Rusch" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: 23 May 2002 20:27 >Subject: Re: [analog-help] ./analog vs analog > > > > 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 .pl 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 > > +------------------------------------------------------------------------ > > > >+------------------------------------------------------------------------ >| 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 >+------------------------------------------------------------------------ +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
