tklengyel / honeybrid

Honeybrid is a network application built to 1) administrate network of honeypots, and 2) transparently redirect live network sessions (TCP or UDP) from one primary destination host to a secondary destination host.
GNU General Public License v2.0
31 stars 9 forks source link

install error honeybrid 0.1.6 #7

Open Jenson66 opened 5 years ago

Jenson66 commented 5 years ago

When I run ./build.sh, I get the following error message. image

Jenson66 commented 5 years ago

The version I am using is https://github.com/tklengyel/honeybrid/releases/tag/0.1.6

Yuvraj-Takey commented 5 years ago

@Jenson66 Have you got the solution to the above issue? I am also facing the same issue while doing installation

Yuvraj-Takey commented 5 years ago

UPDATE

@Jenson66 After Digging, finally we got the solution, it was little mistake. Actually in Makefile (which is inside "~/honeybrid-0.1.6/src/" directory) there are some flags are misplaced. This flags are nothing but the LINK-FLAGS which is using $gcc command, to generate the executable

Now what you do, just copy the Makefile which i provided here and replace it to your Makefile (Remember : That Makefile is present inside the 'src' directory. You have to replace the inner Makefile, NOT outer-main)

Get the file from here - Honeybrid.zip

Jenson66 commented 5 years ago

Thanks, although I don't use this anymore.

tklengyel commented 5 years ago

@Yuvraj-Takey Feel free to open a PR with the fixes