[MacPorts] #19114: New Port: Mapnik
MacPorts
noreply at macports.org
Thu Apr 23 21:39:09 PDT 2009
#19114: New Port: Mapnik
---------------------------------------+------------------------------------
Reporter: dbsgeo@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Submissions
Component: ports | Version: 1.7.0
Keywords: gis,graphics,boost,python | Port: Mapnik
---------------------------------------+------------------------------------
Comment(by dbsgeo@…):
Great, thanks for taking a look at this and for the fixes.
I'm curious about the switch to using:
{{{
FRAMEWORK_PYTHON=True
}}}
My experience is that will more likely link the python module against the
system python, and will create a version mismatch if boost is correctly
linked to the macports python (but see #17998).
What does this give on your system?
{{{
otool -L
/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
/site-packages/mapnik/_mapnik.so
}}}
And
{{{
otool -L /opt/local/lib/mapnik/libmapnik.dylib
}}}
Regarding the error, this is happening because libmapnik.dylib is likely
installed in
{{{
/opt/local/lib/mapnik/libmapnik.dylib
}}}
but not automatically found without:
{{{
export DYLD_LIBRARY_PATH=/opt/local/lib/mapnik/
}}}
Does setting that allow the library to be found?
--
Ticket URL: <http://trac.macports.org/ticket/19114#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list