Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

renderd's debian configuration depends on libmapnik0.6 #3002

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

renderd's debian configuration depends on libmapnik0.6 #3002

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: rorym
[Submitted to the original trac issue database at 1.24pm, Sunday, 23rd May 2010]

I'm building mod_tile on ubuntu lucid. After successfully compiling it, I went to install it, but it didn't install because I don't have libmapnik0.6 installed.

However libmapnik0.6 is not installable on Ubuntu Lucid (cf. http://packages.ubuntu.com/search?keywords=libmapnik0.6 ), but libmapnik0.7 is installable (cf. http://packages.ubuntu.com/search?keywords=libmapnik0.7 ).

libmapnik0.6 is not installable on Debian either, notice how there is no reference to libmapnik0.6 on this page http://packages.debian.org/search?keywords=libmapnik .

One solution, that I'm using, is to make renderd depend on libmapnik0.6 or libmapnik0.7. This patch makes that change and makes renderd installable on ubuntu lucid



Index: debian/control
===================================================================
--- debian/control	(revision 21420)
+++ debian/control	(working copy)
@@ -15,7 +15,7 @
 
 Package: renderd
 Architecture: any
-Depends: ${misc:Depends}, libmapnik0.6
+Depends: ${misc:Depends}, libmapnik0.6 | libmapnik0.7
 Suggests: libapache2-mod-tile
 Description: Daemon that renders map tiles using mapnik
  This daemon creates "metatiles" for map tile requests issued by mod_tile


@openstreetmap-trac
Copy link
Author

Author: amm
[Added to the original trac issue at 11.19pm, Saturday, 16th July 2011]

Fixed in commit r26349

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant