You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building in a Linux environment (Ubuntu 22.04) using DMD 2.101.2, the following linker error occurs:
$ dub test
Generating test runner configuration 'hunt-jwt-test-library' for 'library' (library).
Starting Performing "unittest" build using /usr/bin/dmd for x86_64.
Up-to-date hunt-openssl 1.0.5: target for configuration [library] is up to date.
Building hunt-jwt 0.2.0-beta.4: building configuration [hunt-jwt-test-library]
Linking hunt-jwt-test-library
/usr/bin/ld: .dub/build/hunt-jwt-test-library-unittest-linux.posix-x86_64-dmd_v2.101.2-343692FFC124CA6A1923313B445FB1A29395AAB2874DF58055DC13E81D95754D/hunt-jwt-test-library.o: in function `_D4hunt3jwt10JwtOpenSSL10signShaPemFPxS6deimos7openssl3evp9env_md_stiAyaQdZAh':
/home/vnayar/src/hunt-jwt/source/hunt/jwt/JwtOpenSSL.d:126: undefined reference to `EVP_PKEY_id'
/usr/bin/ld: .dub/build/hunt-jwt-test-library-unittest-linux.posix-x86_64-dmd_v2.101.2-343692FFC124CA6A1923313B445FB1A29395AAB2874DF58055DC13E81D95754D/hunt-jwt-test-library.o: in function `_D4hunt3jwt10JwtOpenSSL12verifyShaPemFPxS6deimos7openssl3evp9env_md_stiAyaAxhQgZb':
/home/vnayar/src/hunt-jwt/source/hunt/jwt/JwtOpenSSL.d:348: undefined reference to `EVP_PKEY_id'
collect2: error: ld returned 1 exit status
Error: linker exited with status 1
Error /usr/bin/dmd failed with exit code 1.
The text was updated successfully, but these errors were encountered:
When building in a Linux environment (Ubuntu 22.04) using DMD 2.101.2, the following linker error occurs:
The text was updated successfully, but these errors were encountered: