khoj-ai / khoj

Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.
https://khoj.dev
GNU Affero General Public License v3.0
12.63k stars 640 forks source link

[FIX] AppImage for 1.12.1 missing some libs #776

Open ychaouche opened 3 months ago

ychaouche commented 3 months ago

Describe the bug

$ ./Khoj-1.12.1x86_64.AppImage
/tmp/.mount_Khoj-1EaaAd0/Khoj: /usr/lib/x86_64-linux-gnu/libnss3.so: version `NSS_3.30' not found (required by /tmp/.mount_Khoj-1EaaAd0/Khoj)
/tmp/.mount_Khoj-1EaaAd0/Khoj: /lib/x86_64-linux-gnu/libdbus-1.so.3: no version information available (required by /tmp/.mount_Khoj-1EaaAd0/Khoj)
/tmp/.mount_Khoj-1EaaAd0/Khoj: /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0: no version information available (required by /tmp/.mount_Khoj-1EaaAd0/Khoj)
$

Platform

Additional context

Maybe the appimage should ship its own libnss3.so, ibdbus-1.so.3, and libxkbcommon.so.0?