https://bugs.kde.org/show_bug.cgi?id=396415
--- Comment #8 from Paul Floyd <pjfl...@wanadoo.fr> --- Looking some more, on FreeBSD t looks like we're setting AT_EXECPATH to the script name as follows const HChar *exe_name = VG_(find_executable)(VG_(args_the_exename)); HChar resolved_name[VKI_PATH_MAX]; VG_(realpath)(exe_name, resolved_name); and that's causing ld.so to get $ORIGIN wrong. -- You are receiving this mail because: You are watching all bug changes.