Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CSTL] CASTLE Airdrops Platform 🌟AIRDROP🌟 [Masternodes/PoS] Atomic Swaps
by
securityxiii
on 31/01/2018, 04:32:16 UTC
Greetings guys.

1) I didn't find your github, does it exists?
2) I've tried to run your wallet on Linux, but it throws error

Code:
./castle-qt-linux: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

Tried to do:
Code:
ldd $(which ./castle-qt-linux)

libdb_cxx-4.8.so => not found

It seems to be berkley DB? I have to recompile it and link?

I did the following: `ln -s /usr/lib/x86_64-linux-gnu/libdb_cxx-5.3.so /usr/lib/x86_64-linux-gnu/libdb_cxx-4.8.so` - now I'm having new error:

Code:
ERROR: CDB() : error Invalid argument (22) opening database environment

Also there is another error (not sure that second is important):
Code:
libpng warning: Incorrect bKGD chunk length

Anyways, you should recompile the linux wallet (I'm having even not so recent ubuntu 16.04.3!) to make it work okay.

Thanks.

Den