bryancall commented on issue #10530: URL: https://github.com/apache/trafficserver/issues/10530#issuecomment-4828154367
This was a problem with the autotools build, where setting LD=lld in config.nice/configure left the libtool-built traffic_server binary referencing the build-tree relative paths ../src/api/.libs/libtsapi.so and ../src/tscpp/util/.libs/libtscpputil.so, which could not be resolved at runtime. The autotools build system (configure, config.nice, all the Makefile.am files, and the libtool .libs handling) was removed entirely in [PR #10794](https://github.com/apache/trafficserver/pull/10794), first released in 10.0.0. The project now builds only with CMake, so the configuration that produced this failure no longer exists on master. Closing as obsolete. Please open a new issue if you hit a similar problem with the CMake build. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
