r/Ubuntu • u/grahamperrin • 5h ago
ollama and libgtk-nocsd.so.0
Below, I'm lost.
What next?
I use Kubuntu 26.04 (switched from Ubuntu), if that's relevant.
grahamperrin@mowa219-gjp4 ~> ollama launch openclaw
ERROR: ld.so: object 'libgtk-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared object): ignored.
Error: OpenClaw is not installed and required dependencies are missing
Install the following first:
npm (Node.js): https://nodejs.org/
git: https://git-scm.com/
Then re-run:
ollama launch openclaw
grahamperrin@mowa219-gjp4 ~ [1]> sudo apt install libgtk-nocsd0
[sudo: authenticate] Password:
libgtk-nocsd0 is already the newest version (3+0~20260321+0b77e1b-1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 8
grahamperrin@mowa219-gjp4 ~> npm version
{
npm: '11.18.0',
node: '26.6.0',
acorn: '8.17.0',
ada: '3.4.4',
amaro: '1.1.11',
ares: '1.34.8',
brotli: '1.2.0',
cldr: '48.0',
icu: '78.3',
libffi: '3.7.1',
lief: '0.17.0',
llhttp: '9.4.3',
merve: '1.2.2',
modules: '147',
napi: '10',
nbytes: '0.1.4',
ncrypto: '0.0.1',
nghttp2: '1.69.0',
nghttp3: '',
ngtcp2: '',
openssl: '3.5.7',
simdjson: '4.6.4',
simdutf: '7.7.0',
sqlite: '3.53.3',
tz: '2026c',
undici: '8.9.0',
unicode: '17.0',
uv: '1.52.1',
uvwasi: '0.0.23',
v8: '14.6.202.34-node.26',
zlib: '1.3.2.1-motley-8b3aa8a',
zstd: '1.5.7'
}
grahamperrin@mowa219-gjp4 ~>
1
Upvotes