Page 2 of 2

Re: login in URL tests. Please help me..Thank you!

Posted: Wed Jan 18, 2012 5:27 pm
by jsmurphy
Watch the text wall carefully when compiling the plugin... it might be that you are missing a dependency to compile that particular check and it will skip it. If that's the case simply download the headers for whichever package it says you are missing.

Re: login in URL tests. Please help me..Thank you!

Posted: Thu Jan 19, 2012 5:20 pm
by Jeepha
I figured this out (check_dns missing)!

Turns out I didnt have bind utilities installed. This fixed the issue:

# yum install bind-utils

Re-installed plugins package..

That was it!