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
Not sure if this will help you @chrisdane, but want to share my experience recently. I had a similar issue on linux and was able to solve it by letting the pkg-config tool know the path via
cd ~
echo "export PKG_CONFIG_PATH='/path/to/openssl.pc/'" >> .bashrc
The relevant path is found via find / -iname openssl.pc 2>/dev/null
Hi
I have the issue
However, on the machine I am working on there indeed is a
opensslv.h
available.My question is: how can I tell the installation-call the path to this non-standard
/path/to/opensslv.h
-location? I tried several versions ofbut nothing worked.
Thanks a lot for help,
Chris
The text was updated successfully, but these errors were encountered: