#!/bin/sh
echo "ERROR: freshclam binary was not built successfully"
echo "This is likely due to library linking issues during build"
echo "Please check the system logs or contact your system administrator"
exit 1
