boxen / puppet-php

PHP ALL THE BOXEN
boxen.github.com
MIT License
11 stars 29 forks source link

Failed to compile with ssh2 extension #79

Closed hussfelt closed 9 years ago

hussfelt commented 9 years ago

It just gives the error: "Error: Could not find class ssh2::lib for ..... on node ....local"

https://github.com/boxen/puppet-php/blob/master/manifests/extension/ssh2.pp#L14

hussfelt commented 9 years ago
#install the php-ssh2 extention
  php::extension::ssh2 { "ssh2 for 5.6.9":
    version   => '1.6.0',
    php     => '5.6.9'
  }
hussfelt commented 9 years ago

And tried this

     php::extension::ssh2 { 'ssh2 for 5.6.9':
       version   => '0.12'
       php       => '5.6.9',
     }
mattheath commented 9 years ago

Good question. The manifest defines that it requires ssh2::lib which is from another boxen module, and looks like it installs libssh2 from homebrew. I can't see this anywhere though. Hoping @typhonius will know from #51?

hussfelt commented 9 years ago

Awesome! I tried installing it separately, did not work either...

mattheath commented 9 years ago

This should be fixed by #80

hussfelt commented 9 years ago

:+1:

hussfelt commented 9 years ago

@mattheath new release anytime soon? Or should I use master for a while? Thanks again! :+1: