Your message dated Wed, 18 May 2005 04:36:14 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#309615: libapache2-svn: missing Depends has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 18 May 2005 11:01:29 +0000 >From [EMAIL PROTECTED] Wed May 18 04:01:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from canyonero.dot.net.au [202.147.68.14] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DYMIq-0002ct-00; Wed, 18 May 2005 04:01:29 -0700 Received: from [203.129.41.236] (helo=democritus.tekno.house) by canyonero.dot.net.au with esmtp (Exim 3.35 #1 (Debian)) id 1DYMIK-0007fi-00 for <[EMAIL PROTECTED]>; Wed, 18 May 2005 21:00:56 +1000 Received: from yosamite (yosamite.tekno.house [10.1.75.21]) by democritus.tekno.house (Postfix) with SMTP id 0B10D19385 for <[EMAIL PROTECTED]>; Wed, 18 May 2005 21:00:56 +1000 (EST) Received: by yosamite (sSMTP sendmail emulation); Wed, 18 May 2005 21:00:55 +1000 Date: Wed, 18 May 2005 21:00:55 +1000 From: Sam Couter <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libapache2-svn: missing Depends Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline X-Operating-System: Linux 2.6.10-1-k7 on a i686 User-Agent: Mutt/1.5.9i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: libapache2-svn Version: 1.1.4-2 Severity: serious Justification: Breaks apache The libapache2-svn package needs a few extra Depends: on SASL and SSL libraries. [EMAIL PROTECTED]:/var/log/apache2# /etc/init.d/apache2 start Starting web server: Apache2/usr/sbin/apache2: error while loading shared l= ibraries: libsasl.so.7: cannot open shared object file: No such file or dir= ectory [EMAIL PROTECTED]:/var/log/apache2# ldd /usr/lib/apache2/modules/mod_authz_svn= =2Eso | grep "not found" libsasl.so.7 =3D> not found libssl.so.0.9.6 =3D> not found libcrypto.so.0.9.6 =3D> not found --=20 Sam "Eddie" Couter | mailto:[EMAIL PROTECTED] Debian Developer | mailto:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] OpenPGP fingerprint: A46B 9BB5 3148 7BEA 1F05 5BD5 8530 03AE DE89 C75C --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCiyBnhTADrt6Jx1wRAkH6AJ0WoPdTLpqBnYTQU92SPssS8ArA1ACg44aC weuXF7+sHde+mU0ODrjE18w= =ApYE -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- --------------------------------------- Received: (at 309615-done) by bugs.debian.org; 18 May 2005 11:36:15 +0000 >From [EMAIL PROTECTED] Wed May 18 04:36:15 2005 Return-path: <[EMAIL PROTECTED]> Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) [66.93.39.86] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DYMqV-0001rI-00; Wed, 18 May 2005 04:36:15 -0700 Received: by mauritius.dodds.net (Postfix, from userid 1000) id 25423A3B3D; Wed, 18 May 2005 04:36:14 -0700 (PDT) Date: Wed, 18 May 2005 04:36:14 -0700 From: Steve Langasek <[EMAIL PROTECTED]> To: Sam Couter <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#309615: libapache2-svn: missing Depends Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.9i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 18, 2005 at 09:00:55PM +1000, Sam Couter wrote: > Package: libapache2-svn > Version: 1.1.4-2 > Severity: serious > Justification: Breaks apache > The libapache2-svn package needs a few extra Depends: on SASL and SSL > libraries. > [EMAIL PROTECTED]:/var/log/apache2# /etc/init.d/apache2 start > Starting web server: Apache2/usr/sbin/apache2: error while loading shared= libraries: libsasl.so.7: cannot open shared object file: No such file or d= irectory > [EMAIL PROTECTED]:/var/log/apache2# ldd /usr/lib/apache2/modules/mod_authz_s= vn.so | grep "not found" > libsasl.so.7 =3D> not found > libssl.so.0.9.6 =3D> not found > libcrypto.so.0.9.6 =3D> not found Please install libldap2 version 2.1.30-8 (available from incoming.debian.org right now, and from the mirrors with the next daily pulse). --=20 Steve Langasek postmodern programmer --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCiyiuKN6ufymYLloRApp6AJ98WZtMoC9uTZLu3ZOPKKm4zMQ37ACgmphS LvbI5LyQDkvdLlhqgNZ1MTA= =woI7 -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]