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?
from lemba@social.tchncs.de to linux@lemmy.ml on 25 Jun 17:20
https://social.tchncs.de/users/lemba/statuses/112678407982738611

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

#linux

threaded - newest

bizdelnick@lemmy.ml on 25 Jun 18:24 collapse

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 on 25 Jun 18:28 collapse

@bizdelnick thx I will try it.