0

I am trying to download Open5gs on my 20.04 Ubuntu Machine but keep getting this error: 'Dependency "talloc" not found', when I run the script "meson build --prefix='/pwd'/install

I tried fixing the issue using sudo apt-get install python3-talloc-dev but the error is still thrown.

1 Answers1

0

You probably want to install libtalloc-dev, which provides the pkgconfig file for talloc

nielsdg
  • 2,318
  • 1
  • 13
  • 22