Hi, I'm using pulseaudio 0.9.14, and found that when starting pulseaudio daemon, one warning "W: ltdl-bind-now.c: Failed to find original dlopen loader" which I didn't see it when using 0.9.13. In fact, pulseaudio daemon could start, and worked normally till now. Is there any impact indeed because of this warning? (FYI: I also found in pulseaudio commit maillist, some modifications in 0.9.13 branch for dlopen loader warning. I don't know if 0.9.14 synched those modification) Here is part of daemon startup log: ========================== [root at localhost tests]# pulseaudio -vvv D: main.c: Started as real root: yes, suid root: no I: core-util.c: Successfully gained nice level -11. D: main.c: Can realtime: yes, can high-priority: yes D: main.c: Can realtime: yes, can high-priority: yes W: ltdl-bind-now.c: Failed to find original dlopen loader. <=== here is the warning W: main.c: This program is not intended to be run as root (unless --system is specified). I: main.c: This is PulseAudio 0.9.14 D: main.c: Compilation host: i686-pc-linux-gnu D: main.c: Compilation CFLAGS: -Os -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -Wall -W -Wextra -pedantic -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wconversion -Wundef -Wformat -Wlogical-op -Wpacked -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Wno-unused-parameter -ffast-math D: main.c: Running on host: Linux i686 2.6.29.rc1-6.5.moblin2-netbook #1 SMP Wed Jan 14 15:09:49 UTC 2009 I: main.c: Page size is 4096 bytes D: main.c: Compiled with Valgrind support: no D: main.c: Running in valgrind mode: no D: main.c: Optimized build: yes ..... In addition, when running some PA command, like "pulseaudio --check" , this warning also appeared. Please help give some information. Thanks! Hao Chen