Open chrisdane opened 4 years ago
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