-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Depends: libgflags2v5 but it is not installable #163
Comments
Hi. Our build process supports only Debian 9. However, there are people, who managed to run Blockbook on Ubuntu successfully, see for example this issue. |
Thanks for the link to that Issue. I was able to follow those suggestions and change this line to Ubuntu: blockbook/build/docker/bin/Dockerfile Line 3 in 3e67307
The install of the compiled .deb file after that completing successfully. |
For those who follow after me, I've forked this repository to target Ubuntu 18.04: I've also created a Docker container running Blockbook that targets Bitcoin Cash: Details on my experience running Blockbook with Bitcoin Cash can be found on my blog: |
Hi, I will give an explanation of the workers issue that you describe in your blog:
|
Running through the User Manual I'm trying to install the Blockbook API for Bitcoin Cash. I was able to successfully run
make all-bcash
and build the deb file on a new installation of Ubuntu 18.04. However, when I try to install the generated .deb file (blockbook-bcash_0.2.2_amd64.deb
), I get this error:Did some research and found this page, which seems to indicate that the
libgflags2v5
library in Ubuntu 16.04, was renamed tolibgflags2.2
in Ubuntu 18.04.I believe the renaming of the library is the reason for the error.
The text was updated successfully, but these errors were encountered: