ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
895 stars 335 forks source link

RFSniffer symbol lookup error (ubuntu xenial) #23

Open lachuzhnikov opened 8 years ago

lachuzhnikov commented 8 years ago

./RFSniffer: symbol lookup error: /usr/local/lib/libwiringPi.so: undefined symbol: pthread_create

sholzmayer commented 8 years ago

Same here...

afeierman commented 7 years ago

I'm also having this issue, running Ubuntu MATE 16.04. Is this a persistent issue, or there a workaround?

mirzamushic commented 7 years ago

did anyone find solution?

afeierman commented 7 years ago

@mirzamushic I ended up using Tim Leland's (very) similar solution: https://github.com/timleland/rfoutlet

JRamos29 commented 5 years ago

I'm also using ubuntu mate 16.04 and solved this issue changing the symlink in /usr/local/lib/libwiringPi.so (before pointing to libwiringPi.so.2.46) to /usr/lib/libwiringPi.so.2.32. as follows:

lrwxrwxrwx 1 root root 22 Nov 17 23:05 libwiringPiDev.so -> libwiringPiDev.so.2.46 -rwxr-xr-x 1 root root 28900 Nov 17 23:05 libwiringPiDev.so.2.46 lrwxrwxrwx 1 root root 28 Nov 18 06:00 libwiringPi.so -> /usr/lib/libwiringPi.so.2.32