Code Monkey home page Code Monkey logo

Comments (12)

Thalhammer avatar Thalhammer commented on July 21, 2024 1

@eric72 Are you sure it is actually compiled correctly ?
If you load the key from a file, are you sure its read correctly.

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024 1

No problem, I am happy to help :)

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

I think i need to make a dll of it on my release folder

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024

You cant build a dll of jwt-cpp, as its header only.
However it uses OpenSSL under the hood, so make sure a correct openssl dll is present in your library path and release folder. I don't use Visual Studio (or Windows) so I'am not sure if I am of much help.
You could try to print the exception message and see if it gives any clue.

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

you mean an openssl.dll ?
On windows it's a openssl.exe

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024

Unless you linked your project against a static build of openssl (which is not the default as far as I know) there should be an openssl.dll somewhere.

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

And on Linux, you don't have this problem ?
Just use the .h and it can compile ?
Because i would like to compile for linux too

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024

On linux you also need to link against openssl but almost every linux system has it installed and unlike windows you dont need a copy of the dll per programm but it uses one per system. So its much less of a problem.

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

I've tried many thing but, my project work only from Visual Studio, but when i start it from the exe it doesn't work, i don't understand why, i tested why nuget too, and linked some lib manually but it's the same

from jwt-cpp.

Thalhammer avatar Thalhammer commented on July 21, 2024

@eric72 Is there some kind of error message or something the like.

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

"failed to load public key: PEM_read_bio_PUBKEY failed"

but it's working fine when i compile with Visual Studio

from jwt-cpp.

eric72 avatar eric72 commented on July 21, 2024

Oh man you right, i found the problem thanks my friend i was focus somewhere else

from jwt-cpp.

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.