mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #742] [Bug] App d'o nt run in Fedora 36 #317
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#317
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 @yodatak on GitHub (Jul 30, 2022).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/742
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Fedora 36
./app_flowy
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libdart_ffi.so': libssl.so.1.1: No file
#0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:12)
#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:23)
#2 _open (package:flowy_sdk/ffi.dart:23)
#3 _dl (package:flowy_sdk/ffi.dart:10)
#4 _set_stream_port (package:flowy_sdk/ffi.dart)
#5 set_stream_port (package:flowy_sdk/ffi.dart)
#6 FlowySDK.init (package:flowy_sdk/flowy_sdk.dart:32)
#7 InitRustSDKTask.initialize. (package:app_flowy/startup/tasks/rust_sdk.dart:13)
#8 InitRustSDKTask.initialize. (package:app_flowy/startup/tasks/rust_sdk.dart:12)
#9 _rootRunUnary (dart:async/zone.dart:1434)
#10 InitRustSDKTask.initialize (package:app_flowy/startup/tasks/rust_sdk.dart:12)
#11 AppLauncher.launch (package:app_flowy/startup/startup.dart:99)
@LinkTTT commented on GitHub (Aug 2, 2022):
You can fix this by installing openssl1.1
sudo dnf install openssl1.1@apomalyn commented on GitHub (Aug 9, 2022):
@yodatak were you able to test the solution proposed by LinkTTT?
If that resolved your issue, would you mind closing this issue? 😄
@yodatak commented on GitHub (Aug 17, 2022):
It work now thanks but i think we have to documentation this or remove this old dependency or flatpak it ;)
@MindSetFPS commented on GitHub (Feb 16, 2023):
Didn´t work for me, fodora 37.
@Anvith00 commented on GitHub (Feb 17, 2023):
@MindSetFPS You'll require installing the
openssl-develpackage in Fedora.If you are however building from source, these are the packages you'll need to install:
(I will make a PR for Fedora in Building in Linux.md)
@yodatak commented on GitHub (Feb 17, 2023):
In the flatapk version if don't fix anything because it had to be bundle with flatpak but why we need a so old library bytheway
@yodatak commented on GitHub (Feb 17, 2023):
and the packages is deprecated in Fedora
https://fedoraproject.org/wiki/Changes/DeprecateOpensslCompat
@Anvith00 commented on GitHub (Feb 17, 2023):
The maintainer for the flatpak build has been attempting over ways to include the openssl package inside the Flatpak.
openssl1.1was the previous LTS version and has been thus deprecated, except for the older distro releases (Fedora 35). The currentopensslandopenssl-develare the latest LTS versions (3.0). I have built from source with openssl-devel (version 3.0) with success.@Anvith00 commented on GitHub (Feb 17, 2023):
@yodatak If you're trying to run the tarball release, make sure you have
openssl(oropenssl-devel) andkeybinder-3installed.