• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Webalizer not working anymore after update

M

mrdave

Guest
After updating a server to Plesk for windows 7.5.1, the webalizer program was not working anymore, even if it was installed, Plesk still reported as uninstalled.
After two days of headaches, I found the cause of this problem.
Basically, when I updated Plesk, I also updated the ClamAV antivirus to the latest clamav-devel codebase (0.83-8h) from http://www.sosdg.org/clamav-win32/index.php, I always used clamav versions provided there with success.
The problem is due to an updated cygwin1.dll version (1005.14.0.0) that ships with the latest clamav version, while the cygwin1.dll provided in the webalizer directory is still 1005.12.0.0. Plesk launches webalizer under the same user So when Plesk launches "webalizer -V" to get program version, it receive a **shared memory mismatch** error and statsmng.exe doesn't receive the correct version string so disables it.
I took a lot of time finding this because launching "webalizer -V" by hand as Administrator user works correctly even when ClamAV is running. But Plesk launches webalizer as the same user under which ClamAV is running so the two dll conflicts. The solution was to update the cygwin1.dll in the webalizer directory with the newest version from clamav.
 
thanks for the tip...it cleared up the shared memory error that clamav was getting. Followed your directions above and Bingo all is good.
 
Back
Top