On Fri, 5 Oct 2007, Daniel Barowy wrote:
Hello,
Does anyone have any pointers for getting the HTML Tidy extensions
working in PHP on OpenBSD? I am running a 4.0 system.
In case anyone is looking to fix this particular problem, this is how I
fixed it:
http://secure.lv/~nikns/stuff/ports/tidy-051026.diff
Apparently there was no shared version of libtidy. Found a note in CVS
about this having been fixed in more recent releases with a pointer to a
thread about the patch mentioned above. Just needed to patch the tidy
Makefile, make, make install, remove my current PHP installation, build
using the modified php5-core makefile (added --with-tidy), and then
reinstall the PHP modules I just removed.
Anyway, many thanks to the people who put the patch together.
Dan