Can anyone pIs point me into a direction or actually has a solution to install #libbdplus on #endeavouros / #archlinux without getting error of missing #libgcrypt-config?

Can anyone pIs point me into a direction or actually has a solution to install #libbdplus on #endeavouros / #archlinux without getting error of missing #libgcrypt-config?
See: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1972760.html
@linux

8 points · 2 comments · view on lemmy.world

2 Comments

bizdelnick@lemmy.ml · 6 pts · 2y (1 reply)

You have to replace these lines with something similar to this (change libaacs to libgcrypt everywhere). Then run autoreconf -iv (you must have autoconf installed). It will create a new ./configure script which will work if you did everything correctly.

Refer to documentation.

lemba@social.tchncs.de · 1 pts · 2y

@bizdelnick thx I will try it.