On Thu, Dec 12, 2013 at 2:18 PM, Margherita Di Leo <[email protected]> wrote: > Hi All, > > compiling the fresh grass trunk I get several compilation issues on tgrass > and some wxpython modules (animation, vdigit, iclass) and the problem > resides into: > ImportError: /usr/local/lib/libgdal.so.1: undefined symbol: > sqlite3_column_table_name > I just updated also the gdal trunk. Any pointers on whether this is a > problem in gdal, grass or sqlite3 (I use the EPEL sqlite-devel pakage)
Be sure that all used packages are built against the same library version. The "ldd" command is useful to figure out the "who calls whom". Best Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
