Re: Installing xinetd on Irix 6.5.18f

From: Thomas Jahns (Thomas.Jahns_at_epost.de)
Date: 02/22/04

  • Next message: Jonathan: "Re: sharity/samba setup with Windows2000"
    Date: 22 Feb 2004 16:29:59 +0100
    
    

    trevor@pleasant.net (Trevor Cullingsworth) writes:
    > Has anyone installed xinetd on an Irix 6.5 system and if so how did
    > you do it?

    Sorry, I have no specific experience installing xinetd on Irix 6.5.

    > I am trying to install xineted-2.3.13 on a system running Irix 6.5.18f
    > and I am getting the following warning on "./configure":
    >
    > configure: WARNING: rpc/pmap_clnt.h: present but cannot be compiled
    > configure: WARNING: rpc/pmap_clnt.h: check for missing prerequisite
    > headers?
    > configure: WARNING: rpc/pmap_clnt.h: proceeding with the
    > preprocessor's result
    > configure: WARNING: ## ------------------------------------ ##
    > configure: WARNING: ## Report this to bug-autoconf@gnu.org. ##
    > configure: WARNING: ## ------------------------------------ ##
    >
    > I am not sure how to check for "missing prerequisite headers". Does
    > anyone have a step-by-step on how to check for these? Or has anyone
    > seen this warning and know what headers pmap_clnt.h needs?

    As with any problem running configure: check the config.log file
    configure produces and see what went wrong exactly. Obviously
    compiler/preprocessor warnings about missing include files and such
    are most interesting here.

    > Also, if I do find what the missing headers are, how do I fix it? Do
    > I add an include statement into "pmap_clnt.h"?

    Don't ever edit installed system files unless absolutely necessary.

    Please first check config.log for what went wrong exactly and if it
    doesn't make sense to you post the appropriate lines here. Probably
    you will just need to add an option like
    CPPFLAGS="-I/some/place/not/searched/for/includes/by/default"

    Thomas Jahns

    -- 
    "Computers are good at following instructions,
     but not at reading your mind."
    D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9
    

  • Next message: Jonathan: "Re: sharity/samba setup with Windows2000"