I am trying to recompile PHP with calendar and tidy support. This is what I get when I run config.nice in the PHP directory:
checking for TIDY support... yes
configure: error: Cannot find libtidy
However, libtidy is installed on my system. It's location is /usr/lib64/libtidy-0.99.so.0 which is a symbolic link to libtidy-0.99.so.0.0.0 in the same directory.
How can I get the config script to acknowledge/find the libtidy library in /usr/lib64?
Thanks,
Kevin