Issue with Couchbase installation Need urgent help: Warning: Fake start-stop-daemon called, doing nothing * Failed to start couchbase-server: timed out dpkg: error processing couchbase-server (--install):

I am trying to see to install couchbase as part of building an openstack image.
and I get the following errors when dpkg is run
My system details :
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"
NAME="Ubuntu"
VERSION="12.04.2 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.2 LTS)"
VERSION_ID=“12.04”

I also have libssl1 as shown below:
dpkg --get-selections | grep libssl
libssl-dev install
libssl-doc install
libssl0.9.8 install
libssl1.0.0 install

The install script has
wget http://packages.couchbase.com/releases/2.2.0/couchbase-server-enterprise_2.2.0_x86_64.deb
sudo dpkg -i --debug=7337 couchbase-server-enterprise_2.2.0_x86_64.deb

The error on console is as shown below.

D000010: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb’
Setting up couchbase-server (2.2.0) …
D000001: deferred_configure updating conffiles
D000002: fork/exec /var/lib/dpkg/info/couchbase-server.postinst ( configure )

Warning: Fake start-stop-daemon called, doing nothing

  • Failed to start couchbase-server: timed out
    dpkg: error processing couchbase-server (–install):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for ureadahead …
    D000002: fork/exec /var/lib/dpkg/info/ureadahead.postinst ( triggered /etc/init.d )