[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#483110: marked as done (FTBFS: apache2: missing build dependancy)



Your message dated Tue, 27 May 2008 09:54:25 -0700
with message-id <20080527165425.GA12966@jetty.home>
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 owner@bugs.debian.org
immediately.)


-- 
483110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483110
Debian Bug Tracking System
Contact owner@bugs.debian.org 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
RyanRyan52@gmail.com
Index: debian/control
===================================================================
--- debian/control	(revision 675)
+++ debian/control	(working copy)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
 Uploaders: Tollef Fog Heen <tfheen@debian.org>, Thom May <thom@debian.org>, Adam Conrad <adconrad@0c3.net>, Peter Samuelson <peter@p12n.org>, Stefan Fritsch <sf@debian.org>
-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

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
It works with version 1.2.12+dfsg-6 of libaprutil1-dev.

-- 
_________________________
Ryan Niebur
RyanRyan52@gmail.com

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: