Home > Archive > PHP Documentation > May 2004 > compiling openssl support
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
compiling openssl support
|
|
| Massimo Ferrario 2004-05-26, 11:35 am |
| Hi,
I am trying to compile the openssl support in php 4.3.6.
Contrary to the documentation
(http://it2.php.net/manual/en/ref.openssl.php) that says
---- 8< -------- 8< ----
In order to use the OpenSSL functions you need to install the
<http://www.openssl.org/>OpenSSL package. PHP-4.0.4pl1 requires OpenSSL >=
0.9.6, but PHP-4.0.5 and greater will also work with OpenSSL >= 0.9.5
---- 8< -------- 8< ----
at compile time i get this error
Configuring extensions
checking for OpenSSL support... yes
checking for pkg-config... no
checking for OpenSSL version... configure: error: OpenSSL version 0.9.6 or
greater required.
Regards
PS
this is on an "ancient" Red Hat 6.1 linux machine that I only use for
development.
The installed version of openssl is 0.9.5
Massimo Ferrario - Inforeti srl
via Pellizzo 39 - Padova - 049 8079040
| |
| Mehdi Achour 2004-05-26, 11:35 am |
| Hi Massimo,
Can you please fill a bug report a http://bugs.php.net/ ("Documentation Problem"
catrgory) ?
Thank you for your feedback.
Mehdi Achour
Massimo Ferrario wrote:
> Hi,
> I am trying to compile the openssl support in php 4.3.6.
>
> Contrary to the documentation
> (http://it2.php.net/manual/en/ref.openssl.php) that says
>
> ---- 8< -------- 8< ----
> In order to use the OpenSSL functions you need to install the
> <http://www.openssl.org/>OpenSSL package. PHP-4.0.4pl1 requires OpenSSL
> ---- 8< -------- 8< ----
>
> at compile time i get this error
>
> Configuring extensions
> checking for OpenSSL support... yes
> checking for pkg-config... no
> checking for OpenSSL version... configure: error: OpenSSL version 0.9.6
> or greater required.
>
> Regards
>
> PS
> this is on an "ancient" Red Hat 6.1 linux machine that I only use for
> development.
> The installed version of openssl is 0.9.5
>
>
> Massimo Ferrario - Inforeti srl
> via Pellizzo 39 - Padova - 049 8079040
|
|
|
|
|