[QGIS-Developer] Qgis 3.6.0 fail to read shapefile with python on buster

David Marteau dmarteau at 3liz.com
Fri Mar 29 01:41:27 PDT 2019


Hi,

You need also to install the qgis-server package because libraires for the services are provided by this package: 

/usr/lib/qgis/server
/usr/lib/qgis/server/libdummy.so
/usr/lib/qgis/server/libwcs.so
/usr/lib/qgis/server/libwfs.so
/usr/lib/qgis/server/libwms.so
/usr/lib/qgis/server/libwmts.so

Without these libraries the server  api is not working as expected, may be these libs should be part of libqgis-serverX.Y.Z ?

So, If I summarize, in order to have a functional server API on buster, one need to install

- python3-qgis
- qgis-server (which depends on qgis-providers)

Is that a transitional scheme ? 

Thanks,


> Le 29 mars 2019 à 09:13, David Marteau <dmarteau at 3liz.com> a écrit :
> 
> Hi Jürgen,
> 
> Thanks. Installing only  python3-qgis leads to a better situation:
> 
> ii  libqgis-3d3.6.1                         1:3.6.1+15buster            amd64        QGIS - shared 3d library
> ii  libqgis-analysis3.6.1                   1:3.6.1+15buster            amd64        QGIS - shared analysis library
> ii  libqgis-core3.6.1                       1:3.6.1+15buster            amd64        QGIS - shared core library
> ii  libqgis-customwidgets                   1:3.6.1+15buster            amd64        QGIS custom widgets for Qt Designer
> ii  libqgis-gui3.6.1                        1:3.6.1+15buster            amd64        QGIS - shared gui library
> ii  libqgis-native3.6.1                     1:3.6.1+15buster            amd64        QGIS - shared native gui library
> ii  libqgis-server3.6.1                     1:3.6.1+15buster            amd64        QGIS - shared server library
> ii  libqgispython3.6.1                      1:3.6.1+15buster            amd64        QGIS - shared Python library
> ii  python3-qgis                            1:3.6.1+15buster            amd64        Python bindings to QGIS
> ii  python3-qgis-common                     1:3.6.1+15buster            all          Python bindings to QGIS - architectu
> 
> But the providers  are missing: you need also to install the 'qgis-providers' package which, fortunately, has dependencies 
> only on 3.6.1 package version.
> 
> David
> 
> 
>> Le 28 mars 2019 à 23:45, Jürgen E. Fischer <jef at norbit.de <mailto:jef at norbit.de>> a écrit :
>> 
>> Hi David,
>> 
>> On Thu, 28. Mar 2019 at 19:25:15 +0100, David Marteau wrote:
>>> I have found the problem, qgis packaging on buster is totally broken: it mixes 3.6.0 and 3.6.1 dependencies
>> 
>>> If you try to install  python-qgis you get the following packages installed:
>> 
>> You should install python3-qgis.
>> 
>> 
>> Jürgen
>> 
>> -- 
>> Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31
>> Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50
>> Software Engineer           D-26506 Norden            https://www.norbit.de <https://www.norbit.de/>
>> QGIS release manager (PSC)  Germany                    IRC: jef on FreeNode
>> norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
>> Rheinstrasse 13, 26506 Norden
>> GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
>> Datenschutzerklaerung: https://www.norbit.de/83/ <https://www.norbit.de/83/>
>> _______________________________________________
>> QGIS-Developer mailing list
>> QGIS-Developer at lists.osgeo.org <mailto:QGIS-Developer at lists.osgeo.org>
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20190329/9dca89ad/attachment-0001.html>


More information about the QGIS-Developer mailing list