sanchez77 Posted April 30, 2012 Share Posted April 30, 2012 How do you put libssh2 on a windows server running php 5.3.10? 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. 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? 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? Link to comment https://forums.phpfreaks.com/topic/261868-libssh2-windows/#findComment-1341965 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.