geniiii / ripcord-audio-hook

Fixes Ripcord's voice chat functionality
MIT License
72 stars 4 forks source link

Build hook for linux #6

Closed ViniciusRed closed 1 year ago

ViniciusRed commented 1 year ago

I'm having this problem when I run ripcord ripcord: error while loading shared libraries: libfunchook.so.2: cannot open shared object file: No such file or directory

Os: Archlinux x86_64 Kernel: 6.2.9-arch1-1

geniiii commented 1 year ago

This is addressed in the README:

If you get an error that looks something like "cannot open shared object file: No such file or directory" even after installing funchook, check your LD_LIBRARY_PATH or run ldconfig.

I'm pretty certain every desktop Linux system has ldconfig, so just do ldconfig in the terminal. I'll be closing this issue for now, reopen if you still have trouble getting it to work.