sanchez77 Posted April 30, 2012 Share Posted April 30, 2012 How do you put libssh2 on a windows server running php 5.3.10? Quote Link to comment https://forums.phpfreaks.com/topic/261868-libssh2-windows/ Share on other sites More sharing options...
kicken Posted April 30, 2012 Share Posted April 30, 2012 You'll have to either compile it yourself or search the web and try to find a pre-built dll to download. A quick google search turned up http://downloads.php.net/pierre/ which has some vc9 5.3 builds. If those don't work for you then go back to google and try to find something else. Quote Link to comment https://forums.phpfreaks.com/topic/261868-libssh2-windows/#findComment-1341813 Share on other sites More sharing options...
sanchez77 Posted April 30, 2012 Author Share Posted April 30, 2012 Thanks kicken, that's the part I am having trouble with, compiling. Do I put the libssh2 download into php diretory and compile it? Quote Link to comment https://forums.phpfreaks.com/topic/261868-libssh2-windows/#findComment-1341815 Share on other sites More sharing options...
sanchez77 Posted May 1, 2012 Author Share Posted May 1, 2012 Using Cygwin I was able to compile LIBSSH2. FYI - you need to add the openssl, libgcrypt , gcc and make to the Cygwin installation in order to complete the compile. Now, that I have compiled it, I don't see any dlls, did i miss something? Or are you suppose to copy something over to php/ext directory? anyone know? Quote Link to comment https://forums.phpfreaks.com/topic/261868-libssh2-windows/#findComment-1341965 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.