package lprng reopen 469459 thanks * Craig Small <[EMAIL PROTECTED]> [080316 23:50]: > > Depending on whether openssl is installed at build time or not, > > some installed files differ: > The lprng package has had a build dependency for libssl-dev for > quite some time, since at least 3.8.21
The problem is not libssl, but the openssl binary. That is not in libssl-dev nor libssl0.9.8 pulled in by libssl-dev, but in openssl. > My packages have that openssl line filled in. Only those built with openssl installed, i.e. the i386 binary. wget http://ftp.debian.org/debian/pool/main/l/lprng/lprng_3.8.A~rc2-1_amd64.deb wget http://ftp.debian.org/debian/pool/main/l/lprng/lprng_3.8.A~rc2-1_i386.deb dpkg-deb -x lprng_3.8.A~rc2-1_i386.deb i386 dpkg-deb -x lprng_3.8.A~rc2-1_amd64.deb amd64 diff -r -u i386/usr/sbin/lprng_certs amd64/usr/sbin/lprng_certs gives: --- i386/usr/sbin/lprng_certs 2008-01-25 04:29:04.000000000 +0100 +++ amd64/usr/sbin/lprng_certs 2008-01-25 04:53:13.000000000 +0100 @@ -325,7 +325,7 @@ CFG=$TMPDIR/sslcfg -OPENSSL=/usr/bin/openssl +OPENSSL= CA_KEY=//etc/lprng/ssl.ca/ca.key CA_CERT=//etc/lprng/ssl.ca/ca.crt CA_USER_CERTS=//etc/lprng/ssl.certs Hochachtungsvoll, Bernhard R. Link -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

