Hi Shan-ho,

On Tue, 18. Jan 2022 at 18:18:31 +0000, Shan-ho Tsai wrote:
> I'm trying to run QGIS 3.22 on an HPC cluster. Docker is not available on the 
> cluster, but Singularity is. I created a singularity image from the official 
> docker container documented at https://hub.docker.com/r/qgis/qgis. The 
> command I used to create the singularity image is
 
> singularity pull docker://qgis/qgis
 
> and this created qgis_latest.sif
 
> But when I run it via Singularity, I get the error that libQt5Core.so cannot 
> be found:
 
> [shtsai@b1-24 ~]$ singularity run qgis_latest.sif qgis --help
> /usr/bin/qgis: error while loading shared libraries: libQt5Core.so.5: cannot 
> open shared object file: No such file or directory

Run

strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5  


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
QGIS release manager (PSC)  Germany                 IRC: jef on Libera|OFTC

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to