[SOL10] Installing nagios-plugins-1.4.13 make problems

Dear all,
I am trying to install nagios-plugins on my solaris 10 machine but i run into make errors:
Server
SunOS mxc-fs2 5.10 Generic_118855-15 i86pc i386 i86pc
Solaris 10 6/06 s10x_u2wos_09a X86
i first did a ./configure and did went well.
now when i do a make or gmake the following error occurs:
make all-recursive
Making all in gl
make all-am
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -g -O2 -MT floorf.o -MD -MP -MF ".deps/floorf.Tpo" -c -o floorf.o floorf.c; \
then mv -f ".deps/floorf.Tpo" ".deps/floorf.Po"; else rm -f ".deps/floorf.Tpo"; exit 1; fi
In file included from ./math.h:22,
from floor.c:22,
from floorf.c:20:
/usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:26:26: iso/math_iso.h: No such file or directory
In file included from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:336,
from ./math.h:22,
from floor.c:22,
from floorf.c:20:
/usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:30:24: sys/ieeefp.h: No such file or directory
In file included from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/math.h:336,
from ./math.h:22,
from floor.c:22,
from floorf.c:20:
/usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:104: error: field `fpclass' has incomplete type
/usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/include/floatingpoint.h:128: error: field `rd' has incomplete type
*** Error code 1
make: Fatal error: Command failed for target `floorf.o'
Current working directory /usr/share/src/nagios-plugins-1.4.13/gl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /usr/share/src/nagios-plugins-1.4.13/gl
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
k) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/share/src/nagios-plugins-1.4.13
*** Error code 1
make: Fatal error: Command failed for target `all'
does anyone had a clue what is going on?

I've insaller SUNWlibm and the make is going further now but still ends in a fatal error:
then mv -f ".deps/pst3-pst3.Tpo" ".deps/pst3-pst3.Po"; else rm -f ".deps/pst3-pst3.Tpo"; exit 1; fi
pst3.c:1: sorry, unimplemented: 64-bit mode not compiled in
*** Error code 1
make: Fatal error: Command failed for target `pst3-pst3.o'
Current working directory /usr/share/src/nagios-plugins-1.4.13/plugins-root
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
k) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/share/src/nagios-plugins-1.4.13
*** Error code 1
make: Fatal error: Command failed for target `all'
another suggestion? the SUNWlibm was necessary so thank you for that.

Similar Messages

  • [SOLVED] Install nagios-plugins

    I want to install nagios-plugins in a headless server running arch linux so another server, the one currently monitoring, can monitor the first machine using the nrpe plugin.
    After installing nagios-plugins from aur , i don't know what else to do.... because i did not install nagios core itself..... now, my question is: Do i have to install nagios itself as well and start is as daemon just to make use of one plugin? Or just installing nagios-plugins is enough?: In the last case, what else do I have to do?
    Thanks!
    Last edited by Xi0N (2011-07-21 05:54:01)

    Xi0N wrote:Or just installing nagios-plugins is enough?
    Yes.
    Configure /etc/nrpe/nrpe.cfg (it's well commented) and setup either xinetd to listen for 5666 connections, or add nrpe to your daemons array if you want to run it standalone.

  • Install nagios on solaris 10

    hi
    can any one help me to install nagios on solaris 10.But i got a document from
    www.totkat.org/pages/nagios.shtml. but it is giving errors.
    i am expecting your valuable hints to do

    I've insaller SUNWlibm and the make is going further now but still ends in a fatal error:
    then mv -f ".deps/pst3-pst3.Tpo" ".deps/pst3-pst3.Po"; else rm -f ".deps/pst3-pst3.Tpo"; exit 1; fi
    pst3.c:1: sorry, unimplemented: 64-bit mode not compiled in
    *** Error code 1
    make: Fatal error: Command failed for target `pst3-pst3.o'
    Current working directory /usr/share/src/nagios-plugins-1.4.13/plugins-root
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /usr/share/src/nagios-plugins-1.4.13
    *** Error code 1
    make: Fatal error: Command failed for target `all'
    another suggestion? the SUNWlibm was necessary so thank you for that.

  • How do I tell FF to ignore flash, and not bug be to install the plugin?

    I don't care for MM Flash, so I don't install it. Firefox keeps bugging me to install the plugin every time it hits a page with a flash component. How do I tell it to stop doing that?
    I've tried setting a filter in AdBlock for *.swf, but no go.

    To disable automatic error handling for the current VI, select File»VI Properties and select Execution from the Category pull-down menu. To disable automatic error handling for any new, blank VIs you create, select Tools»Options and select Block Diagram from the Category list. To disable automatic error handling for a subVI or function within a VI, wire its error out parameter to the error in parameter of another subVI or function or to anerror out indicator.
    I'm not sure of it works for warnings as well.
    Below are the references:
    1. http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/error_checking_and_error_handling/
    2.http://www.ni.com/gettingstarted/labviewbasics/handlingerrors.htm
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • How to Install Lomboz Plugin for Eclipse

    Hi,
    Can anyone please give me the steps for installing Lomboz plugin in Eclipse 3.0.
    i have tried, but i didn't achieve this. so please help me.
    thanks
    bhaskar.

    Frankly, I haven't installed Lomboz but I'm working with Sysdeo.
    But in the "Apache Tomcat Bible" which I use, there is an explanation about both plugins.
    I hope this will help you out.
    1) Go to www.objectlearn.com and navigate to the Lomboz section. There you can download the plugin.
    You must download 3 files :
    lomboz.096.zip
    install.pdf
    tutorial.pdf
    Before beginning the installation, you must have installed Tomcat first.
    2) To install the plugin, extract the contents of the lomboz-zipfile and put them into C:\eclipse. The directory plugins\com.objectlearn.jdt.j2ee should now be created under the Eclipse home.
    3) Now you should restart Eclipse and go to Window - Customize perspective. Expand File-> New and make sure all the Lomboz items are selected.
    Under Available items, expand Window -> Show View tree and check Lomboz J2EE View.
    Finally, expand the Other tree and check the Lomboz Actions items.
    Then Click OK to complete the plugin activation.
    4) Now you should modify the workbench preferences. Select Window - Preferences from the menu.
    Check the source and output location for the creation of new projects. Navigate in the left pane to Java > New project. Make sure the Folders radio button is checkec, the Source Folder Name is set to src, and the Output Folder Name is set to bin. Without this, the Lomboz plugin will not operate properly.
    Like the Sysdeo plugin, Lomboz must point to a JDK, not a JRE to enable JSP compilation. In the Lomboz entry under the preferences dialog box, enter the location of JDK Tools.jar.
    This could be something like C:\jdk1.3.1\lib\tools.jar.
    Mind you, I bought the Apache Tomcat Bible in 2002, but it gave me a lot of support. So, I'm pretty sure you will not work with JDK 1.3.1 any more and the Eclipse you're working with will be a newer version. The menus I mentioned have perhaps other names, but I still hope this text will point you to the right direction.

  • How to install vlc plugin to firefox??

    Can you help how to install vlc plugin for firefox in arch?
    or any other I need to get play some internet tv stations and there are optimalised for windows media player or vlc

    besides the above I made it work by moving the files and linking all plugin folders to /usr/share/totem/plugins it works realy well  for me also installed all the plugins for totem and others that were needed like flash and bmp like bmp-wma... etc.
    the onli problem I have is that under normal user I have no sound, so if I want to lisen to what i see I have to use root , also goes the same for my hauppage HVR-1600 only works under root
    after installing the new drivers  and on ly under root i can see one channel an hear under root by command "mplayer -v0 x11 /dev/video0" that makes me some what happy since I could't make it work whit any other distro that I have tried .... many of them.....
    Last edited by netmanny (2008-05-19 00:34:01)

  • Installing sametime plugin for gaim ( Lotus Sametime users)

    Hi,
    I just installed sametime plugin in gaim and want to share it with all using Sametime protocol for chatting.
    #sudo -s
    # abs
    #mkdir /var/abs/local/meanwhile
    #cd /var/abs/local/meanwhile
    # vi PKGBUILD
    pkgname=meanwhile
    pkgver=0.4.2
    pkgrel=1
    pkgdesc="Meanwhile Libraries"
    url=""
    license=""
    depends=('glib2')
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(http://keihanna.dl.sourceforge.net/sourceforge/meanwhile/meanwhile-0.4.2.tar.gz)
    md5sums=()
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    #makepkg
    #pacman -A meanwhile-0.4.2-1.pkg.tar.gz
    #mkdir /var/abs/local/gaim-meanwhile
    #cd /var/abs/local/gaim-meanwhile
    #vi PKGBUILD
    pkgname=gaim-meanwhile
    pkgver=1.2.4
    pkgrel=1
    pkgdesc="Gaim Meanwhile Libraries"
    url=""
    license=""
    depends=('gaim' 'meanwhile')
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=(http://keihanna.dl.sourceforge.net/sourceforge/meanwhile/gaim-meanwhile-1.2.4.tar.gz)
    md5sums=()
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    #makepkg
    #pacman -A gaim-meanwhile-1.2.4-1.pkg.tar.gz
    Both installs like a charm.
    Now start gaim as a normal user and add your sametime details.
    Now isn't making packages on Arch dammmm easy.
    I already love arch
    Enjoy sametime connectivity.
    Regards,
    Abhay
    PS: you may use any server to get the source tar.gz files, as per your convenience.

    Markus,
    I've honestly never experience this problem, but I'll assume from the image that the following is currently happening:
    1) The end user does not have a soft phone. 
    2) The desk phone control (CTI) connection is failing to connect or find a desk phone.
    I can't say right off the bat why its occuring, but should be fairly simple to find out with a problem report.  Can you take a screen shot of the connection status menus?
    Regards,
    Jason

  • Installing Nagios ?? wierd error

    Well installing nagios from binary, and after
    ./configure (standart definitions
    make all
    make install - This ones gives this error ???
    [root@meeko nagios-2.5]# make install
    cd ./base && make install
    make[1]: moving to dir '/root/nagios-2.5/base'
    make install-basic
    make[2]: moving to dir '/root/nagios-2.5/base'
    /bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
    /bin/install: unknown user 'nagios'
    make[2]: *** [install-basic] Fejl 1
    make[2]: Leaving dir '/root/nagios-2.5/base'
    make[1]: *** [install] Fejl 2
    make[1]: leaving dir '/root/nagios-2.5/base'
    make: *** [install] Fejl 2
    Well have installed earlier but didn't have that issue before - have anybody an idea about what to do????

    Well, not sure really. It's obvious that it searches for a user nagios, and couldn't find it. Solution to that is to change the makefile, ie like
    sed -e 's/nagios/your_user_name/g' < makefile
    ... to change the user nagios to an existing user (you?). Or you could try and create nagios user.
    It seems it wants to install in nagios in the user nagions folder on /usr/local, which doesn't exist. Then it seems it selects root/... folder instead, which it doesn't seem to like. My best bet would be to download the program again, the latest version of course, redo the procedure and set ./configure --prefix=/usr.
    Not sure if this was of any help, but at least it's a reply

  • Cannot install Adobe update: no yellow bar, no "Install missing plugins"

    Following advice in FAQs I went to Adobes test page: no yellow bar appeared, nor a box "Install missing plugins". Trying to install Adobe Flash 10 leads to a message to close down Firefox.

    Old instructions, that "yellow bar" was used on older versions of Firefox.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.

  • How to install a plugin on 64 bits windows 2008 server?

    From the developer forum, I found a description which told me how to install a plugin on windows series system, but I only succeded intalling the plugin on 32 bits windows xp, couldn't install the plugin on 64 bits windows 2008 server. Any ideas or advices, men of genius? Thanks :-)

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • I am trying to download Adobe reader latest version and when I hit download a bar appears at the top of the screen telling me to install missing plugins but firefox states plugins up to date what can I do?

    I am unable to download Adobe reader to update my system as I only have version 7 on my computer. Normally I would be able to download direct from Adobe and my system would update but when I try to download a message bar appears which states on the left hand side "additional plugins are required to display all the media on this page" and on the right hand side there is a button which states "install missing plugins". When I click on the button a dialog box appears which states "no suitable plugins where found with a message next to a manual install button "unknown plugin(application/getplusplusadobe16299)

    You can try using this tool to first remove all traces of Reader from your computer:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you can download the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • Google talk video plugin does not work any more with Firefox 4. When clicking on the video chat icon, I am repeatedly asked to install the plugin, and it never works.

    Google talk audio/video plugin used to work fine on Firefox 3, but does not work anymore on Firefox 4. Every time I click on the video chat icon on google talk, I am asked to install the plugin, even if I have already installed it before. The plugin works properly on the latest version of IE on the same PC.
    Thanks for your help. I do not want to switch to Chrome or Opera, but if this bug is not fixed, I will have to.

    Not sure if installing IE 9 did it or not but I now see the camera in IE, FF and Chrome. Could be Facebook fixed the problem also.
    Thanks for the reply.
    George

  • Security question: When installing a Plugin from a website why will you not allow me to research it to see if it is a virus?

    I don't like to install Plugins without doing some research on them first. http://news.sky.com/home/sky-live-tv wants to install a plugin. Have they been hacked? How do I know what I am installing? Facebook wants to install a plugin after their latest update, will it crash Firefox. Give me some insight on plugin/status bar that Asks "Install Missing Plugin" with some information about the creator and the name of the plugin.

    That's a good idea.
    Incidentally, that page uses the Windows Media Player plugin, at least when I visit it.

  • I have a mac computer.  I am trying to install flash player but get the message "install adobe flash player wants to make changes.  Type your password to allow this." I do not use a password to open the computer.

    I have a mac computer that uses no password.  When installing flash player I get the message "Install adobe flash player wants to make changes  Type your password to allow this.  I can't get past this message.

    Hi,
    To change your password you will need to open System Preferences, then open Users & Groups, click on Change Password.  Change your password to a temporary one, then when you have finished you do the same procedure to change it back, by typing in the temp password then leaving the new password blank.  Hope this helps.

  • Intranet install of plugin 1.4.0_01 failing on Win2000 in IE6.0

    When I modify the HTMLConverter output to do the plugin install from an intranet host the installation appears to run to completion (the InstallShield dialogs appear and the install status bar goes to 100%), but the applet does not run. The gray applet placeholder disappears and nothing happens, as if the user pressed No in the initial Security Warning dialog. The web server access log shows no requests after the plugin exe.
    After the install, the plugin control panel is installed and works, and the Web Start icon appears on the desktop, but the plugin is not available to applets. If the browser is restarted and the HTML page containing the applet is loaded again, the browser starts the plugin installation again.
    Downloading the plugin from Sun using the unmodified HTMLConverter output works perfectly. Downloading the exe file from my intranet host and manually running it also works. After the plugin is installed either of these ways, the browser no longer initiates an installation and the applet runs as expected.
    My environment is Windows 2000 SP2, IE 6.0, Apache 1.3.26. In the HTML file I changed the codebase line from:
    classid = "clsid:CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA"
    codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cab#Version=1,4,0,0"
    to:
    classid = "clsid:CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA"
    codebase = "http://myhost/j2re-1_4_0_01-windows-i586.exe#Version=1,4,0,0"
    Any ideas about what I've done wrong or what I can try?
    Thanks,
    -dh

    Found the problem. The HTMLConverter specifies 1.4.0 in the HTML and I chose the 'Use only Java 1.4.0' option, but then I used the latest (1.4.0_01) plugin exe. It works when I change:
    classid = "clsid:CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA"
    codebase = "http://myhost/j2re-1_4_0_01-windows-i586.exe#Version=1,4,0,0"
    to specify the right version:
    classid="clsid:CAFEEFAC-0014-0000-0001-ABCDEFFEDCBA"
    codebase="http://p4s1800n1/j2re-1_4_0_01-windows-i586.exe#Version=1,4,0,1"
    It would be nice if the install provided a better error indication...
    -dh

Maybe you are looking for

  • Using a Family Members upgrade

    Ok so i know this has been asked before and I think I get the gist of it. I currently have the Dinc and am giving it to my bro for his upgrade. My Dinc has insurance and unlimited data. I know I will have to activate it on his line before mine. My qu

  • Search and replace in powershell using wildcards

    Hi I'm trying to figure out how to replace a some random (ish) text, in a text string with a defined piece of text using Powershell. The text I want to replace is always between the same two words but the actual text varies from device to device. Let

  • IPad won't sync all selected Aperture photos

    I upgraded to the most recent version of Aperture (3.0.2) and synced over some photos to the iPad. Some projects and albums synced perfectly, but others only brought over a few photos from a selected set, not all of them. When I select an Aperture pr

  • 3D Problems in AE CS3 Mac OSX 10.5

    I am having a lot of trouble with 3D in After Effects. I cannot get my layers to be 3D, even when I have the 3D option checked on in the timeline. For instance, I'm trying to create a rotating Earth, but instead of it rotating and being a sphere, it'

  • OBIEE 11g installation errors

    Hi Folks, I have downloaded OBIEE 11g and Oracle 11g form Oracle downloads link successfully. When i am trying to extract iam getting error no 0x80004005 i skipped that error and extracted files and then i installed on my laptop, but it was not insta