[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor 6.7.17 rpm



On Fri, Mar 03, 2006 at 01:28:58PM -0600, Steven Timm wrote:
> 
> I am trying to install the condor-6.7.17 rpm on a system
> on which I was able to successfully install the condor-6.7.16
> rpm with no problems.
> 
> When I try to install the condor-6.7.17 version I get the following;
> 
> [root@fgtest1 ~]# rpm -iv 
> condor-6.7.17-linux-x86-glibc23-dynamic-1.i386.rpm
> error: Failed dependencies:
>          perl(FileLock) is needed by condor-6.7.17-1.i386
> 
> 
> Any idea what may provide this perl module?
> 

Sorry, that's our fault. It's a module we wrote but it didn't
get included in the rpm. (The release notes are being changed
to note this all, but they're not live on the web yet)

For now, you'll have to use --nodeps to install the RPM. We may
release a new 6.7.17 with the RPM fixed, but we will probably
just wait until 6.7.18 to fix it.

If you want to use the deployment tools, you'll need this perl
module (it goes in $(LIB) ) -

http://www.cs.wisc.edu/~bgietzel/filelock/

-Erik