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
warning: [email protected]: In file included from /usr/include/openssl/opensslv.h:109,
warning: [email protected]: from build/expando.c:1:
warning: [email protected]: /usr/include/openssl/macros.h:14:10: fatal error: openssl/opensslconf.h: No such file or directory
warning: [email protected]: 14 | #include <openssl/opensslconf.h>
warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~
warning: [email protected]: compilation terminated.
required dependencies are installed:
apt-get install pkg-config libssl-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pkg-config is already the newest version (1.8.1-1).
libssl-dev is already the newest version (3.0.15-1~deb12u1).
0 upgraded, 0 newly installed, 0 to remove and 81 not upgraded.
but openssl includes got moved to /usr/include/x86_64-linux-gnu/openssl (it worked on older Debian version)
I have tried setting OPENSSL_INCLUDE_DIR but it doesn't change anything
This crate just takes whatever configuration pkg-config feeds it and whatever search path the C compiler uses. I don't see what change would need to be made in this crate due to that setup.
required dependencies are installed:
but openssl includes got moved to /usr/include/x86_64-linux-gnu/openssl (it worked on older Debian version)
I have tried setting
OPENSSL_INCLUDE_DIR
but it doesn't change anythinglinking fixes it
The text was updated successfully, but these errors were encountered: