Problem Compiling NRPE 2.6 on Fedora Core 5
Andy Shellam (Mailing Lists)
andy.shellam-lists at mailnetwork.co.uk
Fri Dec 29 23:03:36 CET 2006
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 at 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
-------------------------------------------------------------------------
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 at 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
More information about the Users
mailing list