masaori335 edited a comment on issue #7431: URL: https://github.com/apache/trafficserver/issues/7431#issuecomment-761903803
Seems like `-Wl,-undefined -Wl,dynamic_lookup` is missing on the link command. Could you set it somehow? line 1590 of [1718178260](https://github.com/Homebrew/homebrew-core/runs/1718178260) ``` libtool: link: clang++ -o unit-tests/.libs/plugin_v2.so -bundle unit-tests/.libs/plugin_v2_la-plugin_misc_cb.o -L/usr/local/opt/[email protected]/lib -L/usr/local/Cellar/pcre/8.44/lib -g -O3 -mcx16 -Wl,-exported_symbols_list,unit-tests/.libs/plugin_v2-symbols.expsym ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
