From owner-freebsd-questions Wed Oct 30 14:07:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04055 for questions-outgoing; Wed, 30 Oct 1996 14:07:29 -0800 (PST) Received: from netcom13.netcom.com (delta1@netcom13.netcom.com [192.100.81.125]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA04049 for ; Wed, 30 Oct 1996 14:07:26 -0800 (PST) Received: from localhost (delta1@localhost) by netcom13.netcom.com (8.6.13/Netcom) id QAA01233; Wed, 30 Oct 1996 16:07:22 -0600 Message-Id: <199610302207.QAA01233@netcom13.netcom.com> To: Craig Shrimpton cc: questions@freebsd.org Subject: Re: wu-ftpd 2.4.2 beta 11 Date: Wed, 30 Oct 96 16:07:21 -0800 From: Randall Raemon Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Craig Shrimpton writes > Howdy, > > Did anyone ever get the beta wu-ftpd to compile on FBSD? Mine is looking > for vers.c which it can't find. Is this FBSD or is wu-ftpd simply > missing code? Neither... vers.c is a part of the wu-ftp code. Your build is failing in a prior compile step, and the vers.c code isn't being compiled as a result. As I remember, there is a routine in wu-ftp that has the same name as a routine in the FBSD libraries and includes. The prototypes are a near match, but I didn't check to see if they were the same. I simply renamed the wu-ftp routine, as the code was called in only about 3 places. It compiled clean after that. Good luck... -- Randall Raemon delta1@netcom.com