Bug report #6292
OSGeo4W installer - missing dlls
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15590 |
Description
After installing qgis-dev via Osgeo4w-Installer, the qgis-dev.bat does not start the program. The following dlls are missing:
qwt5.dll
spatialindex1.dll
sqlite3.dll (older version in bin folder present, but will not work).
When I copy them manually from my standalone Installation of Qgis 1.8.0 (under C:\\Programs (x86)\\...), the program starts.
I don't know where the installer has put the dlls, or if he did at all.
qgis-dev.bat contains:
@echo off SET OSGEO4W_ROOT=C:\\OSGeo4W call "%OSGEO4W_ROOT%"\\bin\\o4w_env.bat call "%OSGEO4W_ROOT%"\\apps\\grass\\grass-6.4.2\\etc\\env.bat @echo off path %PATH%;%OSGEO4W_ROOT%\\apps\\qgis-dev\\bin;%OSGEO4W_ROOT%\\apps\\grass\\grass-6.4.2\\lib set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\\=/%/apps/qgis-dev start "Quantum GIS" /B "%OSGEO4W_ROOT%"\\bin\\qgis-dev.exe %*
History
#1 Updated by Jürgen Fischer about 12 years ago
- Resolution set to invalid
- Status changed from Open to Closed
this belongs in the osgeo4w bugtracker. Please try a fresh install. Might be related to OSGeo4W #151