Comment 6 for bug 44931

Revision history for this message
Walter Tautz (wtautz) wrote : Re: [Bug 44931] Re: CUPS tries to auto-generate SSL key, fails

Ante Karamatić wrote:

>As VETSEL said, CUPS shipped in Debian/Ubuntu doesn't support SSL due
>licensing issues.
>
>
>
Not if you compile against libgnutls? which seems to be the case
in this package. So encryption *is* supported so long as compilation
against libgnutls is done which I believe is the case: What you guys
need to do is create /etc/cups/ssl at install time and warn the users
that they need to create a key via the command line openssl tool
which works (I've done this).

On dapper:

# ldd /usr/sbin/cupsd
        linux-gate.so.1 => (0xffffe000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7fab000)

        libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7f42000)

        libslp.so.1 => /usr/lib/libslp.so.1 (0xb7f32000)
        libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0xb7efe000)
        libpam.so.0 => /lib/libpam.so.0 (0xb7ef6000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ef3000)
        libpaper.so.1 => /usr/lib/libpaper.so.1 (0xb7ef0000)
        libcups.so.2 => /usr/lib/libcups.so.2 (0xb7ec3000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7eb0000)
        libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7e83000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d54000)
        libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0xb7d44000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7cf8000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7cf4000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7cde000)
        libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb7ccb000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0xb7cbf000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7cab000)
        /lib/ld-linux.so.2 (0xb7fc6000)