Hello Klaus,

Okay, glad to hear you are closer.

RE:  libgdal1-dev, please feel free to fix those package name changes  
for the wiki given the Ubuntu Version.

The other one (python-gdal) is optional and not required by Mapnik.

As far as your current error:

> returned this error and that's exactly where I'm stuck..
>
>> /usr/bin/ld: cannot find -lboost_system-mt
>> collect2: ld gab 1 als Ende-Status zurück
>> scons: *** [src/libmapnik.so] Error 1
>> scons: building terminated because of errors.
>
>
> Unfortunately I didn't study information technologies, just  
> cartography.
> Please keep this in mind ;)
>

No worries, we'll get this worked out.

So this error generally means that libboost-system is either not  
installed or not being properly found by SCons. This is slightly odd  
since the specific 'system' lib of the larger boost package should be  
optional on linux with Mapnik. This may be a bug in the SCons build  
system that it is trying to be linked.

Can you go back and try to install libboost-system (if it is available)?

$ sudo apt-get install libboost-system*

Then try re-installing mapnik:

$ python scons/scons.py configure
$ python scons/scons.py
$ sudo python scons/scons.py install

-dane
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to