Xubuntu 14.04 LTS There is wrong patch in makefiles. Files are copied to "/usr/local/share/**" should be "/usr/share/**" Solution: Change in configure line 585 "ac_default_prefix=/usr/local" to "ac_default_prefix=/usr" Than ./configure && make && sudo make install
You need to add the prefix parameter to configure: ./configure --prefix=/usr