qgis / qgis-docker

Official Docker image for QGIS Server and Desktop
GNU Affero General Public License v3.0
67 stars 21 forks source link

Library missing #15

Closed skryptus closed 5 years ago

skryptus commented 5 years ago

Hello,

I've tried to use your 3.4.5 and 3.6 versions of the Docker, and on both I've found the following error:

/usr/libexec/qgis/qgis_mapserv.fcgi: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

daniviga commented 5 years ago

Hi, which version of Docker are you using? On which OS?

skryptus commented 5 years ago

I'm using Docker Desktop Community Version 2.0.0.2 (30215), on Windows 10.

daniviga commented 5 years ago

I'm using Docker Desktop Community Version 2.0.0.2 (30215), on Windows 10.

It looks like a platform specific issue (builds are tested via Travis, so the container is fine, but it's tested on Linux only). I don't have any Docker instance on Windows right now. I'll see what I can do.