https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231402
--- Comment #10 from Ting-Wei Lan <lant...@gmail.com> --- (In reply to Adriaan de Groot from comment #8) Note that there is no missing or mismatched symbols here. Both libraries are built correctly and symbols should be successfully resolved. It is the memory corruption issue that overwrites the data of the runtime linker, causing it to reject the symbol early before comparing strings. If I understand correctly, both @ and @@ are used to denote the version tag. In addition, @@ means it is the default version and the build time linker should choose it if object files don't specify a version. Therefore, undefined @Qt_5 symbol should be resolved to the @@Qt_5 at runtime if there is no memory issue and it is the case when there is no VLAN interface on the system. -- You are receiving this mail because: You are the assignee for the bug.