I'm trying to compile PHP with sablot on Mac OS X (10.0.4). When I use
the --with-sablot flag (with a variety of direcotries specified) the
configure script always craps out trying to find an iconv library. I
installed libiconv 1.7, but I still get the same problems:
checking for Sablotron XSL s
I'm trying to install php with the Sablot extension on my Mac OS X
machine. I've been able to compile php without the --with-sablot flag
and it works just fine. However, when I try the --with-sablot flag the
configure script complains about not finding iconv. So, I downloaded
and compiled libiconv