Forum How do I...?

Dependency problems installing prince

tharkun
I'm trying to install prince-7.1-1.centos52.i386.rpm on my centos 5.5 x86_64 machine and I get the following:

error: Failed dependencies:
libexpat.so.0 is needed by prince-7.1-1.i386
libfontconfig.so.1 is needed by prince-7.1-1.i386
libgif.so.4 is needed by prince-7.1-1.i386
libtiff.so.3 is needed by prince-7.1-1.i386
libungif.so.4 is needed by prince-7.1-1.i386

where can I get these packages, resp. are they part of bigger packages?
tharkun
and here is the answer :)

yum install expat
yum install fontconfig
yum install libtiff
yum install libgif

that's it. thanks for the forum :)
marke
For me, "yum install libgif" did not work. Instead, "yum install giflib" installs both libgif and libungif.
sukeerthiadiga
CentOS 7

yum install expat
yum install fontconfig
yum install libtiff
yum install giflib