config VirtaCoin (libdb_cxx headers missing)

Asked by Edward Benson

dear ubuntu:

  I am on 13.10 update to 14.04
but when I do configure, still meet the same error these guy meet, and I follow its suggestion to do
install libdb4.8++-dev
-----not work on my system/try------------
package libdb4.8++-dev is not available but is refered by another package
this may mean that the package is missing, has been obsolete or
is only available from another source

E: Package "libdb4.8++-dev" has no instalation candidate
-------------------------
please help, Eric

------------------------------------------------------------------------
@akstunt .. I had the same issue on Ubuntu 12.04:

checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing

Here's how I fixed it:

sudo apt-get install libdb4.8++-dev

Then just run the ./configure again.
----------------------------------------------------------------------------------------------

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Read https://github.com/virtacoin/VirtaCoinProject/blob/master/doc/build-unix.md#dependency-build-instructions-ubuntu--debian

You need a ppa for the old berkley db4.8 version

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

Revision history for this message
Edward Benson (edward8) said :
#2

I seem already install that db4.8, but that virtacoin , still not work, its doc suggest me run make check, I found a lot error(red)
------------
FAIL: test_virtacoin

            Test Sute Summary for Virtacoin Core 2.9.1
#Total 1
#PASS: 0
#SKIP 0
#XFAIL: 0
#Fail 1
#XPASS 0
#Error 0
=====================================
see src/ test/test-suite.log
please report to <email address hidden>

-------------------------

please help, Eric

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

From your own output:

see src/test/test-suite.log
please report to <email address hidden>

Revision history for this message
Edward Benson (edward8) said :
#4

Thanks your reply
but it did not solve

Just add a comment

Eric

Can you help with this problem?

Provide an answer of your own, or ask Edward Benson for more information if necessary.

To post a message you must log in.