./configure not honoring --*dir options properly
------------------------------------------------
Key: TS-399
URL: https://issues.apache.org/jira/browse/TS-399
Project: Traffic Server
Issue Type: Bug
Components: Build
Affects Versions: 2.1.1
Reporter: Leif Hedstrom
Fix For: 2.1.2
I'm having problems with out generated 'configure', and various --*dir options.
For example, this does not produce what I'd expect it to do:
./configure --prefix=/opt/ats --sysconfdir=/opt/ats/conf
I'd expect the above to put my "config" files into /opt/ats/conf, but they end
up in /opt/ats/etc/trafficserver instead. I'm pretty sure this is not as
intended, because at runtime, the above installation will fail. E.g.
r...@loki 528/0 # ./bin/traffic_server
[TrafficServer] using root directory '/opt/ats'
unable to access() management path '/opt/ats/conf': 2, No such file or directory
please set management path via command line '-d <managment directory>'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.