[GH-ISSUE #2419] [BUG]: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or director #1572

Closed
opened 2026-02-22 18:25:28 -05:00 by yindo · 1 comment
Owner

Originally created by @VincentJGeisler on GitHub (Oct 4, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2419

How are you running AnythingLLM?

Local development

What happened?

installed using the script on ubuntu 22.04
curl -fsSL https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/installer.sh | sh
then ran start

died with the above error

Are there known steps to reproduce?

follow the linux install guide. fails at the start command

Originally created by @VincentJGeisler on GitHub (Oct 4, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2419 ### How are you running AnythingLLM? Local development ### What happened? installed using the script on ubuntu 22.04 curl -fsSL https://s3.us-west-1.amazonaws.com/public.useanything.com/latest/installer.sh | sh then ran start died with the above error ### Are there known steps to reproduce? follow the linux install guide. fails at the start command
yindo added the possible bug label 2026-02-22 18:25:28 -05:00
yindo closed this issue 2026-02-22 18:25:28 -05:00
Author
Owner

@timothycarambat commented on GitHub (Oct 4, 2024):

Related to electron/chromium: https://github.com/puppeteer/puppeteer/issues/12003#issuecomment-1965974235

System dep appears to be missing, not something we bundle in the app.
sudo apt-get install libatk1.0-0

@timothycarambat commented on GitHub (Oct 4, 2024): Related to electron/chromium: https://github.com/puppeteer/puppeteer/issues/12003#issuecomment-1965974235 System dep appears to be missing, not something we bundle in the app. `sudo apt-get install libatk1.0-0`
yindo changed title from [BUG]: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or director to [GH-ISSUE #2419] [BUG]: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or director 2026-06-05 14:41:29 -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#1572