I am trying to follow the instructions under the guide for installing mymedia on my pogoplug. I am stuck trying to install the git package.
When I run pacman -S git I get the following message:
cannot resolve "libssh2", a dependency of "curl"
:: The following package cannot be upgraded due to unresolvable dependencies:
git
I have run pacman -Syu and everything is current
I found that libssh2 is part of openssl and have confirmed that openssl is installed with pacman -Su openssl
Not sure what to do next