Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The Ntop-3.1 build (which is currently package.mask-ed for an unrelated issue) is installing the HTML files that Ntop uses for its internal webserver to /usr/share/doc/ntop-3.1/html instead of to /usr/share/ntop/html where they should be. It is actually moving the files from the correct location to the incorrect location - it looks like someone thought that they were documentation files. To fix this problem, the following line needs to be removed from ntop-3.1.ebuild: mv ${D}/usr/share/ntop/html ${D}/usr/share/doc/${PF} Reproducible: Always Steps to Reproduce: 1. emerge ntop 2. start ntop 3. open ntop web interface Actual Results: broken images Expected Results: non-broken images
copy all html files from: /usr/share/doc/ntop-3.1/html/ to /usr/share/ntop/html and restart ntop to make it work properly. Read the FAQ in /usr/share/doc/ntop-3.1/FAQ.gz for more details - find "Q. ntop shows an older, single menu interface" for details of configuring the html properly. Regards.
I copied the files to the correct location. However, that doesn't change the fact that the ebuild still installs them in the wrong place to begin with.
Fixed. Thanks for the report.