Maybe refresh the snap package to latest 2609 version, who knows,
could be a broken build at some point. Latest works on my Debian
system.
For me the Qt library is in:
/snap/openscad-nightly/2609/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
because I have version 2609 of openscad-nightly installed:
$ snap list
Name Version Rev Tracking Publisher
core20 20210319 975 latest/stable canonical✓
openscad-nightly 0+git.5e5ae1f9c 2609 latest/edge torsten-paul
snapd 2.49.2 11588 latest/stable canonical
and it's actually coming from the snap package loop mounted
df | grep openscad-nightly
/dev/loop16 /snap/openscad-nightly/2609
losetup
/dev/loop16 /var/lib/snapd/snaps/openscad-nightly_2609.snap
ciao,
Torsten.
Seems to have the same error with 2609?
$ sudo snap refresh
openscad-nightly 0+git.5e5ae1f9c from Torsten Paul refreshed
$ openscad-nightly
/snap/openscad-nightly/2609/usr/bin/openscad-nightly: error while
loading shared libraries: libQt5Core.so.5: cannot open shared object
file: No such file or directory
I also have Qt5 installed
$ ls -lad /usr/lib64/libQt5Cor*
-rw-r--r--. 1 root root 917 Nov 16 11:44 /usr/lib64/libQt5Core.prl
lrwxrwxrwx. 1 root root 19 Nov 19 21:49 /usr/lib64/libQt5Core.so ->
libQt5Core.so.5.9.7
lrwxrwxrwx. 1 root root 19 Nov 19 21:48 /usr/lib64/libQt5Core.so.5
-> libQt5Core.so.5.9.7
lrwxrwxrwx. 1 root root 19 Nov 19 21:48
/usr/lib64/libQt5Core.so.5.9 -> libQt5Core.so.5.9.7
-rwxr-xr-x. 1 root root 4936272 Nov 16 11:49 /usr/lib64/libQt5Core.so.5.9.7
I gather that this is not used in snap.
Can I/should I look inside the snap bundle for it?
Thanks again for you help.
On 2021-05-08 10:16 p.m., Torsten Paul wrote:
Maybe refresh the snap package to latest 2609 version, who knows,
could be a broken build at some point. Latest works on my Debian
system.
For me the Qt library is in:
/snap/openscad-nightly/2609/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
because I have version 2609 of openscad-nightly installed:
$ snap list
Name Version Rev Tracking Publisher
core20 20210319 975 latest/stable canonical✓
openscad-nightly 0+git.5e5ae1f9c 2609 latest/edge torsten-paul
snapd 2.49.2 11588 latest/stable canonical
and it's actually coming from the snap package loop mounted
df | grep openscad-nightly
/dev/loop16 /snap/openscad-nightly/2609
losetup
/dev/loop16 /var/lib/snapd/snaps/openscad-nightly_2609.snap
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
--
Ron Wheeler
Artifact Software
438-345-3369
rwheeler@artifact-software.com
I also tried the stable version
$ snap install openscad
openscad 2021.01 from Torsten Paul installed
$ openscad
/snap/openscad/160/usr/bin/openscad: error while loading shared
libraries: libQt5Core.so.5: cannot open shared object file: No such file
or directory
I see that there are not a lot of Centos users.
On 2021-05-08 10:16 p.m., Torsten Paul wrote:
Maybe refresh the snap package to latest 2609 version, who knows,
could be a broken build at some point. Latest works on my Debian
system.
For me the Qt library is in:
/snap/openscad-nightly/2609/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
because I have version 2609 of openscad-nightly installed:
$ snap list
Name Version Rev Tracking Publisher
core20 20210319 975 latest/stable canonical✓
openscad-nightly 0+git.5e5ae1f9c 2609 latest/edge torsten-paul
snapd 2.49.2 11588 latest/stable canonical
and it's actually coming from the snap package loop mounted
df | grep openscad-nightly
/dev/loop16 /snap/openscad-nightly/2609
losetup
/dev/loop16 /var/lib/snapd/snaps/openscad-nightly_2609.snap
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
--
Ron Wheeler
Artifact Software
438-345-3369
rwheeler@artifact-software.com
I uninstalled openscad-nightly and cleared out the .config in my /home
Still does not work with the same error message about libQt5Core.so.5
not being found
$openscad-nightly
/snap/openscad-nightly/2609/usr/bin/openscad-nightly: error while
loading shared libraries: libQt5Core.so.5: cannot open shared object
file: No such file or directory
I did a find on the entire 2609 folder using #find . libQt5Core.so.5
The file is found as ./usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Any idea about why openscad-nightly can not find it?
What can I do to get OpenScad back working?
#df -v
Filesystem 1K-blocks Used Available Use%
Mounted on
devtmpfs 8089980 0 8089980 0% /dev
tmpfs 8141236 404936 7736300 5%
/dev/shm
tmpfs 8141236 121716 8019520 2% /run
tmpfs 8141236 0 8141236 0%
/sys/fs/cgroup
/dev/mapper/centos_workstation1-root 52403200 38536788 13866412 74% /
/dev/loop2 101632 101632 0 100%
/var/lib/snapd/snap/core/10908
/dev/loop3 63232 63232 0 100%
/var/lib/snapd/snap/core20/975
/dev/loop4 101632 101632 0 100%
/var/lib/snapd/snap/core/10958
/dev/loop5 63232 63232 0 100%
/var/lib/snapd/snap/core20/904
/dev/sda2 1038336 294972 743364 29% /boot
/dev/sda1 204580 11636 192944 6%
/boot/efi
/dev/loop0 123904 123904 0 100%
/var/lib/snapd/snap/openscad-nightly/2609
#cd /var/lib/snapd/snap/openscad-nightly/
#find . libQt5Core.so.5
./usr/lib/x86_64-linux-gnu/libQt5Core.so.5
On 2021-05-08 10:16 p.m., Torsten Paul wrote:
Maybe refresh the snap package to latest 2609 version, who knows,
could be a broken build at some point. Latest works on my Debian
system.
For me the Qt library is in:
/snap/openscad-nightly/2609/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
because I have version 2609 of openscad-nightly installed:
$ snap list
Name Version Rev Tracking Publisher
core20 20210319 975 latest/stable canonical✓
openscad-nightly 0+git.5e5ae1f9c 2609 latest/edge torsten-paul
snapd 2.49.2 11588 latest/stable canonical
and it's actually coming from the snap package loop mounted
df | grep openscad-nightly
/dev/loop16 /snap/openscad-nightly/2609
losetup
/dev/loop16 /var/lib/snapd/snaps/openscad-nightly_2609.snap
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
--
Ron Wheeler
Artifact Software
438-345-3369
rwheeler@artifact-software.com
Any suggestions, I miss my OpenScad?
On 2021-05-10 10:30 p.m., Ron Wheeler wrote:
I uninstalled openscad-nightly and cleared out the .config in my /home
Still does not work with the same error message about libQt5Core.so.5
not being found
$openscad-nightly
/snap/openscad-nightly/2609/usr/bin/openscad-nightly: error while
loading shared libraries: libQt5Core.so.5: cannot open shared object
file: No such file or directory
I did a find on the entire 2609 folder using #find . libQt5Core.so.5
The file is found as ./usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Any idea about why openscad-nightly can not find it?
What can I do to get OpenScad back working?
#df -v
Filesystem 1K-blocks Used Available
Use% Mounted on
devtmpfs 8089980 0 8089980 0% /dev
tmpfs 8141236 404936 7736300 5%
/dev/shm
tmpfs 8141236 121716 8019520 2% /run
tmpfs 8141236 0 8141236 0%
/sys/fs/cgroup
/dev/mapper/centos_workstation1-root 52403200 38536788 13866412 74% /
/dev/loop2 101632 101632 0 100%
/var/lib/snapd/snap/core/10908
/dev/loop3 63232 63232 0 100%
/var/lib/snapd/snap/core20/975
/dev/loop4 101632 101632 0 100%
/var/lib/snapd/snap/core/10958
/dev/loop5 63232 63232 0 100%
/var/lib/snapd/snap/core20/904
/dev/sda2 1038336 294972 743364 29% /boot
/dev/sda1 204580 11636 192944 6%
/boot/efi
/dev/loop0 123904 123904 0 100%
/var/lib/snapd/snap/openscad-nightly/2609
#cd /var/lib/snapd/snap/openscad-nightly/
#find . libQt5Core.so.5
./usr/lib/x86_64-linux-gnu/libQt5Core.so.5
On 2021-05-08 10:16 p.m., Torsten Paul wrote:
Maybe refresh the snap package to latest 2609 version, who knows,
could be a broken build at some point. Latest works on my Debian
system.
For me the Qt library is in:
/snap/openscad-nightly/2609/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
because I have version 2609 of openscad-nightly installed:
$ snap list
Name Version Rev Tracking Publisher
core20 20210319 975 latest/stable canonical✓
openscad-nightly 0+git.5e5ae1f9c 2609 latest/edge torsten-paul
snapd 2.49.2 11588 latest/stable canonical
and it's actually coming from the snap package loop mounted
df | grep openscad-nightly
/dev/loop16 /snap/openscad-nightly/2609
losetup
/dev/loop16 /var/lib/snapd/snaps/openscad-nightly_2609.snap
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org
--
Ron Wheeler
Artifact Software
438-345-3369
rwheeler@artifact-software.com
--
Ron Wheeler
Artifact Software
438-345-3369
rwheeler@artifact-software.com