From owner-freebsd-questions Fri Jul 5 07:25:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA19395 for questions-outgoing; Fri, 5 Jul 1996 07:25:24 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA19362 for ; Fri, 5 Jul 1996 07:24:48 -0700 (PDT) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.7.5/8.6.12) id QAA03345; Fri, 5 Jul 1996 16:22:19 GMT From: Werner Griessl Message-Id: <199607051622.QAA03345@btp1da.phy.uni-bayreuth.de> Subject: Re: wu-ftpd compress... To: dgy@rtd.com (Don Yuniskis) Date: Fri, 5 Jul 1996 16:22:19 +0000 () Cc: questions@freebsd.org In-Reply-To: <199607051410.HAA20523@seagull.rtd.com> from Don Yuniskis at "Jul 5, 96 07:10:22 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > I think you'll find compress is NOT built static (at least it wasn't > > > in 2.1R). You can use gzip (I believe) to give you compress's > > > behaviour, though... > > > > That's correct ! But you can make it static by hand with the -static switch > > to cc > > "cc -static -o compress objlist" > > I did it so. > > Yes. I also rebuilt compress as a static binary. I was merely pointing > this out as you (I believe) were having some problems getting compress > to work under ftp? > > --don > Hi Don, Still have problems with compress (.Z and tar.Z) ! Can you send me your /local/etc/ftp*-files or made them available for me via ftp ? Werner P.S.: Next try: Is anybody out there running the newest stable and have compress working with wu-ftp ?