Petter, thank you for your prompt and detailed answer.
Alle 00:14, mercoledì 14 settembre 2005, Petter Reinholdtsen ha scritto: > In short, I am not willing to provide a library for use by other > packages under these conditions, as it would either make it harder > for me to upgrade the package, or give me a lot of complaints when I > upgrade and break existing packages. I see your points and consider them valid. > Until that time, I suggest you maintain your own mapserver package if > you want to link with the library. This way you always know how it > was compiled, and can keep track of the ABI of the library you use. Just for the record, I worked around the problem by pointing the PCL setup.py script to the mapserver source/build tree from the source package: $ apt-get source mapserver $ cd mapserver-4.4.1 $ fakeroot debian/rules build-stamp $ cd ../PCL-0.9 $ vi setup.py # edit the ms_home variable to point to ../mapserver-4.4.1 $ python setup.py build Thanks, Alessandro -- B-Open Solutions srl - http://www.bopen.it/ Sicurezza informatica e software Open Source su: -- http://www.bopen.it/newsletter/200502/ --

