Greetings
First post and very much a noob for under the hood *nix so hopefully I don't break all the conventions on first time ( ;-) ).
I am trying to setup a Debian stretch (9.0) system to use as a horde groupware server.
Installed Postgresql 9.6
apache 2.4.25
Php 7.1.8
OpenSSL 1.1.0f
running $ ./;configure (with a lot of stuff after that (sorry 2 different machines and I'm not sure on an easy way of transferring))
under configuring extensions
checking for for OpenSSL support. . . yes (!)
I followed this with $ make &&make install
this doesn't' seem to throw any error messages (that I can tell)
yet when I use the command
$ php -r 'phpinfo();' | grep openssl
OpenSSL support=> disabled (install ext/openssl)
search engine flogging has not resulted in anything that results in this working.
(This process is being followed because when the command
$ pear remote-list -c horde
is used the result is
Connection to 'ssl://pear.horde.org:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? )
I'm quite lost and am hoping that someone will point me to what needs doing to affect this horde groupware installation.
TIA!!
Dee