Hi all -
I’ve got a couple of opensuse 11.1 systems, running php 5.1.12. I’d like to add the package php5-webdav to these systems using zypper. When I do a search for this package however (yast or zypper) I cannot find it. But when I browse the opensuse software site, I see a couple versions of it listed: Software.openSUSE.org
What’s the best/easiest way to install this package to my systems? We are running Drupal, so I am hesitant to upgrade to newer versions of PHP (5.3?). I also don’t want to do a full dist upgrade to 11.2.
There isn’t a 11.1 package of php5-webdav.
So I copied the 11.2 one and added a line making it possible to compile for 11.1
It’s in my home-repository. (Here)
You can do this by running these commands:
zypper ar http://download.opensuse.org/repositories/home:/Edward_Iii/openSUSE_11.1/ webdav
This is to add my home repository.
zypper install php5-webdav
This is to install the package.
I didn’t test my package so there’s a chance it doesn’t work.