How to install Vips on CentOS?
Posted
by
A4J
on Server Fault
See other posts from Server Fault
or by A4J
Published on 2012-09-07T15:30:02Z
Indexed on
2012/09/07
15:39 UTC
Read the original article
Hit count: 642
centos6
I am trying to install Vips on my CentOS box
I've downloaded the latest files:
wget http://www.vips.ecs.soton.ac.uk/supported/current/vips-7.30.0.tar.gz
wget http://www.vips.ecs.soton.ac.uk/supported/current/nip2-7.30.1.tar.gz
And on ./configure
I get:
configure: error: Package requirements (glib-2.0 >= 2.6 gmodule-2.0 >= 2.4 libxml-2.0 gobject-2.0) were not met:
No package 'glib-2.0' found
No package 'gmodule-2.0' found
No package 'gobject-2.0' found
However I have tried yum install glib2
and rerun ./configure but get the same error.
Am I doing something wrong? Anyone know how to install it correctly on CentOS 6?
© Server Fault or respective owner