[Bug 301305] [NEW] cherokee-0.10.1-1 is built without TLS support

Stéphan Kochen stephan at kochen.nl
Sun Nov 23 14:23:56 UTC 2008


Public bug reported:

Binary package hint: cherokee

The jaunty package of cherokee, 0.10.1-1, is built without TLS support.
Notice the distinct lack of libgnutls in this output:

# ldd /usr/sbin/cherokee-worker 
	linux-vdso.so.1 =>  (0x00007fffca9fe000)
	libcherokee-base.so.0 => /usr/lib/libcherokee-base.so.0 (0x00007f7cc252f000)
	libcherokee-server.so.0 => /usr/lib/libcherokee-server.so.0 (0x00007f7cc2311000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f7cc20f5000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007f7cc1ef1000)
	libc.so.6 => /lib/libc.so.6 (0x00007f7cc1b7f000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f7cc2765000)

Rebuilding the package clearly shows:

checking for pkg-config... no
checking for GNUTLS... checking for ldap_init in -lldap... no

The problem was solved by adding pkg-config to Build-Depends. Results
are now:

checking pkg-config is at least version 0.9.0... yes
checking for GNUTLS... yes

And:

# ldd /usr/sbin/cherokee-worker 
	linux-vdso.so.1 =>  (0x00007fff895ff000)
	libcherokee-base.so.0 => /usr/lib/libcherokee-base.so.0 (0x00007f8581065000)
	libcherokee-server.so.0 => /usr/lib/libcherokee-server.so.0 (0x00007f8580e46000)
	libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00007f8580b99000)
	libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00007f8580988000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00007f8580770000)
	libgcrypt.so.11 => /lib/libgcrypt.so.11 (0x00007f8580509000)
	libgpg-error.so.0 => /lib/libgpg-error.so.0 (0x00007f8580306000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f85800ea000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007f857fee6000)
	libc.so.6 => /lib/libc.so.6 (0x00007f857fb74000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f858129c000)

And finally:

# netstat -l -p -n | grep 443
tcp6       0      0 :::443                  :::*                    LISTEN      20207/cherokee-work

** Affects: cherokee (Ubuntu)
     Importance: Undecided
         Status: New

-- 
cherokee-0.10.1-1 is built without TLS support
https://bugs.launchpad.net/bugs/301305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list