From owner-freebsd-questions Tue Nov 28 10:59:10 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA26402 for questions-outgoing; Tue, 28 Nov 1995 10:59:10 -0800 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA26394 for ; Tue, 28 Nov 1995 10:59:04 -0800 From: gpalmer@westhill.cdrom.com Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.12) with SMTP id KAA20512; Tue, 28 Nov 1995 10:58:29 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Stout cc: questions@freebsd.org Subject: Re: Multiple IP's...How many? In-reply-to: Your message of "Tue, 28 Nov 1995 10:46:00 GMT." <199511281046.KAA02052@spunky.vpm.com> Date: Tue, 28 Nov 1995 10:58:29 -0800 Message-ID: <20510.817585109@westhill.cdrom.com> Sender: owner-questions@freebsd.org Precedence: bulk Mark Stout wrote in message ID <199511281046.KAA02052@spunky.vpm.com>: > Also, whenever I try to compile a package, I get the following error: > undefined symbol _crypt in text segment > What library could I be mising that would return this error message? You aren't missing any library. To get round US export restrictions, we ship crypt() in a separate library to make it easier to ship multiple versions. Add -lcrypt to the end of the link command line. Gary