mbuesch / razer

Razer device library and tools
http://bues.ch/h/razercfg
GNU General Public License v2.0
250 stars 50 forks source link

librazer.so.1 not found after installing razercfg #106

Closed dpisdaniel closed 7 years ago

dpisdaniel commented 7 years ago

After installing razercfg and starting the razerd system service, I tried running razercfg -s (this doesn't happen just with -s) but got the following problem: Failed to connect to razerd socket: [Errno 2] No such file or directory when running razerd -l3 I got another problem which I assume is the one that cause the previous problem: razerd: error while loading shared libraries: librazer.so.1: cannot open shared object file: No such file or directory librazer.so.1 and librazer.so were both installed in /usr/local/lib and the readme mentioned making sure ld.so can find librazer.so so I checked and /usr/local/lib is one of ld's search dirs: ld --verbose | grep SEARCH_DIR SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib64"); SEARCH_DIR("/usr/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/usr/x86_64-pc-linux-gnu/lib"); So.. I'm pretty lost, any help appreciated!