GDB with LZMA on alpine linux
#1
Wed, 2017-04-19 15:13
newalpineuser
-
- Offline
- 11 months 2 weeks ago
- 2017-04-19
Hi,
I need gdb with LZMA, to debug my corefiles. I installed gdb using 'apk add --no-cache -u gdb', but this gdb was not compiled with LZMA library.
Is there a way for me to get a gdb on alpine linux with support to LZMA.
Thanks.