Hi,
I am trying to get PHP5 installed with Tidy support. PHP5 comes with the tidy extension build in, you just have to add it when doing ./configure. I did:
./configure --with-tidy
I got PHP5 installed, and phpinfo() returns a page saying the tidy extension is installed and running. Before I compiled and installed PHP5, I installed libtidy into /usr/lib.
This did not work. When I try some tidy examples in PHP, no data is returned. So then I tried removing libtidy and putting it into the default location when configuring (/usr/local/lib/) Still does the same thing.
If anyone could give me step by step directions or any help at all, I would very much appreciate it!
Thanks!