Author

Topic: bitcoind, boostlib problem (Read 650 times)

hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
February 07, 2017, 01:10:30 AM
#7
I don't can
Code:
apt-get install libboost-all-dev
result:
Code:
apt-get install libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 libboost-all-dev : Depends: libboost-dev but it is not going to be installed
                    Depends: libboost-program-options-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
libboost-dev and libboost-program-options-dev installed no problem.

Do:
Code:
dpkg --get-selections | grep hold
See what the packages are. Reinstall them, then do the.
Code:
apt-get update

Then tr running the same command again, let me know how that works.
staff
Activity: 3374
Merit: 6530
Just writing some code
February 06, 2017, 10:08:30 PM
#6
Your english is very hard to understand.

You have an error with your package manager. Something is broken about it, it cannot retrieve the necessary dependency packages of a package. This is not an issue with bitcoind or boost but rather an issue with your system. Google the error and you should be able to find a way to fix it.
sr. member
Activity: 292
Merit: 251
February 06, 2017, 10:02:59 PM
#5
new attempt. use bitcoin repo.
Code:
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
result:
Code:
sudo apt-get install bitcoind
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 bitcoind : Depends: libboost-chrono1.58.0 but it is not installable
            Depends: libzmq5 (>= 3.2.3+dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.
wtf? this only install. need easy, don't quests.
sr. member
Activity: 292
Merit: 251
February 06, 2017, 09:26:50 PM
#4
I install bitcoind to my server 2 days.
2 days only for install, and don't positive result.
https://bitcointalksearch.org/topic/m.17748645
centos 6.8 does not fit?
ok. reinstall to ubuntu 16.04.
i see only "error, problem, problem, error, no, incorrect".
Why this fucking my brain?
sr. member
Activity: 292
Merit: 251
February 06, 2017, 08:57:11 PM
#3
I don't can
Code:
apt-get install libboost-all-dev
result:
Code:
apt-get install libboost-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 libboost-all-dev : Depends: libboost-dev but it is not going to be installed
                    Depends: libboost-program-options-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
libboost-dev and libboost-program-options-dev installed no problem.
legendary
Activity: 4060
Merit: 1303
February 06, 2017, 08:50:10 PM
#2
You might give this a try:
Code:
apt-get install libboost-all-dev
And see if that helps.  I have compiled 0.13.x on Ubuntu 16.04 successfully.  Is that the version you are working with?

If not, you could try something like this (iirc):
Code:
./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu
sr. member
Activity: 292
Merit: 251
February 06, 2017, 08:21:50 PM
#1
Don't can ./configure bitcoind:
Code:
checking for boostlib >= 1.47.0... yes
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the boost_system library!
ubuntu 16.04
Jump to: