Path: utzoo!attcan!lsuc!sp90!sp90.uucp!sanand From: sanand@sp90.uucp Newsgroups: comp.unix.xenix Subject: Re: gif viewer (gif.c) Message-ID: <1990Aug6.025828.169@sp90.uucp> Date: 6 Aug 90 02:58:28 GMT Sender: sanand@sp90.uucp Organization: Sanand Patel Lines: 25 > I compiled the gif.c that was posted to the net a while back > but in the comments of the program it said I needed to set the variables > CGIPATH and CGIDISP. I have cgi installed on my xenix/386 2.3.2 > but I don't know what to set these values to. If anyone has any > ideas could you let me know? I have a vga and set CGIDISP to vga > but I don't know what CGIPATH is supposed to be, for that matter > I really don't know what CGIDISP is supposed to be. I have RTFMed > till I'm blue in the face but I must be missing something. > Any help would be greatly appeciated. > > > -- > +--------[ Paul Martin at P.S.M. Software Development ]--------+ > | Smart: pmartin@psmsd.UUCP | "Yes I am serious, and don't | > | Dumb: ...uccba!psmsd!pmartin | call me Shirley!" | > +-------------------------------+------------------------------+ > In my .login file I have: setenv CGIDISP "vga16 `tty`" setenv CGIPATH /usr/lib/cgi One variable is the tty and type of tty you are on. The other locates where you have installed the cgi libraries (from SCO).