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

dpkg: dependency problems prevent configuration of blockbook-digibyte #461

Closed
divyamsolanki9 opened this issue Jul 20, 2020 · 15 comments
Closed

Comments

@divyamsolanki9
Copy link

dpkg -i blockbook-digibyte_0.3.4_amd64.deb

(Reading database ... 52467 files and directories currently installed.)
Preparing to unpack blockbook-digibyte_0.3.4_amd64.deb ...
Unpacking blockbook-digibyte (0.3.4) over (0.3.4) ...
dpkg: dependency problems prevent configuration of blockbook-digibyte:
 blockbook-digibyte depends on libgflags2v5; however:
  Package libgflags2v5 is not installed.
 blockbook-digibyte depends on libsnappy1v5; however:
  Package libsnappy1v5 is not installed.
 blockbook-digibyte depends on libzmq5 (>= 4.2.0); however:
  Package libzmq5 is not installed.
 blockbook-digibyte depends on psmisc; however:
  Package psmisc is not installed.

dpkg: error processing package blockbook-digibyte (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 blockbook-digibyte
@olegmitrakhovich
Copy link

does apt install blockbook-digibyte_0.3.4_amd64.deb work ? @divyamsolanki9

@divyamsolanki9
Copy link
Author

@olegmitrakhovich
cd blockbook/build
apt install blockbook-digibyte_0.3.4_amd64.deb

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package blockbook-digibyte_0.3.4_amd64.deb
E: Couldn't find any package by glob 'blockbook-digibyte_0.3.4_amd64.deb'
E: Couldn't find any package by regex 'blockbook-digibyte_0.3.4_amd64.deb'

@olegmitrakhovich
Copy link

sorry try sudo apt install ./blockbook-digibyte_0.3.4_amd64.deb @divyamsolanki9

@olegmitrakhovich
Copy link

@divyamsolanki9
Copy link
Author

@olegmitrakhovich Yes. I am following same.
OS - Debian

@olegmitrakhovich
Copy link

did sudo apt install ./blockbook-digibyte_0.3.4_amd64.deb work? @divyamsolanki9

@divyamsolanki9
Copy link
Author

No, didn't worked. Here's the log

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'blockbook-digibyte' instead of './blockbook-digibyte_0.3.4_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 blockbook-digibyte : Depends: libgflags2v5 but it is not installable
E: Unable to correct problems, you have held broken packages.

@olegmitrakhovich
Copy link

are you using Debian 9? ... this sounds a lot like this issue here #163

@divyamsolanki9
Copy link
Author

@olegmitrakhovich @martinboehm
I am using Debian 10

@olegmitrakhovich
Copy link

olegmitrakhovich commented Jul 21, 2020

you need Debian 9 to install blockbook ... however, as a quick fix `nano blockbook/build/docker/bin/Dockerfile' and change line 3 to "FROM debian:10" ... make and try installing again.

@divyamsolanki9
Copy link
Author

Didn't worked. I'll redo to Debian 9 and check

@divyamsolanki9
Copy link
Author

divyamsolanki9 commented Jul 23, 2020

@martinboehm @olegmitrakhovich Worked with Debian 9.
What's the procedure to access out of localhost on WAN IP

@olegmitrakhovich
Copy link

sorry not sure what you mean... can you explain more? @divyamsolanki9

@divyamsolanki9
Copy link
Author

@olegmitrakhovich How to access explorer data apart from Localhost ?

@olegmitrakhovich
Copy link

olegmitrakhovich commented Jul 24, 2020

so if you deployed on some sort of a VM with an IP address, just type https://< ip address >: 9142 in your browser ... all the ports are in your configs folder for digibyte:
"ports": {
"backend_rpc": 8042,
"backend_message_queue": 38342,
"blockbook_internal": 9042,
"blockbook_public": 9142

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

3 participants