Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: Blessced on March 03, 2008, 08:09:35 PM

Title: Using yum to install libwbxml2 for GroupOffice
Post by: Blessced on March 03, 2008, 08:09:35 PM
I am attempting to upgrade the community version of Groupoffice to Pro so that I can sync it to PDAs. It is calling for libwbxml2. I tried to "yum install" it but it is not within the repository. How do I adjust the search parameters to include a site that does have the rpm and the ability to sort out dependencies automatically? I attempted tracking down individual rpms but after 6 levels of dependency searches, I figured there had to be a faster way.. Please help...
Title: Re: Using yum to install libwbxml2 for GroupOffice
Post by: cactus on March 03, 2008, 09:44:34 PM
Based on this page (http://rpm.pbone.net/index.php3/stat/4/idpl/3463684/com/wbxml2-0.9.2-5.el4.at.i386.rpm.html) I think you should be able to install it from the ATrpms repository. To configure look up the installation command in the wiki: http://wiki.contribs.org/ATrpms (http://wiki.contribs.org/ATrpms).
Make sure to regenerate the yum.conf file like this afterwards:
Code: [Select]
expand-template /etc/yum.conf
After that you should be able to install like this:
Code: [Select]
yum install wbxml2 --enablerepo=atrpms
Title: Re: Using yum to install libwbxml2 for GroupOffice
Post by: Blessced on March 04, 2008, 05:05:17 AM
SUCCESS!!! Thanks a bunch...