heavycareer

How To Install Honeyd On Kali

Torrent lee scratch perry discography. i tried to install honeyd and i dont know what's the meaning of the last line

checking if we can access libc with /usr/lib/libc.so*.. no

configure: error: Couldn't figure out how to access libc

feliafelia

2 Answers

I had same problem while I was trying to compile honeyd on kali 1-x86-64. The problem is that honeyd can not find libc in specified path in configure file.

You can change path for libc in configure file or create a symbolic link to the relative libc.so in /usr/lib like this (for x86-64 architecture):

ln -s /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/libc.so

AMASAMAS

I found all path references to libc.so and changed them from /lib and /usr/lib to /lib64 and /usr/lib64. It fixed my problem.

HopkinsHopkins

Not the answer you're looking for? Browse other questions tagged debianlibchoneypot or ask your own question.

I installed Kali 2.0 and when I try to install anything (ex :software-center) I have this problem:

apt-get install software-center Reading package lists.. Done Building dependency tree Reading state information.. Done Package software-center is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'software-center' has no installation candidate

this is the first action I did when I installed .

By the way I filled the /etc/apt/source.list by what I find in Kali pagethen I used

and

and

the source.list has :

(I deleted 'http' word here cause I haven't the right to post more than two links yet)

there where nothing to upgrade or to update (because I downloaded Kali yesterday from official website?)

Any help please?

SalsabilSalsabil

2 Answers

I found the solution:

Firstly, I ran:

and then

it is right here :Problem installing tor on Kali Linux

Thank you !

Community
SalsabilSalsabil

kali-rolling is the current active repository since the release of Kali 2016.1. The following entries should be in sources.list:

The ArchitectThe Architect

protected by CommunityJun 29 '17 at 5:26

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged software-installationkali-linux or ask your own question.