Page 1 of 1

Call to undefined function ssh2_connect()

Posted: Wed May 06, 2009 6:36 pm
by aderes
Hi:

I'm having a little trouble. I'm getting the error Call to undefined function ssh2_connect(), but when I use phpinfo() I see that openssl is enabled. Any ideas?

Thanks

Re: Call to undefined function ssh2_connect()

Posted: Wed May 06, 2009 7:21 pm
by requinix
Did you follow all the installation instructions? You need libssh2 too, not just the OpenSSL extension.

Re: Call to undefined function ssh2_connect()

Posted: Thu May 07, 2009 12:42 pm
by aderes
I've talked to our network guy and he installed libssh2 but i'm still getting the error. Is there a way to check if it's installed?

Thanks