Description of problem: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc Running sudo apt-get install apache2 libapache2-mod-fastcgi fails without multiverse enabled. The document should probably include the following instructions prior to running sudo apt-get install apache2 libapache2-mod-fastcgi Edit the following lines in /etc/apt/sources.list to not be commented out: # deb http://archive.ubuntu.com/ubuntu precise multiverse # deb-src http://archive.ubuntu.com/ubuntu precise multiverse # deb http://archive.ubuntu.com/ubuntu precise-updates multiverse # deb-src http://archive.ubuntu.com/ubuntu precise-updates multiverse Run sudo apt-get update
Fixed in the following commit: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/commit/8a78dacb78f1579022a9050e9e2830f4d80487ae See: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc
the doc has to be modified to mention we need this change for ubuntu trusty as well.
See https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/commit/0d8ae7d461e4f3750668471fa2b3f13e7db680d9
Fixed in the following commit: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/commit/bd653dbddcf032026b1db73e3d915da00f60dde3 See: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc
looks good!