On Friday 10 August 2007 01:29:02 Valentin Bud wrote:
> > A good ideea would be to build screen static. In case you > update your system, it is possible that the libraries on which screen > depends might be deleted. To do so > # make CONFIGURE_ENV=LDFLAGS="-static" build > # make install > that will create a binary screen which is not dynamically linked with the > libraries. > and of course don't forget man screen This is a good idea. I used screen once when updating the system remotely and I was locked out because of some libraries problem. I had to physically go to the machine to get back in and finish what I was doing. Thanks for the tip. I know I will be making use of it. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"