Ok i understand that this package was taken as-is from the debian repo, but in the debian distribution, the smarty package put the lib in a dir called 'lib' under /usr/share/doc/smarty/ (http://packages.debian.org/lenny/all/smarty/filelist).
The problem start on ubuntu because the smarty package are different from debian package, http://packages.ubuntu.com/karmic/all/smarty/filelist, in this package, the smarty lib is directly under the dir /usr/share/doc/smarty/, so this issue is only un the ubuntu. Please change the package with a different config file that point on the correct dir for smarty package. Simply change on the file config.php this variable: $_CONF['smarty_path'] = "/usr/share/php/smarty/libs"; #Debian configuration TO $_CONF['smarty_path'] = "/usr/share/php/smarty"; #Ubuntu configuration Thank you a lot (when you'll resolve this bug... :-P ) -- Smbind config.php points to wrong smarty path by default https://bugs.launchpad.net/bugs/385545 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
