Hello,
this is a cross-post with http://gis.stackexchange.com/questions/87268/spatialite-azimuth-function-not-available . sorry for this, but I thought that this question could be better adressed as part of this group.
I am working with last spatialite versions on both Windows (7) and Ubuntu (13.10).
I installed these from reference spatialite website. For both, version that I downloaded is 4.1.1 (nevertheless in Ubuntu, at spatialite start up, i get a version number : 4.1.0 ; I assume this is a little bug)
Details on the packages :
I then developped a sql script on windows, notably using azimuth /st_azimuth. This works fine on this OS. I have problems when I use it on Ubuntu and get the following error:
no such function: Azimuth
after some search, I undesrtood that this could be related to a missing lib: liblwgeom.
I had some more search to get this lib installed properly (at least no error message at the end) using the procedure described here (I effectively did the make and make install), but this does not seem to help.
Questions:
Thanks for your help and pieces of advice