simplex-chat / simplex-chat/simplexmq
remove libcrypto.so.1.1 dependency from the server
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 847
- Forks
- 111
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 9
Description
After installing 5.4.0 , I get on Ubuntu 22.04.3 LTS the error :
/opt/simplex/smp-server: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
on https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory there is a solution but not recommended.
Is there a way to avoid this problem?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with /opt/simplex/smp-server version 5.4.0 on Ubuntu 22.04.3 LTS and inspect which shared libraries it requires. Trace how the server is built or packaged, then verify that the installed server starts without requiring libcrypto.so.1.1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, linux, ubuntu
- Domain
- backend, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100