Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor and openSUSE
- Date: Fri, 16 Dec 2011 12:57:42 +0000
- From: Moser Helmut <h.moser@xxxxxxxxxxxx>
- Subject: [Condor-users] condor and openSUSE
hello list,
I'm trying to install condor 7.6.4 on openSUSE machines with
> yast2 -i /path/to/condor/condor-7.6.4-1.rhel6.1.x86_64.rpm
and am getting the following error messages:
on 11.3 and 12.1 machines:
"nothing provides perl >= 1:5.0 needed by condor-7.6.4-1.x86_64"
on 11.4 machines:
"nothing provides libxml2.so.2(LIBXML2_2.4.30)(64bit) needed by condor-7.6.4-1.x86_64"
I found the following installed package infos:
11.3: libxml2-2.7.7-4.7.1 provides libxml2.so.2()(64bit)
11.4: libxml2-2.7.8-16.17.1 provides libxml2.so.2()(64bit)
12.1: libxml2-2.7.8+git20110708-3.1.2.x86_64.rpm provides libxml2.so.2(LIBXML2_2.4.30)(64bit)
The installed perl is
11.3: perl-5.12.1-2.7.1.x86-64 and perl-32bit-5.12.1-2.7.1.x86-64
11.4: perl-5.12.3-11.14.1.x86-64 and perl-32bit-5.12.3-11.14.1.x86-64
12.1: perl-5.14.2-1.9-x86-64 and perl-5.14.2-1.9-x86-64
How can I resolve the dependencies?