Paul Vaes wrote: > Hello, > > How does send_nsca nows if Encryption is available or not. I don't want to > compile and install the libmcrypt libraries on all servers, as I don't have > compilers available on all servers. On solaris 5.8 for example, I have > installed libmcrypt. So now, I had the idea the copy the libmcrypt.so files > to an other solaris 5.8 server. But send_nsca still says that encryption is > not available although the libmcrypt library files are available. > > I anybody has an idea, this would be great, >
The send_nsca binary on the system where you copied libmcrypt.so to lacks the runtime link-reference to the mcrypt library, and the relevant parts of the code that required it are not compiled. You also need to copy the send_nsca binary that works with mcrypt support to get it to work. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
