Page 1 of 1

How to install all missed libs?

Posted: 08 May 2021, 21:54
by mirko
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?

How to install all missed libs?

Posted: 08 May 2021, 23:18
by donald
https://packages.slackware.com/

search mode = content

How to install all missed libs?

Posted: 08 May 2021, 23:40
by ncmprhnsbl
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)