From owner-freebsd-questions Fri Jun 8 15:26:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from saturn.futuredesigns.net (saturn.futuredesigns.net [216.91.66.1]) by hub.freebsd.org (Postfix) with SMTP id 8F07337B401 for ; Fri, 8 Jun 2001 15:26:27 -0700 (PDT) (envelope-from mike@mikesweb.com) Received: (qmail 57573 invoked from network); 8 Jun 2001 22:26:26 -0000 Received: from delta.futuredesigns.net (HELO sun.mikesweb.com) (216.91.66.252) by saturn.futuredesigns.net with SMTP; 8 Jun 2001 22:26:26 -0000 Message-Id: <4.3.2.7.2.20010608182716.01daa588@127.0.0.1> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Jun 2001 18:27:39 -0400 To: freebsd-questions@freebsd.org From: Mike Subject: crypto problem? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On trying to compile a few programs, I keep getting the libc_r.so.4 errors show below.. I have all the crypto installed, and updated via cvsup 2 days ago to include everything.. Any ideas? Thanks -Mike /usr/lib/libc_r.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc_r.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc_r.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc_r.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc_r.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so.4: warning: this program uses f_prealloc(), which is stupid. /usr/lib/libc_r.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc_r.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message