Your message dated Tue, 27 May 2008 09:54:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line
has caused the Debian Bug report #483110,
regarding FTBFS: apache2: missing build dependancy
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
483110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483110
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apache2
Version: 2.2.8-4
Tags: patch
Severity: serious
When I tried to build apache2 in a clean chroot, it fails becuase of a missing
library:
libtool: link: cannot find the library `/usr/lib/libmysqlclient_r.la'
Adding a build dependancy on libmysqlclient15-dev fixes it.
I verified it in lenny and sid.
Even `apt-get source apache2` and then running `cowbuilder --build
apache2_2.2.8-4.dsc` fails...
--
_________________________
Ryan Niebur
[EMAIL PROTECTED]
Index: debian/control
===================================================================
--- debian/control (revision 675)
+++ debian/control (working copy)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Apache Maintainers <[EMAIL PROTECTED]>
Uploaders: Tollef Fog Heen <[EMAIL PROTECTED]>, Thom May <[EMAIL PROTECTED]>,
Adam Conrad <[EMAIL PROTECTED]>, Peter Samuelson <[EMAIL PROTECTED]>, Stefan
Fritsch <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>=4.1.16), dpatch, lsb-release, libaprutil1-dev,
libapr1-dev (>= 1.2.7-6), openssl, libpcre3-dev, mawk, zlib1g-dev, libssl-dev,
sharutils
+Build-Depends: debhelper (>=4.1.16), dpatch, lsb-release, libaprutil1-dev,
libapr1-dev (>= 1.2.7-6), openssl, libpcre3-dev, mawk, zlib1g-dev, libssl-dev,
sharutils, libmysqlclient15-dev
Standards-Version: 3.7.3.0
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2
XS-Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apache2
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
It works with version 1.2.12+dfsg-6 of libaprutil1-dev.
--
_________________________
Ryan Niebur
[EMAIL PROTECTED]
signature.asc
Description: Digital signature
--- End Message ---