https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239238
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Johnston <[email protected]> --- Indeed, the handling of executables and shared libs is inconsistent. The current behaviour makes some sense since it matches the runtime linker's search algorithm, but it is not really intuitive for a command-line program. Our behaviour is also incompatible with Linux's. The main question would be whether changing this breaks anything. It might be reasonable to try searching the current directory before falling back to the rtld search path. That would give more consistent behaviour and be less likely to break anything. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
