[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnunet] gnunet-0.6.0 on freebsd-4.9 (stable)
From: |
clemens fischer |
Subject: |
[Help-gnunet] gnunet-0.6.0 on freebsd-4.9 (stable) |
Date: |
Tue, 11 Nov 2003 12:28:15 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) |
there's a port of gnunet to freebsd under the maintainership of
"address@hidden", which has the following problem:
every module needing atleast one of:
,----
| CIPHER(3) FreeBSD Library Functions Manual CIPHER(3)
|
| NAME
| setkey, encrypt, des_setkey, des_cipher -- DES encryption
|
| LIBRARY
| FreeSec Crypt Library (libcipher, -lcipher)
|
| SYNOPSIS
| #include <unistd.h>
|
| int
| setkey(const char *key);
|
| int
| encrypt(char *block, int flag);
|
| int
| des_setkey(const char *key);
|
| int
| des_cipher(const char *in, char *out, long salt, int count);
`----
evokes the following error message, and hence won't provide vital
gnunet functions (one example of a dozen):
,----
| cc -D_THREAD_SAFE -fno-strict-aliasing -Wall -O -pipe -pthread
-rpath=/usr/lib:/usr/local/lib -o .libs/gnunet-download gnun
| et-download.o -L/usr/local/lib
../../../../src/applications/afs/esed2/.libs/libgnunet_afs_esed2.so
/usr/ports/net/gnunet/w
| ork/GNUnet-0.6.0/src/util/.libs/libgnunetutil.so
../../../../src/util/.libs/libgnunetutil.so /usr/local/lib/libltdl.so -lgn
| ugetopt -lgettextlib -lm -Wl,--rpath -Wl,/usr/local/lib
| /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system!
| /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
| /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using
mkstemp()
| /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system!
| /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system!
| /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using
mkstemp()
| /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not
recommended.
| /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system!
| /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using
mkstemp()
`----
if you insert "-lcipher" somewhere in the linker command, these
warnings will disappear, and gnunet should work correctly. btw, the
use of autoconf tools has been way beyond my horizon, nevertheless, i
have frequently repaired programs exhibiting this problem on freebsd.
regards,
clemens
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gnunet] gnunet-0.6.0 on freebsd-4.9 (stable),
clemens fischer <=