Hi, Have already met such error before and the solution was the following:
edit <INSTALLATION_DIR>/po/Makefile change MKINSTALLDIRS = @MKINSTALLDIRS to MKINSTALLDIRS = ../mkinstalldirs Hope it helps. Jozsef On 12/04/07, Don Munyak <[EMAIL PROTECTED]> wrote: > sorry for the cross-posting if your subscribe to the plug-ins list > > Can someone tell me why this is failing ? > > # # ./configure -C --prefix=/usr/local/etc/nagios > --with-cgiurl=/nagios/cgi-bin --with-nagios-user=nagios > --with-nagios-group=nagios > > # make > # make install > : > : > : > Making install in plugins-root > /usr/bin/install -c -o nagios -g nagios check_dhcp > /usr/local/etc/nagios/libexec/check_dhcp > chown root /usr/local/etc/nagios/libexec/check_dhcp > chmod a=rx,u+s /usr/local/etc/nagios/libexec/check_dhcp > /usr/bin/install -c -o nagios -g nagios check_icmp > /usr/local/etc/nagios/libexec/check_icmp > chown root /usr/local/etc/nagios/libexec/check_icmp > chmod a=rx,u+s /usr/local/etc/nagios/libexec/check_icmp > Making install in po > -d /usr/local/etc/nagios/share > -d:No such file or directory > *** Error code 1 > > Stop in /tmp/nagios-plugins-1.4.7/po. > *** Error code 1 > > Stop in /tmp/nagios-plugins-1.4.7. > web# > > Thanks > Don > > ------------------------------------------------------------------------- > 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 > [EMAIL PROTECTED] > 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 > ------------------------------------------------------------------------- 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 [EMAIL PROTECTED] 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
