I thought it should be quite easy to get Openssl working but I alway get a "Fatal error: Call to undefined function: openssl_pkey_new() " whenever I try calling OpenSSL functions. Yes, things are installed with OpenSSL !
I used the Debian Package manager to install things on my Debian Linux machine and I have Apache 1.3.27, OpenSSL 0.9.7 and PHP4 4.2.3-11 installed.
I have no problems with other extensions (for example LDAP).
Questions:
phpinfo only shows me that OpenSSL was configured, shouldn't there be more info than this ? I would have thought so.
To you Debian folks - are there any extra packages to install besides OpenSSL (can't find an PHP4-SSL like there is a PHP4-LDAP) ?
What am I doing wrong ?
Extra info - Debian version is Woody and I've used used packages from "unstable" just because I needed PHP = PHP4.2 or higher for certain features.