Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created August 2, 2017 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d6rkaiz/539a30f6e2e81887eb681e59cfa39a8e to your computer and use it in GitHub Desktop.
Save d6rkaiz/539a30f6e2e81887eb681e59cfa39a8e to your computer and use it in GitHub Desktop.
mastodon 1.5.0 missing lib install package for centos 7
yum install libicu-devel
wget ftp://fr2.rpmfind.net/linux/centos/7.3.1611/os/x86_64/Packages/libidn-devel-1.28-4.el7.x86_64.rpm
rpm -ivh libidn-devel-1.28-4.el7.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment