From ack94598 at yahoo.com Fri Jan 10 05:40:47 2003 From: ack94598 at yahoo.com (Adam) Date: Thu, 9 Jan 2003 20:40:47 -0800 (PST) Subject: [Help-gnutls] Re: Where is _gory_generate_elg_prime? Message-ID: <20030110044047.28117.qmail@web14003.mail.yahoo.com> I realized it is gcry not gory. According to the source packages I downloaded the function is defined in libgcrypt1. According to debian I have the correct packages installed (although I am unclear as to why the libgcrpyt.so is called libgcrypt.so.1.5.0). Since the library is stripped I cannot use nm to tell if the function is present. I suppose I could rebuild the library by hand but I am holding off on that for now. Any other ideas? Please reply via email as I do not subscribe to this list. Thanks, Adam --- Adam wrote: > Date: Thu, 9 Jan 2003 19:05:44 -0800 (PST) > From: Adam > Subject: Where is _gory_generate_elg_prime? > To: help-gnutls at gnu.org > > I have just installed Debian stable and Gnome 2 unstable and am > trying > to build gnome-terminal from unstable. The make fails with: > > /usr/lib/libgnutls.so: undefined reference to > '_gory_generate_elg_prime'. > > libgnutls5 version 0.6.0-2, libgcrypt1 version 1.1.11-2, libopencdk4 > version 0.4.0-1, gnome-terminal version 2.1.0 > > Is this a problem with: > - libgnutls5 missing a function > - a library libgnutls5 depends on missing a function > - a bad Debian package (all required packages have been installed) > - gnome-terminal not linking a required library > > Please reply via email as I do not subscribe to this list. > > Thanks, > Adam > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From ack94598 at yahoo.com Fri Jan 10 04:05:44 2003 From: ack94598 at yahoo.com (Adam) Date: Thu, 9 Jan 2003 19:05:44 -0800 (PST) Subject: [Help-gnutls] Where is _gory_generate_elg_prime? Message-ID: <20030110030544.41651.qmail@web14008.mail.yahoo.com> I have just installed Debian stable and Gnome 2 unstable and am trying to build gnome-terminal from unstable. The make fails with: /usr/lib/libgnutls.so: undefined reference to '_gory_generate_elg_prime'. libgnutls5 version 0.6.0-2, libgcrypt1 version 1.1.11-2, libopencdk4 version 0.4.0-1, gnome-terminal version 2.1.0 Is this a problem with: - libgnutls5 missing a function - a library libgnutls5 depends on missing a function - a bad Debian package (all required packages have been installed) - gnome-terminal not linking a required library Please reply via email as I do not subscribe to this list. Thanks, Adam __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From ack94598 at yahoo.com Fri Jan 10 08:02:44 2003 From: ack94598 at yahoo.com (Adam) Date: Thu, 9 Jan 2003 23:02:44 -0800 (PST) Subject: [Help-gnutls] Re: Where is _gory_generate_elg_prime? Message-ID: <20030110070244.82759.qmail@web14005.mail.yahoo.com> The libgcrypt.so installed on my system apparently does not have gcry_generate_elg_prime. This is most likely a problem with the debian package. Adam --- Adam wrote: > Date: Thu, 9 Jan 2003 20:40:47 -0800 (PST) > From: Adam > Subject: Re: Where is _gory_generate_elg_prime? > To: help-gnutls at gnu.org > > I realized it is gcry not gory. > > According to the source packages I downloaded the function is defined > in libgcrypt1. According to debian I have the correct packages > installed (although I am unclear as to why the libgcrpyt.so is called > libgcrypt.so.1.5.0). > > Since the library is stripped I cannot use nm to tell if the function > is present. I suppose I could rebuild the library by hand but I am > holding off on that for now. > > Any other ideas? Please reply via email as I do not subscribe to > this > list. > > Thanks, > Adam > > --- Adam wrote: > > Date: Thu, 9 Jan 2003 19:05:44 -0800 (PST) > > From: Adam > > Subject: Where is _gory_generate_elg_prime? > > To: help-gnutls at gnu.org > > > > I have just installed Debian stable and Gnome 2 unstable and am > > trying > > to build gnome-terminal from unstable. The make fails with: > > > > /usr/lib/libgnutls.so: undefined reference to > > '_gory_generate_elg_prime'. > > > > libgnutls5 version 0.6.0-2, libgcrypt1 version 1.1.11-2, > libopencdk4 > > version 0.4.0-1, gnome-terminal version 2.1.0 > > > > Is this a problem with: > > - libgnutls5 missing a function > > - a library libgnutls5 depends on missing a function > > - a bad Debian package (all required packages have been installed) > > - gnome-terminal not linking a required library > > > > Please reply via email as I do not subscribe to this list. > > > > Thanks, > > Adam > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > http://mailplus.yahoo.com > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com From nmav at gnutls.org Fri Jan 10 09:45:51 2003 From: nmav at gnutls.org (Nikos Mavroyanopoulos) Date: Fri, 10 Jan 2003 10:45:51 +0200 Subject: [Help-gnutls] Re: Where is _gory_generate_elg_prime? In-Reply-To: <20030110070244.82759.qmail@web14005.mail.yahoo.com> References: <20030110070244.82759.qmail@web14005.mail.yahoo.com> Message-ID: <20030110084551.GA13663@gnutls.org> On Thu, Jan 09, 2003 at 11:02:44PM -0800, Adam wrote: > The libgcrypt.so installed on my system apparently does not have > gcry_generate_elg_prime. This is most likely a problem with the debian > package. Libgcrypt 1.1.11 does not export a required function for gnutls. Until a new version is released, a patch for libgcrypt is attached. Note that gnutls requires libgcrypt 1.1.11 in order to be used in multi-threaded environments. > Adam -- Nikos Mavroyanopoulos -------------- next part -------------- --- src/libgcrypt.vers.old Fri Jan 10 10:39:30 2003 +++ src/libgcrypt.vers Fri Jan 10 10:41:39 2003 @@ -17,9 +17,11 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - +# WARNING: _gcry_generate_elg_prime is only a temporary solution for +# GNUTLS and should not be used by any otehr program. A new interface +# for prime generation will be available RSN (wk 2003-01-02) { - global: gcry*; + global: gcry*; _gcry_generate_elg_prime; local: *; };