Smbind config.php points to wrong smarty path by default

Bug #385545 reported by Hasanuddin Abu Bakar
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
smbind (Ubuntu)
Confirmed
Undecided
Unassigned
Nominated for Karmic by Geordi LaForge
Nominated for Lucid by Geordi LaForge
Nominated for Maverick by Geordi LaForge

Bug Description

Binary package hint: smbind

On Intrepid Version: 0.4.7-2 in file /usr/share/smbind/php/config.php by default is

$_CONF['smarty_path'] = "/usr/share/php/smarty/lib";

Which is pointed to wrong Smarty path which is actually "/usr/share/php/smarty"
This bug should be fixed so no more edit to be done on every setup. Thanks

Tags: smarty smbind
tags: added: smarty
tags: added: smbind
Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

No idea on when the package will be correct ?

Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

After an update again the problem in smbind.
Is it so difficult to change a line in the config.php file ?

The actual version of the package is smbind 0.4.7-3+lenny1build0.9.10.1,
this package was generated Fri, 01 Oct 2010 17:42:47 -0700...
Is it possible verify the bug associated on a package before a new deploy ????

Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

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 )

Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

Problem present in 9.10/10.04/10.10RC

Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

Any answer please...

Revision history for this message
Geordi LaForge (develop-ipv7) wrote :

After a year without answer/resolution, i can say that, put a bug for ubuntu is only a way to losing time.
Bye bye ubuntu in my server environment.

Changed in smbind (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.