Saturday, May 11, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4821  / 2 Years ago, sat, october 8, 2022, 4:38:31

I want to be able to run PHP functions like ssh2_connect. But, those functions are not available on my machine. What do I need to do to install them?



I am using Ubuntu 8.04 Hardy Heron.


More From » package-management

 Answers
0

The Ubuntu package index lists libssh2-php packages for several tastes (lucid to oneiric). You can look if your system has all the required software, download the libssh2-php.deb from Lucid and install it



sudo dpkg -i libssh2-php*.deb


or use gdebi.



If this don't work you can download the source code from libssh2.org and compile it for yourself.


[#43584] Sunday, October 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
afisird

Total Points: 193
Total Questions: 112
Total Answers: 111

Location: Angola
Member since Mon, Jul 12, 2021
3 Years ago
;