|
|
| |
|
·
|
Online Website Designer |
|
·
|
Free Webmail |
|
·
|
E-Mail Anti Virus Scanning |
|
·
|
MySQL4.1 Optional Support |
|
·
|
PHP5 Optional Support |
|
·
|
Latest PHPMyAdmin |
|
·
|
Free Multiple FTP Accounts |
|
·
|
Free SpamAssassin Install |
| |
|
|
| |
| Question : | How do I install Sablotron with PHP?
| | Answer : | NOTE: PHP4.2.x uses --enable-xslt --with-xslt-sablot not --with-sablot in the configure line.
You need to first install expat, followed by Sablotron. Then you need to reinstall PHP. This is the method we used :-
Get source for expat
http://sourceforge.net/projects/expat/ (check for latest)
wget http://telia.dl.sourceforge.net/sourceforge/expat/expat-1.95.5.tar.gz
tar -pxzf expat-1.95.5.tar.gz
cd expat-1.95.5
./configure
make
make install
cd ..
rm –r expat-1.95.2*
*Make sure that /etc/ld.so.conf contains /usr/local/lib
then run
ldconfig
Get the source from http://www.gingerall.com
http://download-2.gingerall.cz/download/sablot/Sablot-0.96.tar.gz
tar -pxzf Sablot-0.96.tar.gz
cd Sablot-0.96
./configure
make
make install
ldconfig
cd ..
rm –r Sablot-0.96*
Then recompile PHP using --enable-xslt --with-xslt-sablot in the cofigure line.
Had a problem with error messages found a site
http://archive.gingerall.cz/archives/public/sablot2002/msg02029.html
Then used the patch and it worked great
in the Sablot dir
wget http://phpfaq.info/sablot/Sablot-0.96.1.patch
patch -p2 < Sablot-0.96.1.patch
| | | Categories
Return to the main FAQ list |
|