Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 21:50:46 -0400 (EDT)
From:      "Joe \"Marcus\" Clarke" <marcus@miami.edu>
To:        SunPhreek <xsthree@InfoAve.Net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: ppp -nat woes
Message-ID:  <Pine.OSF.4.10.9910182149160.21821-100000@jaguar.ir.miami.edu>
In-Reply-To: <380BC951.DC390A13@infoave.net>

next in thread | previous in thread | raw e-mail | index | archive | help
You might try using ppp from /usr/sbin.  It is my understanding that
everything in /stand is statically linked.  To save on space, they did not
statically link in the libalias library (needed for -nat).  So, to use
that functionality, you will need to use the dynamic binary in /usr/sbin.
This would be a better way of exec'ing ppp:

/usr/sbin/ppp -background -nat <labelname>

Joe Clarke

On Mon, 18 Oct 1999, SunPhreek wrote:

> 
> Hello all,
> 
> I am wondering what causes ppp -nat to complain:
> 
> Warning cannot load libalias (compiled out)
> 
> This only occurs when I attempt to load ppp
> from cron as: /stand/ppp -nat -background <labelname>
> 
> Is it because the root sh for cron does not have a
> library path reference or something like that?  I need to
> get ppp working from cron if possible.  Any help is greatly
> appreciated.
> 
> Thanks,
> 
> Brian
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9910182149160.21821-100000>