Hi Christoph
On 06/13/2016 10:03 PM, christoph wrote: > Hi, I built Qgis from git clone source, > ccmake .. > make -> without any errors, > make install -> without any errors > Qgis/build/bin/ qgis error -> Speicherzugriffsfehler > anyone a idea what is causing that? > > christoph@excelsior:~/myworld/QGIS/build/bin$ ./qgis > Speicherzugriffsfehler Either run the installation make install qgis Or run from the build folder (isolated, I use that for development) make ./output/bin/qgis Not sure if it's this but it could potentially lead to qgis picking up wrong libraries. Cheers Matthias > > cheers chris > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user -- Matthias Kuhn OPENGIS.ch - https://www.opengis.ch Spatial • (Q)GIS • PostGIS • Open Source
_______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
