mariusae / trickle

Trickle is a userland bandwidth shaper for Unix-like systems.
https://www.usenix.org/legacy/event/usenix05/tech/freenix/full_papers/eriksen/eriksen.pdf
Other
562 stars 61 forks source link

Use $libdir for preload object lookup #29

Closed ghost closed 3 months ago

ghost commented 3 years ago

Fix an incorrect assumption by configure that libdir is always $prefix/lib, which is not the case if e.g. configured with --libdir=/usr/lib64 (Gentoo). Fixes the "Could not find overload object" error on such installations.

z0z0r4 commented 2 years ago

Hmmmm,how can I repair it ? trickle: Could not find overload object

mkurz commented 1 year ago

Using Arch Linux, this patch alone did not help, I also had to apply https://aur.archlinux.org/packages/trickle-git#comment-885736 Note: This patch already is already applied if you install the trickle-git AUR, see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=trickle-git#n43

mkurz commented 3 months ago

Please re-open, this is still relevant.