Thanks for the quick response. I did: $ ./configure --prefix=/usr \ > --disable-debuginfod \ > --enable-libdebuginfod=dummy \ > --libdir=/libm $ make install : Making install in tests make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/include/elfutils' /usr/bin/install -c -m 644 version.h '/usr/include/elfutils' $ make check : ============================================================================ Testsuite summary for elfutils 0.189 ============================================================================ # TOTAL: 236 # PASS: 232 # SKIP: 4 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Nothing to be done for 'check-am'.
Is that right result? On Sun, Jul 30, 2023, 21:26 Frank Ch. Eigler <f...@redhat.com> wrote: > Hi - > > > I need to install <elfutils/debuginfod.h> > > I tried to install elfutils - 0.189 version , and I could solve > installing > > libdebuginfod. > > My system ubuntu 20.04/wsl2 > > > > I used ./configure --prefix=/usr \ > > --disable-debuginfod \ > > --enable-libdebuginfod=dummy \ > > --libdir=/lib > > debuginfod/Makefile.am says: > > if LIBDEBUGINFOD > pkginclude_HEADERS = debuginfod.h > endif > > which is active with =dummy. Just tried this same configure here, and > after a "make install", the header file does get installed. > > - FChE > >