On Mon, 19 Oct 2015 19:40:24 -0400, Neal Becker wrote: > >> ImportError: libidn.so.11: cannot open shared object file: No such file > >> or directory > No idea how, but somehow libidn.x86_64 was missing (this is x86_64 fedora 22 > system). Taking a deeper look, this is reason to be worried. Because libcurl.x86_64 should be installed. It's needed by too many other packages, such as systemd, see: rpm -q --whatrequires 'libcurl.so.4()(64bit)' And libcurl depends on libidn, see: rpm -q --whatrequires 'libidn.so.11()(64bit)' Even systemd is in the output again. So, a missing package libidn.x86_64 on an x86_64 installation is severe breakage on your machine. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org