Re: libpython2.7.so missing

2018-03-08 Thread Matthias Klose
On 02.03.2018 17:50, Pukitis, Martins wrote: > Hi. > > gdb doesn't run due to there is no libpython2.7.so on the system. > $ ./gdb/gdb --version > ./gdb/gdb: error while loading shared libraries: libpython2.7.so: cannot open > shared object file: No such file or directory > > There is only stati

libpython2.7.so missing

2018-03-02 Thread Pukitis, Martins
Hi. gdb doesn't run due to there is no libpython2.7.so on the system. $ ./gdb/gdb --version ./gdb/gdb: error while loading shared libraries: libpython2.7.so: cannot open shared object file: No such file or directory There is only static python library available. Is there a way to build gdb with