How to install libssh2 with PHP on CentOS 5 x86_64
This post is just for archiving it, if you find it useful I’m glad!
If you are dealing with CentOS 5 x86_64 (Free version of RHEL5), try to install libssh2 for your PHP development you might fail in doing so.
So here’s a quick tip how to install libssh2 on X86_64 systems(I think i386 works just fine)
Edit: /usr/share/pear/pearcmd.php
Set: @ini_set(’memory_limit’, ‘16M’);
And try again!
January 19, 2008 | Filed Under Linux, Open Source
Comments
3 Responses to “How to install libssh2 with PHP on CentOS 5 x86_64”
Leave a Reply
You must be logged in to post a comment.

cool n thnx for sharing too
I hope it helps anybody, this is kinda keeping notes myself
Arstan, thanks a lot for the tutorial, really it is nice resource.