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

Re: [Condor-users] problem on the installation!



I have used ' apt-get install condor' to install condor, but the version is 7.4.0, so I want to update it as following,
condor_off
condor_install --install= /tmp/condor-7.6.3-x86_64_deb_5.0-stripped --prefix=/usr/local/condor --local-dir=/home/condor --type=submit,execute
Missing release directories (looking in /tmp/condor-7.6.3-x86_64_deb_5.0-stripped):
  sql
Unable to find some release directories.
  Please specify the correct location of these with 
--install=<path to release directories> or make sure it's 
in the current directory

actually, there is no 'sql' dir in the package! I am so puzzled, who can give a hand?

Thanks,
Jeff

On 15 September 2011 10:39, Jeff Zhao <xiaoxiongg@xxxxxxxxx> wrote:
I want install condor on the second server,so I used the command as following, 

root@ubuntu:/# condor_install --install= /tmp/condor-7.6.3-x86_64_deb_5.0-stripped --prefix=/usr/local/condor --local-dir=/home/condor --type=submit,execute
The program 'condor_install' is currently not installed.  You can install it by typing:
apt-get install condor

the message is not appeared on the installation of first server,what's the problem?

Thanks,

Jeff