Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcl missing as dependency from Ubuntu packages? #358

Closed
GUI opened this issue Apr 19, 2017 · 1 comment
Closed

tcl missing as dependency from Ubuntu packages? #358

GUI opened this issue Apr 19, 2017 · 1 comment

Comments

@GUI
Copy link
Member

GUI commented Apr 19, 2017

On a fresh Ubuntu 14.04 Trusty install I just helping debug, Trafficserver was failing to start. The issue was that libtcl8.5.so.0 couldn't be found. Our package currently depends on the tcl package, but under Ubuntu 14.04, this appears to provide tcl 8.6 (not 8.5). This was solved temporarily by manually installing the tcl8.5 package on the system, but need to look into this to see if there's any issues with our packaging, since it seems like we would have run into this earlier.

One other thought I just had was that maybe the 12.04 API Umbrella package accidentally got installed on the 14.04 system (since 12.04 does use tcl 8.5). Should double check that's not what led to the incorrect dependencies.

@GUI
Copy link
Member Author

GUI commented Apr 20, 2017

It turned out this was an issue of the 12.04 packages inadvertently being installed on a 14.04 issue, so there's no issues with our package dependencies.

@GUI GUI closed this as completed Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant