Re: ERROR not an SCCS file (co1)

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Mon, 21 Sep 1998 16:22:41 -0700


>I just installed libwww on my Sun Ultra running Solaris 2.5. When I type
>in something like:
>
>	get http://www.ics.uci.edu/
>
>It gives the following text on my xterm:
>
>	ERROR [http://www.ics.uci.edu]: not an SCCS file (co1)
>
>and dies.....
>
>any idea about what could have caused this? I am accessing outside
>with a proxy.

Yes, the command "get" is part of SCCS and is in your Unix path
before the libwww-perl.  Rename the libwww-perl "get" to "GET"
and it will work fine in upper case.

....Roy