I want to build PHP 5.3.9 on RHEL 6.2 with Tidy support. I get this message:
configure: error: Cannot find libtidy
So I try to install libtidy:
yum install libtidy libtidy-devel
but libtidy-devel is not available:
Package libtidy-0.99.0-19.20070615.1.el6.x86_64 already installed and latest version
No package libtidy-devel available.
Nothing to do
Shouldn't libtidy-devel be in Red Hat's repo? What should I do?
libtidy-devel is available in the repos.
Maybe you're missing the required channel?
Make sure you have
rhel-source
repo enabled in/etc/yum.repos.d
directory. By default it might not be andlibtidy-devel
will come from that repo.