From: Peter Meerwald <[email protected]>

the README suggests to set the following dl-search-path: -p $(pwd)/src/.libs/

N: [lt-pulseaudio] daemon-conf.c: Detected that we are run from the build tree, 
fixing search path.
E: [lt-pulseaudio] ltdl-bind-now.c: Failed to open module 
/redacted/pulseaudio/src/.libs/.libs/module-device-restore.so: 
/home/pmeerw/src/pulseaudio/src/.libs/.libs/module-device-restore.so: cannot 
open shared object file: No such file or directory

the last part seems superfluous, so -p $(pwd)/src/

Signed-off-by: Peter Meerwald <[email protected]>
---
 README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 3a80324..66c1847 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ HACKING:
          ./autogen.sh
          CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure
          make
-         ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/.libs/
+         ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/
 
 SPELLING:
         PulseAudio
-- 
1.7.9.5

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to