mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #112] [Bug] Failed to load dynamic library 'libdart_ffi.so' #55
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sharp on GitHub (Dec 1, 2021).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/112
Originally assigned to: @LucasXu0 on GitHub.
Hello, when I run app with vs code&android&mac m1, it gave error:
ArgumentError (Invalid argument(s): Failed to load dynamic library 'libdart_ffi.so': dlopen failed: library "libdart_ffi.so" not found)@irfanbacker commented on GitHub (Dec 1, 2021):
Are you trying to build for android? Appflowy only supports desktops as of now
@sharp commented on GitHub (Dec 2, 2021):
@irfanbacker Got it , thanks
@irfanbacker commented on GitHub (Dec 2, 2021):
You can close the issue then
@jcdickinson commented on GitHub (May 21, 2022):
Found this issue through the FAQ. On Fedora you may need to install
openssl1.1.x86_64, e.g.@Random72IsTaken commented on GitHub (Jun 17, 2022):
I did this on Ubuntu 22.04.
~/Downloads/AppFlowy/app_flowyand saw thelibsslwhatever not being found.ldd ~/Downloads/AppFlowy/lib/libdart_ffi.sowhich was first read to reach the error and shown the missing 2 library links, which Ubuntu has new versions of:sudo find / -name "libssl*", which had found that thattorguardapp has them in itslibdirectory!LD_LIBRARY_PATHvariable is used to find those libraries and initially echoing it has an empty result!LD_LIBRARY_PATH="/opt/torguard/lib" ~/Downloads/AppFlowy/app_flowyand it worked!/usr/local/lib, then touched 2 conf files for them like so:sudo nano /etc/ld.so.conf.d/libcrypto.so.1.1.confwith only/usr/local/libinside.sudo nano /etc/ld.so.conf.d/libssl.so.1.1.confwith only/usr/local/libinside.export LD_LIBRARY_PATH="/usr/local/lib, I guess, then runsudo ldconfigto save it all! 😋Credits: dave1 and HeadOnFire (from Laravel community)
@alflanagan commented on GitHub (Jul 19, 2022):
An easier way to get the missing libraries in Ubuntu 22.04:
if the above doesn''t work, see https://stackoverflow.com/a/72633324/132510.
@MikeWallaceDev commented on GitHub (Jul 23, 2022):
Reopened because this problem seems to be our "blank page" problem. I will check this out. We problably need to add to the documentation.
Note to self: also look at #566
@aarhusgregersen commented on GitHub (Aug 6, 2022):
Hey @MikeWallaceDev , how is this related to the blank page problem? Assuming you mean #136 ?
@yodatak commented on GitHub (Feb 13, 2023):
It crash even the flatpak
https://github.com/flathub/io.appflowy.AppFlowy/issues/12
@yodatak commented on GitHub (Feb 25, 2023):
Same thing for the flatpak version
ldd /home/yodatak/.local/share/flatpak/app/io.appflowy.AppFlowy/x86_64/stable/df5e19d9bbfc49b666700edeb08529bc8064abce328cd6bdcee9b35db5241baf/files/appflowy/lib/libdart_ffi.so
linux-vdso.so.1 (0x00007ffd50f0c000)
libssl.so.1.1 => not found
libcrypto.so.1.1 => not found
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f05429e0000)
librt.so.1 => /lib64/librt.so.1 (0x00007f0543fb7000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0543fb2000)
libm.so.6 => /lib64/libm.so.6 (0x00007f0542900000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f0543fab000)
libc.so.6 => /lib64/libc.so.6 (0x00007f0542723000)
/lib64/ld-linux-x86-64.so.2 (0x00007f0543fda000)
@johnblommers commented on GitHub (Mar 3, 2023):
The flatpak version gives a blank page. In the terminal:
@annieappflowy commented on GitHub (Jun 12, 2023):
Still not working? @johnblommers
@johnblommers commented on GitHub (Jun 12, 2023):
appflowy is working normally today. Thanks for asking :-)