Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active November 6, 2019 23:09
Show Gist options
  • Save dasgoll/40ff319fc564789bcd1b to your computer and use it in GitHub Desktop.
Save dasgoll/40ff319fc564789bcd1b to your computer and use it in GitHub Desktop.
## Install RSSOwl 2.2.1 on Fedora 21
[root@goll ~]# java -version
openjdk version "1.8.0_40"
OpenJDK Runtime Environment (build 1.8.0_40-b25)
OpenJDK 64-Bit Server VM (build 25.40-b25, mixed mode)
wget 'http://downloads.sourceforge.net/project/rssowl/rssowl%202/2.2.1/rssowl-2.2.1.linux.x86.zip?r=http%3A%2F%2Fwww.rssowl.org%2F&ts=1428992189&use_mirror=cznic' -O rssowl-2.2.1.linux.x86.zip
unzip rssowl-2.2.1.linux.x86.zip
cd rssowl/xulrunner
chmod 755 $(file * | grep executable | sed 's/:.*//')
[goll@goll xulrunner]$ ./xulrunner --register-user
./xulrunner-bin: error while loading shared libraries: libhunspell-1.2.so.0: cannot open shared object file: No such file or directory
sudo ln -s /usr/lib64/libhunspell-1.3.so.0 /usr/lib64/libhunspell-1.2.so.0
sudo ldconfig
@vsego
Copy link

vsego commented Jul 1, 2017

Works for Fedora 25 too. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment