From owner-freebsd-questions Fri Jun 8 15:57:48 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 8517C37B403 for ; Fri, 8 Jun 2001 15:57:45 -0700 (PDT) (envelope-from mike@futuredesigns.net) Received: (qmail 21058 invoked from network); 7 Jun 2001 06:51:02 -0000 Received: from delta.futuredesigns.net (HELO sun.futuredesigns.net) (216.91.66.252) by 216.91.66.2 with SMTP; 7 Jun 2001 06:51:02 -0000 Message-Id: <4.3.2.7.2.20010607024955.01d72be0@127.0.0.1> X-Sender: sturdee/mail.futuredesigns.net@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 07 Jun 2001 02:51:58 -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