Hi there -- I got around the issue by recompiling nrpe without ssl support. Once I did that, I then configured the command definition on the server not to use ssl, and then also had the client in question run nrpe in a similar manner.
I know that is not a solution but really a workaround. As it is, I am now able to monitor the remote client. -----Original Message----- From: Andy Shellam (Mailing Lists) [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 5:04 PM To: Kaplan, Andrew H. Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Problem Compiling NRPE 2.6 on Fedora Core 5 This seems as if it could be an error in the makefile, a missing library on your system, or an incorrect path in your /etc/ld.so.conf file. Try passing "LDFLAGS=-ldl" to the configure script - eg. LDFLAGS="-ldl" ./configure --prefix=/usr/local/nagios Or, find the "dl" library (find / -name libdl*) and add the path to it: LDFLAGS="/lib -ldl" ./configure --prefix=/usr/local/nagios Andy. Kaplan, Andrew H. wrote: > > I am trying to compile NRPE 2.6 on a system running Fedora Core 5, but > I am running into issues. > > Whenever I try to complete the make all command as either root, sudo > user, or a regular user, I get > > and Error 1 message. The lines shown below are a sample of the output > I am seeing: > > > > dso_dlfcn.c:(. text+0x746): undefined reference to dlopen > > dso_dlfcn.c:(. text+0x7ba): undefined reference to dlclose > > dso_dlfcn.c:(. text+0x7f1): undefined reference to dlerror > > collect2: ld returned 1 exit status > > make[1]: *** [nrpe] Error 1 > > > > What is the cause of this, and how can I correct it so I can compile > NRPE? > > > > THE INFORMATION TRANSMITTED IN THIS ELECTRONIC COMMUNICATION IS > INTENDED ONLY FOR THE PERSON OR ENTITY TO WHOM IT IS ADDRESSED AND MAY > CONTAIN CONFIDENTIAL AND/OR PRIVILEGED MATERIAL. ANY REVIEW, > RETRANSMISSION, DISSEMINATION OR OTHER USE OF OR TAKING OF ANY ACTION > IN RELIANCE UPON, THIS INFORMATION BY PERSONS OR ENTITIES OTHER THAN > THE INTENDED RECIPIENT IS PROHIBITED. IF YOU RECEIVED THIS INFORMATION > IN ERROR, PLEASE CONTACT THE SENDER AND THE PRIVACY OFFICER, AND > PROPERLY DISPOSE OF THIS INFORMATION. !DSPAM:37,45958dd231949907517376! > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > !DSPAM:37,45958dd231949907517376! > > ------------------------------------------------------------------------ > > _______________________________________________ > Nagios-users mailing list > Nagios-users@lists.sourceforge.net > 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 > > !DSPAM:37,45958dd231949907517376! > -- Andy Shellam NetServe Support Team the Mail Network "an alternative in a standardised world" p: +44 (0) 121 288 0832/0839 m: +44 (0) 7818 000834 THE INFORMATION TRANSMITTED IN THIS ELECTRONIC COMMUNICATION IS INTENDED ONLY FOR THE PERSON OR ENTITY TO WHOM IT IS ADDRESSED AND MAY CONTAIN CONFIDENTIAL AND/OR PRIVILEGED MATERIAL. ANY REVIEW, RETRANSMISSION, DISSEMINATION OR OTHER USE OF OR TAKING OF ANY ACTION IN RELIANCE UPON, THIS INFORMATION BY PERSONS OR ENTITIES OTHER THAN THE INTENDED RECIPIENT IS PROHIBITED. IF YOU RECEIVED THIS INFORMATION IN ERROR, PLEASE CONTACT THE SENDER AND THE PRIVACY OFFICER, AND PROPERLY DISPOSE OF THIS INFORMATION. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list Nagios-users@lists.sourceforge.net 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