Details
Description
Install couchbase server 1.8.0r-12 on ubuntu 9.10 64bit.
The installation failed
root@ubuntu:/tmp# dpkg -i couchbase-server_x86_64-1.8.0r-12-gf3f32b3.deb
Selecting previously deselected package couchbase-server.
(Reading database ... 54083 files and directories currently installed.)
Unpacking couchbase-server (from couchbase-server_x86_64-1.8.0r-12-gf3f32b3.deb) ...
dpkg: dependency problems prevent configuration of couchbase-server:
couchbase-server depends on libc6 (>= 2.11); however:
Version of libc6 on system is 2.10.1-0ubuntu16.
couchbase-server depends on libssl0.9.8 (>= 0.9.8k-1); however:
Version of libssl0.9.8 on system is 0.9.8g-16ubuntu3.
dpkg: error processing couchbase-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
couchbase-server
the IP of this server is 10.1.2.27
The installation failed
root@ubuntu:/tmp# dpkg -i couchbase-server_x86_64-1.8.0r-12-gf3f32b3.deb
Selecting previously deselected package couchbase-server.
(Reading database ... 54083 files and directories currently installed.)
Unpacking couchbase-server (from couchbase-server_x86_64-1.8.0r-12-gf3f32b3.deb) ...
dpkg: dependency problems prevent configuration of couchbase-server:
couchbase-server depends on libc6 (>= 2.11); however:
Version of libc6 on system is 2.10.1-0ubuntu16.
couchbase-server depends on libssl0.9.8 (>= 0.9.8k-1); however:
Version of libssl0.9.8 on system is 0.9.8g-16ubuntu3.
dpkg: error processing couchbase-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
couchbase-server
the IP of this server is 10.1.2.27
However, according to this http://en.wikipedia.org/wiki/Ubuntu_(operating_system) 8.04 LTS is still supported. So if we care, we should build our software on 8.04 LTS so that it's installable there.