Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] problem with condor_install
- Date: Mon, 20 Oct 2008 11:13:57 +0200
 
- From: Carsten Aulbert <carsten.aulbert@xxxxxxxxxx>
 
- Subject: Re: [Condor-users] problem with condor_install
 
Hi
Prateek Agarwal wrote:
> I get this error when I try to install condor--
> Detected O/S 'Debian', installer 'APT'
> Condor requires 'libssp.so.0':
>   I don't know what package will provide this library
>   You need to find and install this package with your
>   O/S package installer (APT)
>   Try something like 'apt-get install libssp.so.0' (as root)
> 
> Please suggest some solution as I can/t proceed with the
> installation.Thnks in advance.
> 
On Debian Etch this should hold true:
$ apt-file search libssp.so.0
lib32ssp0: emul/ia32-linux/usr/lib/libssp.so.0
lib32ssp0: emul/ia32-linux/usr/lib/libssp.so.0.0.0
libssp0: usr/lib/libssp.so.0
libssp0: usr/lib/libssp.so.0.0.0
i.e. I would suggest you should install libssp0
HTH
Carsten