Author

Topic: New to Linux and having trouble building Armory client from source. (Read 883 times)

legendary
Activity: 2786
Merit: 1031
How do I do that? Tried, "sudo apt-get install python-libs" but received unable to locate package error message.

Sorry, I've made the search on my distro, it has a different pack name..

Deafboy showed the correct name.
hero member
Activity: 482
Merit: 502
Code:
[deafboy@Planetexpress ~]$ aptitude search libpython
i   libpython2.7                                                                                                                                       - Shared Python runtime library (version 2.7)                                                                                                                 
p   libpython2.7:i386                                                                                                                                  - Shared Python runtime library (version 2.7)                                                                                                                 
p   libpython3.2                                                                                                                                       - Shared Python runtime library (version 3.2)                                                                                                                 
p   libpython3.2:i386                                                                                                                                  - Shared Python runtime library (version 3.2)                                                                                                                 
p   libpythonqt2-dev                                                                                                                                   - Dynamic Python binding for the Qt framework - development                                                                                                   
p   libpythonqt2-dev:i386                                                                                                                              - Dynamic Python binding for the Qt framework - development                                                                                                   
p   libpythonqt2.0                                                                                                                                     - Dynamic Python binding for the Qt framework - runtime                                                                                                       
p   libpythonqt2.0:i386                                                                                                                                - Dynamic Python binding for the Qt framework - runtime                                                                                                       
[deafboy@Planetexpress ~]$
legendary
Activity: 817
Merit: 1000
How do I do that? Tried, "sudo apt-get install python-libs" but received unable to locate package error message.
legendary
Activity: 2786
Merit: 1031
Install python-libs and give it another try.
legendary
Activity: 817
Merit: 1000
I have received this error on two different machines now (Mint & Ubtuntu).

I have been following all the steps on this page: https://bitcoinarmory.com/building-armory-from-source/[1]
However when I get to the step "Make" it appears to chug along just fine until the very end when receive this error and it stops:

g++: error: /usr/lib/libpython2.7.a: No such file or directory make[1]: *** [swig] Error 1 make[1]: Leaving directory `/home/user/BitcoinArmory/cppForSwig' make: *** [all] Error 2

I also noticed that the person who made a comment at the bottom of this page also received the same error but hasn't received a solution: https://gist.github.com/FiloSottile/3646033[2] (I too would like to eventually get this up and running on a Raspberry pi but for now I'm trying to test it out)

Thanks for your help.
Jump to: