I am having issue installing tidy on centos, can install the app without Tidy?
Thanks
Tidy - on centos
Started by sanbrar, Mar 08 2012 11:18 PM
3 replies to this topic
#2
Posted 09 March 2012 - 03:43 AM
You could modify PageView function tidy, as well as BeginRequestBehavior.php, there is a handleTidyEvent. Also then you would have to rem it out during the installation check.
Jason Green
Zurmo Team
Need support? Upgrade now
#3
Posted 09 March 2012 - 04:27 AM
Finally I was able to get it work
cd /usr/src
svn co http://svn.php.net/r...P_5_3/ext/tidy/
cd tidy
phpize
./configure
make
make install
cp -f /usr/lib64/php/modules/tidy.so /usr/lib64/php-zts/modules
vi /etc/php.ini
add
extension=tidy.so
Thanks
cd /usr/src
svn co http://svn.php.net/r...P_5_3/ext/tidy/
cd tidy
phpize
./configure
make
make install
cp -f /usr/lib64/php/modules/tidy.so /usr/lib64/php-zts/modules
vi /etc/php.ini
add
extension=tidy.so
Thanks
#4
Posted 09 March 2012 - 02:49 PM
That works too. I think for the future we will make tidy optional
Jason Green
Zurmo Team
Need support? Upgrade now
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










