zrhoffman commented on a change in pull request #5253:
URL: https://github.com/apache/trafficcontrol/pull/5253#discussion_r519105503
##########
File path: infrastructure/cdn-in-a-box/traffic_ops/Dockerfile
##########
@@ -79,6 +79,9 @@ ADD
traffic_router/core/src/test/resources/geo/GeoLite2-City.mmdb.gz /opt/traffi
WORKDIR /opt/traffic_ops/app
ADD traffic_ops/app/cpanfile traffic_ops/install/bin/install_goose.sh ./
+
+# Start with the existing traffic_ops/app/local directory
+COPY traffic_ops/app/local local
Review comment:
I was mistaken, `x86_64-linux-thread-multi` is not specific enough.
Using CPAN modules built with CentOS 7 on CentOS 8, I get
```
/usr/bin/perl: symbol lookup error:
/opt/traffic_ops/app/local/lib/perl5/x86_64-linux-thread-multi/auto/List/Util/Util.so:
undefined symbol: Perl_xs_apiversion_bootcheck
```
Opened #5262 to cache modules by OS version and to use a `local` directory
specific to CDN-in-a-Box.
----------------------------------------------------------------
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]