BTW how goin witch ramreduceleveldb ?
I sitll can't got working version :/
master branch compile and wokr witchout problem, but ramreduceleveldb crash at start:
~/BitcoinArmory $ python2.7 ArmoryQt.py --skip-online-check --skip-version-check --satoshi-datadir=/xxxxx/.bitcoin/
********************************************************************************
Loading Armory Engine:
Armory Version: 0.89.97
PyBtcWallet Version: 1.35
Detected Operating system: Linux
OS Variant : ('Gentoo Base System', '2.0.1', '')
User home-directory : /xxxx
Satoshi BTC directory : /xxxx/.bitcoin/
Armory home dir : /xxxx/.armory/
Armory settings file : /xxxx/.armory/ArmorySettings.txt
Armory log file : /xxxx/.armory/armorylog.txt
(CRITICAL) armoryengine.py:1005 - C++ block utilities not available.
(CRITICAL) armoryengine.py:1006 - Make sure that you have the SWIG-compiled modules
(CRITICAL) armoryengine.py:1007 - in the current directory (or added to the PATH)
(CRITICAL) armoryengine.py:1008 - Specifically, you need:
(CRITICAL) armoryengine.py:1009 - CppBlockUtils.py and
(CRITICAL) armoryengine.py:1011 - _CppBlockUtils.so
(ERROR) Traceback (most recent call last):
File "ArmoryQt.py", line 30, in
from armoryengine import *
File "/xxxx/BitcoinArmory/armoryengine.py", line 1001, in
import CppBlockUtils as Cpp
File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 26, in
_CppBlockUtils = swig_import_helper()
File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 22, in swig_import_helper
_mod = imp.load_module('_CppBlockUtils', fp, pathname, description)
ImportError: /xxxx/BitcoinArmory/_CppBlockUtils.so: undefined symbol: _ZN6snappy21GetUncompressedLengthEPKcmPm
Error in sys.excepthook:
Traceback (most recent call last):
File "/xxxx/BitcoinArmory/armoryengine.py", line 582, in logexcept_override
sys.__excepthook__(type, value, tback)
AttributeError: 'NoneType' object has no attribute '__excepthook__'
Original exception was:
Traceback (most recent call last):
File "ArmoryQt.py", line 30, in
from armoryengine import *
File "/xxxx/BitcoinArmory/armoryengine.py", line 1001, in
import CppBlockUtils as Cpp
File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 26, in
_CppBlockUtils = swig_import_helper()
File "/xxxx/BitcoinArmory/CppBlockUtils.py", line 22, in swig_import_helper
_mod = imp.load_module('_CppBlockUtils', fp, pathname, description)
ImportError: /xxxx/BitcoinArmory/_CppBlockUtils.so: undefined symbol: _ZN6snappy21GetUncompressedLengthEPKcmPm