XAMPP OSX Snow Leopard & php ssh2 extension
        Posted  
        
            by Joe
        on Server Fault
        
        See other posts from Server Fault
        
            or by Joe
        
        
        
        Published on 2010-06-17T16:48:42Z
        Indexed on 
            2010/06/17
            16:54 UTC
        
        
        Read the original article
        Hit count: 307
        
I've been having problems getting the php ssh2 extension to work under xampp on Snow Leopard in my local test environment. I understand xampp is 32 bit and so the extension must be compiled as 32 bit and have found a couple of tutorials detailing how to do this. However, compiling the ssh2 extension requires the libssh2 library to be present for the compiler to access and I'm unsure how to compile libssh2 in 32 bit and force the extension compiler to in turn find/use it - currently it just reports the libssh2 library required version cannot be found.
Any help would be much appreciated!
© Server Fault or respective owner