Skip to content

How to link with debian pulseaudio ? #346

Answered by gavv
Chimrod asked this question in Q&A
Discussion options

You must be logged in to vote

Did you try:

LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/pulseaudio ldd roc/build/x86_64-pc-linux-gnu/gcc-8.3.0-release/module-roc-sink-input.so

LD_LIBRARY_PATH is used at run-time, not compile-time.

When PulseAudio loads a module, the correct directory (/usr/lib/x86_64-linux-gnu/pulseaudio) should be already added to the search path (internally in the running PulseAudio process).

Did you try to actually install and load Roc modules? Like described here: https://roc-project.github.io/roc/docs/running/pulseaudio_modules.html#installing

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gavv
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #346 on December 14, 2020 10:30.