Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: tviles on October 03, 2008, 07:53:40 PM
-
What does this mean and can you tell me what to do please.
--> Finished Dependency Resolution
Error: Missing Dependency: imp-h3 >= 4.2 is needed by package smeserver-kronolith
Error: Missing Dependency: horde >= 3.2 is needed by package kronolith-h3
================================================================
No new rpms were installed. No additional commands are required.
-
I use Putty and paste this in. I'm logged in as root
yum --enablerepo=smecontribs install smeserver-kronolith
-
The current version of Kronolith that is in smecontribs will only work with horde 3.2 and above. Horde 3.2 is what will be in SME 7.4. If you really need the older version of Kronolith, then send me a personal email and I'll send it to you.
John
-
coincidentally I am just doing a re-install and have come across the same problem,
so I downloaded the files from
Index of /pub/linux/distributions/smeserver/contribs/jbennett/sme7/horde3.1.x/RPMS
and did a yum localinstall
signal-event post-upgrade; signal-event reboot
seemed to go ok
but still not working
have I grabbed the wrong files Jonn
regards
Jim
-
I would imagine they are old. I actually forgot they were there in my contribs space. I'll have to refresh those files and leave them there for anyone needing the older version. I'll work on that this weekend, then updated this thread.
Seems to be more people using these than I have thought. I do have a bug report open as a NFR to include kronolith, mnemo, and nag into the base.
John
-
Thanks John much appreciated
regards
Jim
-
I have just uploaded the older rpm files as zip files to my contribs area. As soon as the mirrors sync, you should be in business.
mirror.contribs.org/contribs/jbennett/sme7
-
Thanks John got them
you don't happen to have copies of trean and gollem do you
regards
Jim
-
Hmm
just installed the kronolith 2.1.8 rpm on my sme 7.3 and still not showing up
used yum localinstall all seemed to go ok
then did a signal-event post-upgrade; signal-event reboot
on horde front page it says
Horde_Block_kronolith_month not found. and no sign of kronolith
yum info installed *kronolith*
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Installed Packages
Name : kronolith-h3
Arch : noarch
Version: 2.1.8
Release: 1.el4.sme
Size : 5.4 M
Repo : installed
Summary: The web-based calendar system for Horde.
any ideas please
regards
Jim
-
I have trean and gollem and yes, I'll upload them later today. For Kronolith, you must install the 5 rpms that are in the zip file. Your error is because smeserver-kronolith is not installed which holds the horde/config/registry.php entries needed for kronolith. All of the rpms have a horde component and a smeserver-xxx component.
One final note, trean does not currently work with horde 3.2, so if you upgrade to 7.4, you will break your horde install until to set trean to inactive in horde/config/registry.php
John
-
I uploaded gollem, but not trean. Those are actually both still in the smecontribs repo and are the most current versions available from horde.
John
-
right you are John I assumed yum would install all the dependencies it found in the local folder, so they have to be individually installed yes? is that the same for nag mnemo etc.
thanks for the info on trean I will skip it this time pity,
regards
Jim
-
right you are John I assumed yum would install all the dependencies it found in the local folder, so they have to be individually installed yes? is that the same for nag mnemo etc.
thanks for the info on trean I will skip it this time pity,
regards
Jim
Yes, for any rpm's that need to be installed locally, I always do
yum localinstall *.rpm
or
yum localinstall name_of_file1.rpm name_of_file2.rpm
Don't know why yum doesn't look locally for any dependencies since I am telling it to install locally.
If you really want to use trean, then hit me up after 7.4 is released. I do have it working and am using it on my production server.
John
-
Thanks again john will give you a shout when 7.4 is out
all the best
Jim
-
hmm installed the kronolith with yum localinstall *.rpm
still getting Horde_Block_kronolith_month not found. and no sign of kronolith
mnemo and nag installed fine
gollem not showing up either ?
-
hmm installed the kronolith with yum localinstall *.rpm
still getting Horde_Block_kronolith_month not found. and no sign of kronolith
mnemo and nag installed fine
gollem not showing up either ?
Verify you have smeserver-kronolith installed. Actually verify you have all 5 of the rpms in the kronolith installed. You can also check /etc/e-smith/templates/home/httpd/html/horde/config/registry.php/ and verify you have 220AppRegistryKronolith. You can check /home/httpd/html/horde/config/registry.php and verify you have the three kronolith stanzas.
If you have all of that, your issue could be that you installed kronolith first, then did a post-upgrade ; reboot. You need to do this again after installed smeserver-kronolith. That is the rpm that has the info in it that creates the kronolilth mysql tables, etc.
I just installed these today from my contribs area to verify the zip files were good and they worked fine for me.
Please update this again if you need more assistance, but you won't hear anything from me until sometime tomorrow.
John
-
Hi John can confirm 220AppRegistryKronolith is there , all 5 rpms are installed
unsure what I am looking for on the three kronolith stanzas though looked through /home/httpd/html/horde/config/registry.php file and no mention of kronolith
-
Hi John can confirm 220AppRegistryKronolith is there , all 5 rpms are installed
unsure what I am looking for on the three kronolith stanzas though looked through /home/httpd/html/horde/config/registry.php file and no mention of kronolith
open two server sessions. In one type
tail -f /var/log/messages
In the other type
signal-event email-update
Note any errors from the tail session.
/home/httpd/html/horde/config/registry.php should have these lines:
// 220AppRegistryKronolith
$this->applications['kronolith'] = array(
'fileroot' => dirname(__FILE__) . '/../kronolith',
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
'name' => _("Calendar"),
'status' => 'active',
'provides' => 'calendar',
'menu_parent' => 'organizing'
);
$this->applications['kronolith-alarms'] = array(
'status' => 'block',
'app' => 'kronolith',
'blockname' => 'tree_alarms',
'menu_parent' => 'kronolith',
);
$this->applications['kronolith-menu'] = array(
'status' => 'block',
'app' => 'kronolith',
'blockname' => 'tree_menu',
'menu_parent' => 'kronolith',
);
If you don't have any of these, then kronolilth will not be active and won't work. But, you are getting an error, which makes me believe something may be wrong with the template expansion that may be seen from the steps above.
John
-
Hi John
Kronolith all working ok now did one last signal-event post-upgrade; signal-event reboot before going to bed and on rechecking this morning Kronolith all ok
however gollem just showing a login screen and on clicking on it ,it promptly redisplays the login screen.
thanks again
-
forget my last John, just me chasing my own tail.
I had FTP turned off in server-manager remote access. :oops:
thanks again Jim
-
Hi again John as 7.4 is out I am bumping this thread looking for trean
best regards
Jim C
-
Trean is still not an officially released product from horde, but I do have it running with the current version of the horde framework. You have to load two additional php-pear modules.
I haven't updated CVS and really hadn't planned on it until trean was a released product. If you send me a personal email, I'll upload the necessary files to my contrib area for you to pull down.
John
-
Thanks John
files received , installed and working ok, with old bookmarks still available.
best regards
Jim
-
hmm installed the kronolith with yum localinstall *.rpm
still getting Horde_Block_kronolith_month not found. and no sign of kronolith
mnemo and nag installed fine
gollem not showing up either ?
I have all of these working on 7.4. There should be at least two rpm's installed per package. After you installed, did you signal-event post-upgrade ; signal-event reboot? By default most off the add-on apps are set to inactive in horde/config/registry.php. The various smeserver-xxx rpms set them to active, but it won't take effect until after the reboot and the appropriate horde tables are created.
John
-
Think you missed page 2 of this topic John
all was sorted
best regards
Jim C
-
Yes, I did. Thanks.