Comment 4 for bug 1384256

Revision history for this message
Ryan Solomon (phizes) wrote :

The missing dependencies I have found so far are:
- libjs-jquery
- libjs-jquery-ui
- libjs-jquery-ui-theme-smoothness
- graphviz (Required for certain maps as it contains the binary /usr/bin/dot)
- libjs-jquery-reflection (I'm not completely sure that this is required.)
These can be installed with:
# apt-get install libjs-jquery libjs-jquery-ui libjs-jquery-ui-theme-smoothness graphviz libjs-jquery-reflection

Additionally, a symlink is needed to the images for the smoothness theme:
# ln -s -t /usr/share/ntop/html/ /usr/share/javascript/jquery-ui-themes/smoothness/images

This should fix most, if not all of the errors.