As a slight addendum looks like I still need to download a pile of dependencies for the Linux distribution
as discussed here:
https://bitcointalk.org/index.php?topic=951753.msg31932663#msg31932663error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
Any chance we can get these compiled into the new Linux release before we come out of Alpha? It will save support questions / new user frustration in the long run if it just "works" out of the box...
FR
Hi FR,
Well, we could compile these dependencies (static libs) with the Vault on Linux, but it's against the Linux philosophy.
However, something we have to do is making a package (.deb, .rpm, etc...) for Linux distributions that would handle the
magic of shared dependencies installation.
If we have time to do it for an Alpha release we will do it for it, if not it will be for the official release.
An other thing that should come out is a Docker container for the Vault Daemon, this will app SysAdmin to deploy our system fastly and securily and it will help us to reach new people as all the pain of the installation would be far away.
OVA are also planned.
Alex4J.