Generating DH parameters, 512 bit long safe prime, generator 2 This is going to take a long time ......+..................................+..................................+...........................................................................................+........................................................+....+............+......+...........+...........+.............................................................................+......+..........+................................................+............................................................................................................................+.............................................+...................+..............+..................................+...+.......................................+........+...............................................................+........................................+...........+...................................................................................................+...................................+...........................+..................+..+........+......+.........+....................+................+.......+...................+...........+............+.....................+.........................................+.......................................+..................................................+.....+......+....................................+..+.+..........+..................................+.+...........................................................+.....................+...........+......+......................................+....+...+...............................+...+.............+.....................+..+................+...............+.....................+.......................................+....................+...........................................+......+.................+................................+.....+.....................+................+................................+.....+....................................++*++*++*++*++*++* Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at subst line 34. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE exec_prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at subst line 34. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE exec_prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at subst line 34. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE exec_prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at subst line 34. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE exec_prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at subst line 34. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE exec_prefix}/ at subst line 28. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE prefix}/ at subst line 28. es checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking socket.h usability... no checking socket.h presence... no checking for socket.h... no checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/wait.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 8 checking for uint32_t... yes checking for u_int32_t... yes checking for int32_t... yes checking for va_copy... yes checking for vsnprintf... yes checking for snprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for C99 vsnprintf... yes checking for getopt_long... yes checking for main in -lnsl... yes checking for socket in -lsocket... no checking for main in -lwrap... yes checking for strdup... yes checking for strstr... yes checking for strtoul... yes checking for initgroups... yes checking for closesocket... no checking for socklen_t... yes checking for type of socket size... size_t checking for SSL headers... SSL headers found in /usr checking for SSL libraries... SSL libraries found in /usr/lib64 *** Generating DH Parameters for SSL/TLS *** checking for Kerberos include files... could not find include files checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating subst config.status: creating src/Makefile config.status: creating package/solaris/Makefile config.status: creating init-script config.status: creating init-script.debian config.status: creating init-script.suse config.status: creating nrpe.spec config.status: creating sample-config/nrpe.cfg config.status: creating sample-config/nrpe.xinetd config.status: creating include/config.h *** Configuration summary for nrpe 2.15 09-06-2013 ***: General Options: ------------------------- NRPE port: 5666 NRPE user: nagios NRPE group: nagios Nagios user: nagios Nagios group: nagios Review the options above for accuracy. If they look okay, type 'make all' to compile the NRPE daemon and client. cd ./src/; make ; cd .. make[1]: Entering directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' gcc -O2 -fPIC -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -L/usr/lib64 -lssl -lcrypto -lnsl -lwrap ./nrpe.c: In function ‘main’: ./nrpe.c:118:2: warning: implicit declaration of function ‘asprintf’ [-Wimplicit-function-declaration] asprintf(&env_string,"NRPE_MULTILINESUPPORT=1"); ^ ./utils.c: In function ‘my_connect’: ./utils.c:151:10: warning: implicit declaration of function ‘my_create_socket’ [-Wimplicit-function-declaration] sock = my_create_socket(ai, bind_address); ^ gcc -O2 -fPIC -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -L/usr/lib64 -lssl -lcrypto -lnsl ./utils.c: In function ‘my_connect’: ./utils.c:151:10: warning: implicit declaration of function ‘my_create_socket’ [-Wimplicit-function-declaration] sock = my_create_socket(ai, bind_address); ^ make[1]: Leaving directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' *** Compile finished *** If the NRPE daemon and client compiled without any errors, you can continue with the installation or upgrade process. Read the PDF documentation (NRPE.pdf) for information on the next steps you should take to complete the installation or upgrade. cd ./src/ && make install-plugin make[1]: Entering directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' /usr/bin/ginstall -c -m 775 -o nagios -g nagios -d /usr/src/slapt-src/network/nrpe/package-nrpe/usr/libexec/nagios /usr/bin/ginstall -c -m 775 -o nagios -g nagios check_nrpe /usr/src/slapt-src/network/nrpe/package-nrpe/usr/libexec/nagios make[1]: Leaving directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' cd ./src/ && make install-daemon make[1]: Entering directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' /usr/bin/ginstall -c -m 775 -o nagios -g nagios -d /usr/src/slapt-src/network/nrpe/package-nrpe/usr/bin /usr/bin/ginstall -c -m 775 -o nagios -g nagios nrpe /usr/src/slapt-src/network/nrpe/package-nrpe/usr/bin make[1]: Leaving directory '/usr/src/slapt-src/network/nrpe/nrpe-2.15/src' Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/network/nrpe/nrpe-2.15-x86_64-1salix.txz ./ usr/ usr/libexec/ usr/libexec/nagios/ usr/libexec/nagios/check_nrpe usr/bin/ usr/bin/nrpe usr/doc/ usr/doc/nrpe-2.15/ usr/doc/nrpe-2.15/README usr/doc/nrpe-2.15/README.SSL usr/doc/nrpe-2.15/LEGAL usr/doc/nrpe-2.15/nrpe.SlackBuild usr/doc/nrpe-2.15/docs/ usr/doc/nrpe-2.15/docs/NRPE.odt usr/doc/nrpe-2.15/docs/NRPE.pdf usr/doc/nrpe-2.15/contrib/ usr/doc/nrpe-2.15/contrib/README.nrpe_check_control usr/doc/nrpe-2.15/contrib/nrpe_check_control.c usr/doc/nrpe-2.15/sample-config/ usr/doc/nrpe-2.15/sample-config/nrpe.xinetd.in usr/doc/nrpe-2.15/sample-config/nrpe.cfg usr/doc/nrpe-2.15/sample-config/nrpe.xinetd usr/doc/nrpe-2.15/sample-config/nrpe.cfg.in usr/doc/nrpe-2.15/Changelog usr/doc/nrpe-2.15/SECURITY install/ install/doinst.sh install/slack-desc etc/ etc/nagios/ etc/nagios/nrpe.cfg.new etc/rc.d/ etc/rc.d/rc.nrpe.new Slackware package /usr/src/slapt-src/network/nrpe/nrpe-2.15-x86_64-1salix.txz created. Installing package nrpe-2.15-x86_64-1salix... | nrpe (Nagios Remote Plugin Executor) | | The NRPE addon is designed to allow you to execute Nagios plugins on | remote Linux/Unix machines. The main reason for doing this is to allow | Nagios to monitor "local" resources (like CPU load, memory usage, | etc.) remote machines. Since these public resources are not usually | exposed to external machines, an agent like NRPE must be installed on | the remote Linux/Unix machines. | | Homepage: http://www.nagios.org/ | | |