View previous topic :: View next topic |
Author |
Message |
jaybird n00b
Joined: 11 Jun 2004 Posts: 59 Location: Alberta, Canada
|
Posted: Sat Dec 11, 2004 7:15 am Post subject: nagios will not compile |
|
|
Using the 2.6.9-r9 kernel
starts to compile nagios-plugins first but it halts with an error
The error seems to be NSLOOKUP_COMMAND is not defined. nslookup is not installed but looking at the source code /usr/bin/hostx should work as well so I set the variable NSLOOKUP_COMMAND to /usr/bin/hostx.
Then I tried compiling/emerging again and still get the error message that NSLOOKUP_COMMAND is not defined (also tried exporting it after I set it). I tried changing the source code in the /var/tmp/portage/... directory but even overwrites the code.
I don't see a nslookup package available to install first but should emerge be finding any dependancies and putting them in first anyways?
Any ideas anyone? |
|
Back to top |
|
|
hanj Veteran
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Sat Dec 11, 2004 7:30 am Post subject: |
|
|
Hello
nslookup can be found in bind-tools
Code: | emerge -p bind-tools |
hope this helps
hanji |
|
Back to top |
|
|
|