Check the syntax 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. Good luck.
OpenSuSE10.3 x64 *bump* I receive the same error. OS: OpenSUSE 10.3 x64 Installed Packages: openssl, openssl-32bit, libopenssl-dev unchanged compile-file gives when I change to "--with-openssl-dir=/usr/include/openssl" the error is But evp.h is definitely in that directory. What can I do?