Comment 2 for bug 1177321

Revision history for this message
Nir Yeffet (nir-launchpad-net-8ff8) wrote :

Temporary and ugly fix; run as root

cd
wget http://www.smarty.net/files/Smarty-2.6.27.tar.gz
cd /usr/share/php/
tar xzf ~/Smarty-2.6.27.tar.gz
chown -R root:root Smarty-2.6.27
cd /usr/share/gallery2/lib
rm smarty
ln -s /usr/share/php/Smarty-2.6.27/libs smarty