I am having a problem setting up check_smb_shares.pl from the NagiosExchange site.
It requires the SmbClient.xs:439: error: structure has no member named `close’ perl module.
when I do a perl Makefile.PL it completes just fine but as soon as I issue a make command it fails with this error message:
SmbClient.xs: In function `XS_Filesys__SmbClient__close':
SmbClient.xs:439: error: structure has no member named `close'
make: *** [SmbClient.o] Error 1
I have smbclient 3.0.20b installed as well as perl, v5.8.7 built for i486-linux
Nagios is running on a Slackware 10.2 server, any help would be greatly appreciated.