Problem scenario
You are running the "configure" script on a RHEL server. You get this error:
"'configure' was unable to find any version of the GTK libraries on your system."
What should you do?
Solution
Run this:
sudo yum -y install gtk2-devel
A Technical I.T./DevOps Blog
Problem scenario
You are running the "configure" script on a RHEL server. You get this error:
"'configure' was unable to find any version of the GTK libraries on your system."
What should you do?
Solution
Run this:
sudo yum -y install gtk2-devel