if anyone else wants to install sablot and has a custom system , you need to mod configure goto the line where it statically checks for a sablot include files and change it to your path
for i in /usr/local/etc/xslt; do condition="$i$XSLT_TEST_FILE" if test -r $condition; then XSLT_DIR=$i fi done this is my custom mod for i in /usr /usr/local; do condition="$i$XSLT_TEST_FILE" if test -r $condition; then XSLT_DIR=$i fi done this is what it was before , as even giving it a path in configure got ignored hope this helps -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php