https://bugs.freedesktop.org/show_bug.cgi?id=61800
--- Comment #1 from Tanu Kaskinen <[email protected]> --- Thanks for the patch! (In reply to comment #0) > This is because bind_now_open() in src/daemon/ltdl-bind-now.c assumes any > problem with dlopen is due to a missing file. There's no such assumption. bind_now_open() sets the error to LT_ERROR_CANNOT_OPEN, which should map to error message "can't open the module". Apparently libltdl resets the error to LT_ERROR_FILE_NOT_FOUND. Would you be willing to investigate why that happens? It may be a bug in libltdl or in the way that pulseaudio uses it. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
