nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

Set LD_LIBRARY_PATH in order for shairport-sync to find compiled version of libalac #106

Closed TwizzyDizzy closed 3 years ago

TwizzyDizzy commented 3 years ago

Might also be solved by configureing different LDFLAGS here: https://github.com/nicokaiser/rpi-audio-receiver/commit/e579b0e4d09b8b6e52119f37aa25218d9d722abb.

Your choice :)

TwizzyDizzy commented 3 years ago

Closing this, ldconfig is now called before compiling shairport-sync, so libalac.so.0 will be found during compile time.

Cheers Thomas