mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
short tutorial how to setup on Fedora 26
parent
28e83e0039
commit
1923fb1cf7
25
Setup-on-fedora-26-with-dbus.md
Normal file
25
Setup-on-fedora-26-with-dbus.md
Normal file
@ -0,0 +1,25 @@
|
||||
## The problem
|
||||
Executing the binary after installing according to the install page leads on fedora26 to following error:
|
||||
|
||||
```
|
||||
./signal-cli -u +<number> daemon
|
||||
Missing native library dependency for dbus service: no unix-java in java.library.path
|
||||
```
|
||||
|
||||
Because there is no libunix-java.so
|
||||
|
||||
## Solution
|
||||
|
||||
To fix this problem install libmatthew-java and create a symbolic link in /usr/lib64 to /usr/lib64/libmatthew-java/libunix-java.so
|
||||
|
||||
`sudo dnf install libmatthew-java`
|
||||
|
||||
`ln -s /usr/lib64/libmatthew-java/libunix-java.so /usr/lib64/libunix-java.so`
|
||||
|
||||
Now the liblinux-java.so is on the default java.library.path according to [JDK on Fedora Documentation](https://fedoraproject.org/wiki/JDK_on_Fedora#OpenJDK_and_project_IcedTea)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user