<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Firstly..<br>
<br>
./configure --prefix=<i>usr/local/nagios/libexec you are missing the
first slash --prefix=/usr/local/nagios<br>
<br>
Secondly ... the default configure will install the plugins into the
directory you want ... the prefix configure command is not where they
are installed .. the libexec dir which uses the prefix is.<br>
<br>
Try this in your source directory as the root user.<br>
<br>
make distclean<br>
./configure<br>
make<br>
make test<br>
make install<br>
<br>
-- Jamie Learmonth<br>
</i><br>
Roger Schotsal wrote:
<blockquote cite="mid63562.18697.qm@web81114.mail.mud.yahoo.com"
 type="cite">when I install (run ./configure; make; make install) the
plugin execulables are not installed into /usr/local/bin (the default
location): they are simply compiled and left in the install
directories.  I've tried specifying the directory I want the files
installed into but to no avail:<br>
  <br>
./configure --prefix=<i>usr/local/nagios/libexec<br>
  <br>
the above command is where I want the files installed.  I know I could
create the directory and manually move the files over but, I'm hoping
someone out there can help me come up with a more elegant solution. 
Any suggestions you can offer would be appreciated.<br>
thanx .... roger<br>
  <br>
  </i>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
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
<a class="moz-txt-link-freetext" href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Nagiosplug-help mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagiosplug-help@lists.sourceforge.net">Nagiosplug-help@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</a>
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
  </pre>
</blockquote>
<br>
</body>
</html>