LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Configuring PHP (https://www.linuxquestions.org/questions/linux-software-2/configuring-php-179910/)

linux_pioneer 05-10-2004 08:07 AM

Configuring PHP
 
Hi,

I'm trying to configure PHP5 on my solaris 8 sparc5 system. I get the same error w/ PHP 4.3.6. I have OpenSSL 0.97. When I'm configuring I use --with-ssl=/usr/local/openssl. I get the error:
Cannot find OpenSSL's <evp.h>
I check /usr/local/include and /usr/local/include/openssl and see the evp.h there. Anybody run into this before and can help?/

datadriven 05-10-2004 09:45 AM

looks like maybe you need to add include

--with-ssl=/usr/local/include/openssl

linux_pioneer 05-11-2004 06:54 AM

Tried that to no avail. I did install the earlier version of openssl (0.96) and it worked like a charm. Looks like PHP doesn't like that header that openssl 0.97 has. I used the exact same configuration options without a problem.

pmcnally 01-21-2005 10:19 AM

use
--with-openssl=/usr

It automatically digs down to /usr/include/openssl and /usr/local/ssl/include/openssl
=)


All times are GMT -5. The time now is 12:54 AM.