Open SSL #1230
Replies: 2 comments 1 reply
-
libdatachannel depends on OpenSSL. It looks like you are cross-compiling, so you need OpenSSL built for your target architecture, and your toolchain should be able to find it. This is not a libdatachannel issue. Additionnally, I would recommend using CMake instead of the simple Makefile for cross-compiling. Your SDK should provide a CMake toolchain that you need to specify with |
Beta Was this translation helpful? Give feedback.
-
I have toolchain and openssl. I need build crosscompile with libdatachannel. Now, I don't know how to do that. Can't you help me with Makefile please ? |
Beta Was this translation helpful? Give feedback.
-
hi everyone. I need help with error : src/impl/tls.hpp:71:10: fatal error: openssl/ssl.h: No such file or directory
![image](https://private-user-images.githubusercontent.com/108563552/346806955-74ce2387-b24d-41d1-bdc2-292105abacfb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTE4MzgsIm5iZiI6MTczOTI5MTUzOCwicGF0aCI6Ii8xMDg1NjM1NTIvMzQ2ODA2OTU1LTc0Y2UyMzg3LWIyNGQtNDFkMS1iZGMyLTI5MjEwNWFiYWNmYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNjMyMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OGM2NWRlNDRlODcyYTQxZjEyNzQyMTQ4N2Q2ZTEwMDZhZjcwYmU5ZTg0YjUzYmVjNGJkOWM4ZWYyNGJjZWE2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NNXZ_nCh1aMahfpHVzQtU7xvUIq5VL3zMJN8Ax-Atcs)
Beta Was this translation helpful? Give feedback.
All reactions