From owner-freebsd-questions Sat May 6 6:40:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id 3269737B827 for ; Sat, 6 May 2000 06:40:33 -0700 (PDT) (envelope-from bootc@tmdc.org) Received: from m1.worldnet.net (m1.worldnet.net [195.3.3.5]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id PAA31110 for ; Sat, 6 May 2000 15:40:31 +0200 (CEST) Received: from [195.3.34.121] (f34-121.national.worldnet.fr [195.3.34.121]) by m1.worldnet.net (8.9.3/8.9.3) with ESMTP id PAA22031 for ; Sat, 6 May 2000 15:40:28 +0200 (CEST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Sat, 06 May 2000 15:41:19 +0200 Subject: Link library for crypt() call in unistd.h From: Chris Boot To: Message-ID: Mime-version: 1.0 Reply-To: bootc@tmdc.org Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm writing a CGI script in C which is designed to run on a BSD 3.2 server. I have used the crypt() call in unistd.h, but I get link errors, which leads me to think that I am not including the correct library in my makefile. What library should I use? If this question has already been answered, please excuse me, but I only just joined this list. Also, if anyone knows of any BSD programming primers, I would be very grateful. Thanks in advance, -- Chris Boot bootc@worldnet.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message