Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!sdd.hp.com!cs.utexas.edu!uunet!pipex!uknet!mcsun!Germany.EU.net!gmdtub!daemon From: daemon@bigfoot.first.gmd.de (daemon) Newsgroups: comp.os.386bsd.questions Subject: Re: Where can I find ListServ & Gopher ported to 386bsd ? Message-ID: <3477@bigfoot.first.gmd.de> Date: 15 May 93 21:21:31 GMT References: <1993May15.121945.27669@aristo.tau.ac.il> Organization: GMD-FIRST Lines: 11 You can find gopher+1.2b4 at the site "bsd386.first.gmd.de" under "/usr/local/bin" with the name gopher. Login with "guest", password "guest". You can also get the original source of this from your next ftp archive and compile it yourself, only two changes are necessary, in file object/util.c move up the definition of "int DEBUG" before the first usage :-), and in file object/GSgopherobject.c search for the first bcopy and change the third argument from "...length" to a constant "4". That is all for the client. I had not tried out to compile the server.