Code Monkey home page Code Monkey logo

Comments (5)

morfoh avatar morfoh commented on May 9, 2024

Hi, I quickly looked at the GNUMakefile to verify my assumption that pkg-config for detecting libevent, thus you should check following:

1.) do you have the pkg-config command available if not install it and check again if the build fails
2.) if you have pkg-config available and it is still failing check if you really have libevent 2.0 installed and not 1.x

Hope that gives some ideas to fix the problem.

Cheers
Chris

from sslsplit.

droe avatar droe commented on May 9, 2024

If pkg-config is not available or does not work, the GNUmakefile searches for include/event2/event.h under /opt/local, /usr/local and /usr, or under $LIBEVENT_BASE if set. If libevent2 is installed under the /usr prefix, you do not need to set LIBEVENT_BASE.

Please make sure you have installed libevent 2.x and then let me know where the headers are if they are not under /usr/include/event2/, e.g. by running find /usr/include -name event.h.

from sslsplit.

droe avatar droe commented on May 9, 2024

Assuming this is not a problem in SSLsplit and closing; please reopen if you think this is not the case.

from sslsplit.

doadam2 avatar doadam2 commented on May 9, 2024

root@bt:~/sslsplit# find /usr/include -name event.h
/usr/include/event.h

@morfoh please be more clear, I do have pkg-config but I have no idea what I'm supposed to do with that (I just typed it and it exists, but I never messed with the pkg-config file).

from sslsplit.

droe avatar droe commented on May 9, 2024

That seems to be libevent 1.x. Can you show us the output of dpkg -s libevent-dev?

I think BT 5R3 is based on Ubuntu lucid, where libevent-dev is at 1.x:
http://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=libevent-dev

If so, you will need to build libevent 2.x from source.

from sslsplit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.