From owner-freebsd-small@FreeBSD.ORG Thu Feb 3 13:10:24 2005 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E1116A4D0 for ; Thu, 3 Feb 2005 13:10:24 +0000 (GMT) Received: from ithnet.com (mail3.ithnet.com [217.64.64.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 706BD43D48 for ; Thu, 3 Feb 2005 13:10:18 +0000 (GMT) (envelope-from f.kruegl@mc-lindinger.de) Received: (qmail 5267 invoked by uid 0); 3 Feb 2005 13:10:16 -0000 Received: from f.kruegl@mc-lindinger.de by heather-ng (Processed in 0.270785 secs); 03 Feb 2005 13:10:16 -0000 X-Spam-Status: No, hits=-6.2 required=5.0 X-Virus-Status: No Received: from unknown (HELO proxy.dev.mc-lindinger.de) (217.229.144.181) by heather-ng.ithnet.com with SMTP; 3 Feb 2005 13:10:16 -0000 X-Sender-Authentication: SMTPafterPOP by from 217.229.144.181 Received: from alf.sysi.mc-lindinger.de (alf.sysi.mc-lindinger.de [192.168.38.29])SMTP id j13DAFj3027762; Thu, 3 Feb 2005 14:10:15 +0100 Date: Thu, 3 Feb 2005 14:10:13 +0100 From: Florian Kruegl To: "Oldno7 (Guillermo Hernandez)" Message-Id: <20050203141013.0cf92d64.f.kruegl@mc-lindinger.de> In-Reply-To: <42021CAA.8030009@QuerySoft.es> References: <42021CAA.8030009@QuerySoft.es> Organization: MC-Lindinger X-Mailer: Sylpheed version 1.0.0-gtk2-20041224 (GTK+ 2.4.14; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.29.0.8; VDF 6.29.0.100 cc: freebsd-small@freebsd.org Subject: Re: crunching pptp X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 13:10:24 -0000 Hi Guillermo, try using mpd which is also capable of handling PPtP connections as server and as a client. add this to your crunch.conf -------------------------schanipp------------------------- progs mpd special mpd srcdir /usr/ports/net/mpd/work/mpd-3.18/src libs -lnetgraph libs -lradius libs -lssl libs -lcrypto -------------------------schanipp------------------------- go to /usr/ports/net/mpd/ and do a 'make configure' and it should be fine. greetings Flo On Thu, 03 Feb 2005 14:44:26 +0200 "Oldno7 (Guillermo Hernandez)" wrote: > hi all!!!! > I'm trying to crunch a port app. (pptp-client). I've copied the source > down the /usr/src tree and tried to crunch it, but > the build doesn't find the .o files. > Obviously I'm missing or missunderstanding something. Could anyone, > please, point me in the right direction to crunch > an app that does not belong to the base system? > I'm trying first to build it in a 4.11 Stable system. > T.I.A. > _______________________________________________ > freebsd-small@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-small > To unsubscribe, send any mail to "freebsd-small-unsubscribe@freebsd.org" >