Yes, it works! Thanks for your help!
On Mon, Jul 31, 2023, 18:43 Mark Wielaard wrote:
> Hi Anton,
>
> On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote:
> > Thanks for the quick response.
> > I did:
> > $ ./configure --prefix=/usr\
> > > --disable-debuginfod
Hi Anton,
On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote:
> Thanks for the quick response.
> I did:
> $ ./configure --prefix=/usr\
> > --disable-debuginfod \
> > --enable-libdebuginfod=dummy \
> > --libdir=/libm
> $ make ins
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'.
Hi -
> I need to install
> 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 \
-- Forwarded message -
From: anton baltser
Date: Sun, 30 Jul 2023 at 17:02
Subject: Anton Baltser, bug with libdebuginfod
To:
Hello, nice to meet you!
I need to install
I tried to install elfutils - 0.189 version , and I could solve installing
libdebuginfod.
My system ubuntu 2