[GH-ISSUE #2619] [BUG]: Missing library on startup #1697

Closed
opened 2026-02-22 18:26:07 -05:00 by yindo · 3 comments
Owner

Originally created by @factor3 on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2619

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I installed AnythingLLM following the instructions provided at:

https://docs.anythingllm.com/installation-desktop/linux#install-using-the-installer-script

this is installed on a system running Ubuntu V22.04.

When I start the start script, I get the following failure message:

/home/mainuserAnythingLLMDesktop/anythingllm-desktop/anythingllm-desktop: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory

What is this library and how can I get AnythingLLM to start up?

Are there known steps to reproduce?

  1. Download the LLMAnything App as instructed.
  2. Enter "~/AnythingLLMDesktop/start" and press ENTER.
  3. See the error.
Originally created by @factor3 on GitHub (Nov 11, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2619 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? I installed AnythingLLM following the instructions provided at: https://docs.anythingllm.com/installation-desktop/linux#install-using-the-installer-script this is installed on a system running Ubuntu V22.04. When I start the start script, I get the following failure message: `/home/mainuserAnythingLLMDesktop/anythingllm-desktop/anythingllm-desktop: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory` What is this library and how can I get AnythingLLM to start up? ### Are there known steps to reproduce? 1. Download the LLMAnything App as instructed. 2. Enter "~/AnythingLLMDesktop/start" and press ENTER. 3. See the error.
yindo added the possible bug label 2026-02-22 18:26:07 -05:00
yindo closed this issue 2026-02-22 18:26:07 -05:00
Author
Owner

@timothycarambat commented on GitHub (Nov 11, 2024):

This enables Electron to launch a browser process, most distros have this installed since it is a common dep
sudo apt-get install libatk1.0-0 is how you install this dependency

@timothycarambat commented on GitHub (Nov 11, 2024): This enables Electron to launch a browser process, most distros have this installed since it is a common dep `sudo apt-get install libatk1.0-0` is how you install this dependency
Author
Owner

@FY21TH commented on GitHub (Feb 11, 2025):

This enables Electron to launch a browser process, most distros have this installed since it is a common dep sudo apt-get install libatk1.0-0 is how you install this dependency

It not works on centos 7

@FY21TH commented on GitHub (Feb 11, 2025): > This enables Electron to launch a browser process, most distros have this installed since it is a common dep `sudo apt-get install libatk1.0-0` is how you install this dependency It not works on centos 7
Author
Owner

@timothycarambat commented on GitHub (Feb 11, 2025):

CentOS uses yum - it was just an example.

@timothycarambat commented on GitHub (Feb 11, 2025): CentOS uses `yum` - it was just an example.
yindo changed title from [BUG]: Missing library on startup to [GH-ISSUE #2619] [BUG]: Missing library on startup 2026-06-05 14:42:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1697