bohoomil / fontconfig-ultimate

freetype2-infinality run-time settings => infinality compatible fontconfig => infinality-bundle
454 stars 38 forks source link

Installation on Mageia 5 x86_64 - libpng16.so.16 dependency not satisfied #108

Open RafaAguilar opened 9 years ago

RafaAguilar commented 9 years ago

Hi Bohoomil,

First, thank you for your efforts, i was trying to make a local repository of fontconfig-ultimate from OpenSuse Repo, i just downloaded all package an run genhdlist2 ., later i added to my repo urls, everything fine 'til this step, when i was trying to install packages, this came up:

Can't install:
cairo-infinality-ultimate-1.14.2-12.2.x86_64 (due to unsatisfied dependency libpng16.so.16(PNG16_0)(64bit))

However i got that lib installed on /usr/lib64/libpng16.so.16 but i also has a 32bits version under /usr/lib/libpng16.so.16, my guess is that the link into the compiled sources is the /usr/lib.. route, instead /usr/lib64..., and thats why it doesn't find the actual 64bits version.

So, in conclusion, i would like to re-compile or help you to support Mageia 5, how can change that behaviour?.

Regards,