On Fri, Apr 11, 2008 at 7:49 PM, Ken-ichi <[EMAIL PROTECTED]> wrote: > ImportError: dlopen(/opt/local/lib/python2.5/site-packages/mapnik/_mapnik.so, > 10): Library not loaded: libmapnik.dylib > Referenced from: /opt/local/lib/python2.5/site-packages/mapnik/_mapnik.so > Reason: image not found > > I'm assuming either libmapnik.dylib wasn't built quite right, or that > there's a path problem and _mapnik isn't looking for libmanik.dylib in > the right place, but I'm not sure how to begin debugging either of > these problems. Here's my build command:
Where is libmapnik.dylib? I assume you have is somewhere... If you put it in /opt you probably need to add it to your LD_LIBRARY_PATH or whatever the MacOSX equivalent is. Have a nice day, -- Martijn van Oosterhout <[EMAIL PROTECTED]> http://svana.org/kleptog/ _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

