[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] predictable PRNG used
From: |
Atsuhito Kohda |
Subject: |
Re: [Lynx-dev] predictable PRNG used |
Date: |
Thu, 09 Jul 2009 09:32:09 +0900 (JST) |
Hi all,
On Sun, 5 Jul 2009 18:39:01 +0000 (UTC), Thorsten Glaser wrote:
> Yeah, I meant that as a suggestion to Atsuhito (I hope I spelled
> that right from the back of my head).
You spelled it perfectly ;-)
Well, I tried to link lynx against libbsd but I'm not sure
if I did it correctly.
What I did were as follows:
configure with
LIBS="-lbsd" \
./configure ...
under an environment with libbsd-dev (for non-Debian people,
which means under libbsd environment).
Now outputs of ldd are as follows:
linux-gate.so.1 => (0xb80c6000)
libz.so.1 => /usr/lib/libz.so.1 (0xb808d000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb804f000)
libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0xb7fb0000)
libcrypt.so.1 => /lib/i686/cmov/libcrypt.so.1 (0xb7f7e000)
libbsd.so.0 => /lib/libbsd.so.0 (0xb7f76000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7e18000)
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7da3000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7d9e000)
libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb7d8e000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7d8a000)
/lib/ld-linux.so.2 (0xb80c7000)
so it looked lynx was linked against libbsd.
Is this enough to fix the problem?
Regards, 2009-7-9(Thu)
--
Debian Developer - much more I18N of Debian
Atsuhito Kohda <kohda AT debian.org>
Department of Math., Univ. of Tokushima
- [Lynx-dev] predictable PRNG used, Michael S. Gilbert, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thomas Dickey, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thorsten Glaser, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Michael S. Gilbert, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thomas Dickey, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thorsten Glaser, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Michael S. Gilbert, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thorsten Glaser, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thomas Dickey, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, David Woolley, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used,
Atsuhito Kohda <=
- Re: [Lynx-dev] predictable PRNG used, Thomas Dickey, 2009/07/08
- Re: [Lynx-dev] predictable PRNG used, Atsuhito Kohda, 2009/07/08
- Re: [Lynx-dev] predictable PRNG used, Thorsten Glaser, 2009/07/09
- Re: [Lynx-dev] predictable PRNG used, Atsuhito Kohda, 2009/07/09
- Re: [Lynx-dev] predictable PRNG used, Thomas Dickey, 2009/07/09
- Re: [Lynx-dev] predictable PRNG used, Michael S. Gilbert, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Thorsten Glaser, 2009/07/05
- Re: [Lynx-dev] predictable PRNG used, Michael S. Gilbert, 2009/07/05