eclipse-paho / eclipse-paho/paho.mqtt.cpp
static build also with ssl lib
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
Hello!!
Im building on a windows machine vs2022 statically with ssl support... so far so good (im using openssl).
But paho is linking openssl dinamically.... so in my program is needing `libssl-3-x64.dll libcrypto-3-x64.dll` .....
How can i compile paho with static openssl??? Its possible??
Thank you
Contributor guide
Research direction
Review the Windows Visual Studio 2022 build configuration and the OpenSSL linking settings first. Determine whether the existing build supports static OpenSSL and document or implement the required configuration so the resulting executable no longer requires libssl-3-x64.dll or libcrypto-3-x64.dll; verify with a static build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100