Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: ts86 on July 22, 2004, 10:41:00 AM

Title: e-smith-imp-1.10.0.04dm.noarch.rpm
Post by: ts86 on July 22, 2004, 10:41:00 AM
Hi all,

Where can I find this RPM from?

Apparently I need it for the webmail change password addon (produced by "Rigger").

Any help/information appricated.

--
T.
Title: e-smith-imp-1.10.0.04dm.noarch.rpm
Post by: ergozd on July 22, 2004, 10:53:06 AM
http://mirror.contribs.org/smeserver/contribs/dmusty/SME6.0/webmail/e-smith-imp-1.10.0-04dm.noarch.rpm
Title: error on install
Post by: ts86 on July 22, 2004, 12:47:49 PM
Thanks very much. I did do a search on the site, but the link didn't come up.

I tried installing that RPM, but for this error:

file /etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/120MenuSettings from install of e-smith-imp-1.10.0-04dm conflicts with file from package e-smith-imp-1.10.0-02


What do I do?

TIA, T.
Title: e-smith-imp-1.10.0.04dm.noarch.rpm
Post by: ergozd on July 22, 2004, 06:59:01 PM
Rigger's RPM is modifying one of templates to enable Turba, Kronolith, Mnemo and Nag (actually to show them in menu bar)...
Code: [Select]
$conf['menu']['apps'] = array('turba','kronolith','mnemo','nag');
assuming that you've installed them. So go ahead and install it with
Code: [Select]
rpm -Uvh --nodeps ....

Best rgds, Ergin
Title: !
Post by: ts86 on July 22, 2004, 09:30:43 PM
Brilliant. Thanks very much.