I had a problem fora while on a Slack box, but eventually figured out the problem: I was taking all the instructons literally
From one of your previous posts:
"Try to use: --with-openssl or --with-openssl=/path/to/openSSL/from/suse
Tried same as the last mod but change with --with-openssl
here is the error msg:
configure: error: Cannot find OpenSSL's libraries
ERROR: Could not configure PHP
and now with --with-openssl=/usr/include/openssl
here is the error:
configure: error: Cannot find OpenSSL's <evp.h>
ERROR: Could not configure PHP
and evp.h is in /usr/include/openssl "
Turn this
--with-openssl=/usr/include/openssl
into this:
--with-openssl-dir=/usr/include/openssl
As long as you have the file "evp.h" on your system at that path, this should take care of your problem.
Recent comments
21 hours 21 sec ago
1 day 6 hours ago
1 day 7 hours ago
1 day 10 hours ago
1 day 15 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 3 hours ago
2 days 8 hours ago
2 days 10 hours ago