Page 1 of 1

Configuration error

Posted: Thu Sep 11, 2003 7:37 pm
by dstefani
I'm trying to reconfigure PHP and I keep getting the error:
checking for OpenSSL support... yes
configure: error: Cannot find OpenSSL's <evp.h>
Here is my configuration string:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --enable-ftp --with-openssl=/usr/include/openssl
When I look at /usr/include/openssl I can see evp.h.
I've tried it both with a trailing / and without.

Any ideas?

Thanks - D

Posted: Fri Sep 12, 2003 6:15 am
by dstefani
Here's how I got this to configure:
For the [DIR] I just used the BASE of the dir path:
--with-openssl=/usr
and it gave me a successful configure. I still don't have openssl working, it's an rpm RH package that was installed with the OS, so now I'm going to remove the rpm version and reinstall the *.tar version.

- D