Fatal error: Call to undefined function ssh2_connect() - Redhat OS

24,556

Fixed: There are two php.ini files in the server, those are below. The second one will be placed depends on your server OS. Just look out what are the location for php.ini (locate php.ini) and add the extension in the local.

/etc/php.ini
/usr/local/lib/php.ini
Share:
24,556
Mr. Black
Author by

Mr. Black

profile for Mr. Black on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/177944.png

Updated on May 25, 2020

Comments

  • Mr. Black
    Mr. Black almost 4 years

    I installed required libraries for enabling ssh2 extension. I just followed this guide to install the php ssh2 extension. And it got enabled in my phpinfo page. But, still I'm not able to use ssh2_connection function within my php file. It says the following error message.

    Please help to resolve this issue. Fatal error: Call to undefined function ssh2_connect()

    Note: I'm using Redhat 6.3 Linux and I don't want any alternate library for this.

    http://www.experts-exchange.com/OS/Linux/Q_27883937.html

    enter image description here