Hi,
Why does the amc documentation promote installing all packages separately(http://www.aerospike.com/docs/amc/install/linux/ubuntu/), when the control file in the .deb has a depends on all of them.
Can somebody do a apt-get install aerospike-amc-community and get it installed cause the dependencies should get resolved automatically, if the sources.list are correct. I downloaded the .deb and put it in a private repo.
I followed the docs and amc gets installed successfully, if i install everything separately as the docs say, but when i do a apt-get install it fails with error
“Depends: Python (>= 2.6) but it is not installable”
even though python-2.7 is already installed by default on wheezy.
Is this a bug or am i doing something wrong?