-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some X509 tests fail #169
Comments
Hello @embhorn, strange enough I saw the build error #170 when I was building What is the preferred build system? But using the latest changes in I'm on Arch and gcc in case it would matter.
And just to be clear on the steps
wolfCLU
|
We did just release with a new lib tag. Can you check the wolfSSL lib being linked using: |
Also try updating the linker cache before building wolfCLU using |
To give more context on my side.
I can see the same shared library in the build output of
Forget the previous comment :). I called with |
When for example
There |
Since you are using a prefix to install wolfSSL, you should also point wolfCLU to that location using The wolfCLU you are building is likely picking up another wolfSSL installation. |
Linking against something else is highly unlikely. What I did now is a quick comparison. So for me it looks like an incompatibility between the stable versions. |
Excellent! That means going forward the issue you observed is resolved. Are you okay with closing this issue or do you have further questions? |
Yes ok. |
wolfssl 5.7.6
wolfclu 0.1.7
wolfssl built with
I also tried to compile wolfssl with
--enable-asn=original
, but it didn't look like it changed anything.similar to #127
The text was updated successfully, but these errors were encountered: