Post here if you are a new Porteus member and you're looking for some help.
-
mirko
- White ninja

- Posts: 4
- Joined: 21 Apr 2021, 14:33
- Distribution: Porteus 5 x64
Post#1
by mirko » 08 May 2021, 21:54
Porteus XFCE x64 5.0RC2. I tried to run n XMR wallet from
https://downloads.getmonero.org/gui/mon ... .1.tar.bz2 but got a lot of errors about missed libs. LDD shows the following list:
root@porteus:~/Documents/monero-gui-v0.17.2.1# ldd monero-wallet-gui |grep "not found"
libxcb-icccm.so.4 => not found
libxcb-image.so.0 => not found
libxcb-keysyms.so.1 => not found
libxcb-render-util.so.0 => not found
Where can I get all that missed stuff?
mirko
-
donald
- Full of knowledge

- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#2
by donald » 08 May 2021, 23:18
donald
-
ncmprhnsbl
- DEV Team

- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
-
Contact:
Post#3
by ncmprhnsbl » 08 May 2021, 23:40
try: (as root)
Code: Select all
getpkg xcb-util-wm xcb-util-renderutil xcb-util-keysyms xcb-util-image
this produce modules for each of these in the designated folder(make sure to choose a POSIX filesystem for this) and move them to porteus/modules folder (or somewhere else safe outside the live system) and activate them.
and maybe xcb-util-cursor
(all qt5 deps)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
ncmprhnsbl