Koozali.org: home of the SME Server

Using yum to install libwbxml2 for GroupOffice

Offline Blessced

  • 13
  • +0/-0
Using yum to install libwbxml2 for GroupOffice
« 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...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Using yum to install libwbxml2 for GroupOffice
« Reply #1 on: March 03, 2008, 09:44:34 PM »
Based on this page 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.
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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Blessced

  • 13
  • +0/-0
Re: Using yum to install libwbxml2 for GroupOffice
« Reply #2 on: March 04, 2008, 05:05:17 AM »
SUCCESS!!! Thanks a bunch...