[xmppd-dev] jabberd14 1.6 install help
Oleg
lego_12239 at rambler.ru
Wed Dec 17 22:15:03 CET 2008
On Wed, Dec 17, 2008 at 03:31:12PM -0500, Paul Cahill wrote:
> Thanks for the help. Got around that bump and now its complaining about
> GnuTLS:
> checking for GnuTLS... checking for pkg-config... no
> checking for GNUTLS...
> configure: error: Couldn't find required GnuTLS installation
>
> I tried installing these packages from the repositories as guess work:
> libgnutls-dev - the GNU TLS library - development files
> libgnutls13 - the GNU TLS library - runtime library
> libgnutlsxx13 - the GNU TLS library - C++ runtime library
> gnutls-bin - the GNU TLS library - commandline utilities
> libxmlsec1-gnutls - Gnutls engine for the XML security library
>
> And it gives me the same error. When I do an apt-cache search for gnuTLS, I
> got a lot of hits back..but I'm unsure exactly which package it needs. I
> don't plan on using TLS in the short term for the server so can I get around
> it? Here are the package the search shows up:
> libcurl3-dbg - libcurl compiled with debug symbols
> libcurl3-gnutls - Multi-protocol file transfer library (GnuTLS)
> libcurl4-gnutls-dev - Development files and documentation for libcurl
> (GnuTLS)
> libneon27-gnutls - An HTTP and WebDAV client library (GnuTLS enabled)
> libneon27-gnutls-dbg - Detached symbols for libneon27 (GnuTLS enabled)
> libneon27-gnutls-dev - Header and static library files for libneon27 (GnuTLS
> enabled)
> libsoup2.2-8 - an HTTP library implementation in C -- Shared library
> libsoup2.2-dev - an HTTP library implementation in C -- Development files
> libsoup2.2-doc - an HTTP library implementation in C -- API Reference
> python-pycurl - Python bindings to libcurl
> python-pycurl-dbg - Python bindings to libcurl (debug extension)
> cadaver - command-line WebDAV client
> libneon26-gnutls - An HTTP and WebDAV client library (GnuTLS enabled)
> libneon26-gnutls-dbg - Detached symbols for libneon26 (GnuTLS enabled)
> libneon26-gnutls-dev - Header and static library files for libneon26 (GnuTLS
> enabled)
> libxmlsec1-gnutls - Gnutls engine for the XML security library
> mailutils-imap4d - GNU mailutils-based IMAP4 Daemon
> mailutils-pop3d - GNU mailutils-based POP3 Daemon
> python-gnutls - Python wrapper for the GNUTLS library
> tclcurl - Tcl bindings to libcurl
> gnutls-doc - the GNU TLS library - documentation and examples
> libgnutls-dev - the GNU TLS library - development files
> libgnutls13 - the GNU TLS library - runtime library
> libgnutls13-dbg - GNU TLS library - debugger symbols
> libgnutlsxx13 - the GNU TLS library - C++ runtime library
> libsoup2.4-1 - an HTTP library implementation in C -- Shared library
> libsoup2.4-dev - an HTTP library implementation in C -- Development files
> libsoup2.4-doc - an HTTP library implementation in C -- API Reference
> gnutls-bin - the GNU TLS library - commandline utilities
You need a libgnutls-dev library. If it cann't work you could try to use
jabberd14-1.6.0. It without GNU TLS; it with openssl. I'm suppose,
the building with libssl will be more successful :-).
What about bypassing the building with GNU TLS, so, try to see the output of
the ./configure --help. May be it have anything like --without-tls option. I
haven't new version of jabberd14, so i cann't tell you exactly.
More information about the dev
mailing list