albainski / easy-creds

Automatically exported from code.google.com/p/easy-creds
0 stars 0 forks source link

libssl0.9.8' has no installation candidate Kali linux #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Kali linux updated + latest easy-creds
2. ./installer.sh
3.

What is the expected output? What do you see instead?

[-] libssl0.9.8 is not installed, will attempt to install...
E: Package 'libssl0.9.8' has no installation candidate
[!] Something went wrong, unable to install libssl0.9.8.

What version of the product are you using? On what operating system?

easy-creds-v3.7.3.tar.gz 
+
Linux bt 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali5 x86_64 GNU/Linux

Please provide any additional information below.

I get above bug while running the installer. 

Other info

root@bt:~# apt-cache search libssl
libssl-dev - SSL development libraries, header files and documentation
libssl-doc - SSL development documentation documentation
libssl-ocaml - OCaml bindings for OpenSSL (runtime)
libssl-ocaml-dev - OCaml bindings for OpenSSL
libssl1.0.0 - SSL shared libraries
libssl1.0.0-dbg - Symbol tables for libssl and libcrypto
libsslcommon2 - enterprise messaging system - common SSL libraries
libsslcommon2-dev - enterprise messaging system - common SSL development files
root@bt:~# 

Thx for your time mate :)

Original issue reported on code.google.com by chel...@gmail.com on 14 Mar 2013 at 5:44

GoogleCodeExporter commented 8 years ago
Same here...

I guess it's because Libssl is already in 1.0.0, which comes preinstalled in 
Kali, but easy-creds still wants to install 0.9.8 and executes commands which 
doesn't exist anymore.

Hope someone knows how to fix this..

Original comment by adria.da...@gmail.com on 29 Mar 2013 at 10:01

GoogleCodeExporter commented 8 years ago
As with the explanation above 0.9.8 is not in the repos.

Simply apt-cache search libssl

Then apt-get install whatever version you have.

I have made updates to the install on both the sourceforge and github pages. I 
rarley post anything here anymore.

Original comment by jbrav....@gmail.com on 2 Sep 2013 at 5:40