Giter Site home page Giter Site logo

Make Fail about opencapwap HOT 4 CLOSED

vollero avatar vollero commented on June 27, 2024
Make Fail

from opencapwap.

Comments (4)

infinitydon avatar infinitydon commented on June 27, 2024

@nalakagunathilaka - Please how did you resolve this issue?

I think am getting the same error:

CWSecurity.c: In function ‘CWSecurityVerifyCB’:
CWSecurity.c:795:45: error: invalid use of incomplete typedef ‘X509_STORE_CTX’ {aka ‘struct x509_store_ctx_st’}
  795 |   X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
      |                                             ^~
make: *** [<builtin>: CWSecurity.o] Error 1

from opencapwap.

jian-yu avatar jian-yu commented on June 27, 2024

@nalakagunathilaka Had solve this problem?

from opencapwap.

nalakagunathilaka avatar nalakagunathilaka commented on June 27, 2024

@nalakagunathilaka Had solve this problem?

I think I installed correct libnl-3-genl. Can’t remember exactly since now its been more than 2 years. But I could build and do modifications and build again. After installing correct lib.

from opencapwap.

bs135 avatar bs135 commented on June 27, 2024

This worked for me:

on ubuntu 18.04 amd64

sudo apt install libnl-3-dev

sudo apt install libnl-genl-3-dev

sudo apt install libssl1.0-dev # instead of libssl-dev

add/modify Makefile

LIB_PATH = /usr/lib

CFLAGS += -fgnu89-inline

from opencapwap.

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.