Closed shaulliv closed 10 years ago
@shaulliv What distro?
manjaro 0.8.9 Ascella
Ok the linux compilation is not done at all right, changed title of report. @israelcoin You should deal with it.
Should be configured like this:
./autogen.sh
./configure LDFLAGS=-static
make
sudo make install
With the critical part being LDFLAGS=-static
In the meantime @shaulliv I suggest you compile it yourself. If you need help ask here :)
Looks like you can't just compile as static without hitting a lot of symbol errors. Most popular one is:
(.text+0x11): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version
(after that everything fails).
See no choice other than setting up a gitian build machine as described here
Upcomming 1.6.1 fixes this issue
because the wallet was compiled the outdated libminiupnpc.so.8 library systems that installed with version 9 of the library can't run the wallet.