Linker error with bus error: 10
I am trying to install composer using
curl -sS https://getcomposer.org/installer | php
Error with error message:
Bus error: 10
I have also tried
php -r "readfile('https://getcomposer.org/installer');" | php
which gives the same error.
I am on OSX 10.10.3 and PHP 5.6 installed with homebrew.
Any ideas?
+3
source to share