missing library LWP : can not get sourceforge versions list
In a previous post (date 2007-10-06) I described how to install webminstats on your debian-system.
On most servers I always got following error message as a jabascript alert when loading the webminstats module-page (https://<servername>:10000/sysstats/):
missing library LWP : can not get sourceforge versions list
You can solve this problem in two ways:
- Easy one: Deactivate the build-in update check of webminstats. Goto “Module Config” on the module-page and set “0″ to the textfield “check update” and save it.
- OR: Download the missing library called “libwww-perl”. To do that, run “apt-get install libwww-perl” on the console.