Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian rethinkdb libssl issue #3125

Closed
k3z opened this issue Oct 1, 2014 · 10 comments
Closed

debian rethinkdb libssl issue #3125

k3z opened this issue Oct 1, 2014 · 10 comments
Assignees
Milestone

Comments

@k3z
Copy link

k3z commented Oct 1, 2014

Hello,
I try to ugrade (for the first time) my rethinkdb package actualy 1.12 on debian Weezy to 1.15, but I got an libssl dependecy issue.

The following packages have unmet dependencies:
rethinkdb : Depends: libssl0.9.8 (>= 0.9.8k-1) but it is not installable
E: Unable to correct problems, you have held broken packages.

How can I fix this issue ?

My actual apt source list
deb http://cdn.debian.net/debian wheezy main
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb http://download.rethinkdb.com/apt lucid main

Actual libssl installed
$ dpkg -l | grep "libssl"
ii libssl-dev 1.0.1e-2+deb7u12 amd64 SSL development libraries, header files and documentation
ii libssl-doc 1.0.1e-2+deb7u12 all SSL development documentation documentation
ii libssl1.0.0:amd64 1.0.1e-2+deb7u12 amd64 SSL shared libraries

Any help will be greatly appreciated

@wojons
Copy link
Contributor

wojons commented Oct 1, 2014

@k3z

I am not running 1.15, i am on 1.13.4 but i am seeing is that i have the libssl1.0.0 package installed on my nodes and libssl-dev

@wojons
Copy link
Contributor

wojons commented Oct 1, 2014

I have added my source.list and source.list.d here please not i install the .deb file directly and not from the old launchpad here

deb http://mirrors.kernel.org/debian/ wheezy main
deb-src http://mirrors.kernel.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

deb http://mirrors.kernel.org/debian/ wheezy-updates main
deb-src http://mirrors.kernel.org/debian/ wheezy-updates main
deb http://ppa.launchpad.net/rethinkdb/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/rethinkdb/ppa/ubuntu lucid main
deb http://packages.dotdeb.org wheezy all
deb-src http://packages.dotdeb.org wheezy all
deb http://packages.dotdeb.org wheezy-php55 all
deb-src http://packages.dotdeb.org wheezy-php55 all
deb http://packages.elasticsearch.org/logstash/1.4/debian stable main
deb http://packages.elasticsearch.org/elasticsearch/1.0/debian stable main
deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx
deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main
deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main

@k3z
Copy link
Author

k3z commented Oct 1, 2014

I found some explanations here -> https://news.ycombinator.com/item?id=8368687
Upgrade works until v1.14 with this command
$ apt-get install rethinkdb=1.14.1-0ubuntu1~lucid

But at this time it seems not possible to install 1.15.0-1-0ubuntu1~lucid

@harobed
Copy link

harobed commented Oct 1, 2014

@AtnNn

@wojons
Copy link
Contributor

wojons commented Oct 1, 2014

@k3z are you able to download the deb file directly and then install it with dpkg -i

@AtnNn AtnNn self-assigned this Oct 1, 2014
@AtnNn AtnNn added this to the 1.15.x milestone Oct 1, 2014
@AtnNn
Copy link
Member

AtnNn commented Oct 1, 2014

The debian install instructions use the RethinkDB package built for Ubuntu lucid. In RethinkDB 1.15.0, that package is not compatible with debian anymore.

I am currently setting up our buildbot to build native packages for wheezy and jessie.

See also #3107

@AtnNn AtnNn modified the milestones: 1.15.x, 1.15.1 Oct 1, 2014
@AtnNn
Copy link
Member

AtnNn commented Oct 3, 2014

Packages for Wheezy and Jessie will be release Monday.

@AtnNn AtnNn closed this as completed Oct 3, 2014
@k3z
Copy link
Author

k3z commented Oct 4, 2014

Great news, thank you very much for your work

@wojons
Copy link
Contributor

wojons commented Oct 4, 2014

@AtnNn YAY

@AtnNn
Copy link
Member

AtnNn commented Oct 7, 2014

The Debian packages for RethinkDB 1.15.1 have been released. To upgrade on Debian, you must first update your sources.list. Instructions are available here:

http://rethinkdb.com/docs/install/debian/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants