This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/23205] New: Can't find liblzma


https://sourceware.org/bugzilla/show_bug.cgi?id=23205

            Bug ID: 23205
           Summary: Can't find liblzma
           Product: gdb
           Version: 8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: z-andrew at yandex dot ru
  Target Milestone: ---

Hi, 
I do ./configure --with-lzma and after that when I run make, I get the below
error:

configure:15643: checking whether to use lzma
configure:15645: result: yes
configure:16059: checking for liblzma
configure:16090: result: no
configure:16115: error: missing liblzma for --with-lzma

The OS is CentOS 7 x86_64 with the below packages:
xz.x86_64 5.2.2-1.el7                                                           
xz-compat-libs.x86_64 5.2.2-1.el7                                               
xz-devel.x86_64 5.2.2-1.el7                                                     
xz-libs.x86_64

Also:
# locate liblzma
/usr/lib64/liblzma.so
/usr/lib64/liblzma.so.0
/usr/lib64/liblzma.so.0.0.0
/usr/lib64/liblzma.so.5
/usr/lib64/liblzma.so.5.2.2
/usr/lib64/pkgconfig/liblzma.pc

How is it to troubleshoot that?
Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]