Xymon Mailing List Archive search

Hobbit 4.2.0 install on hpux 11.31

3 messages in this thread

list Robert Manocchia · Fri, 9 Jan 2009 09:35:37 -0500 ·
I am trying to load the xymon client (hobbit) on HPUX 11.31. I have untarred the hobbit-4.2.0.tar file and commented out the declaration in /usr/local/hobbit-4.2.0/lib/osdefs.h HAVE_SOCKLEN_T as follows:

            /*
#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t;
#endif
*/

            I set the MAKE variable to /usr/local/bin/gmake and ran the configure.client successfully.

            When I run /usr/local/bin/gmake I get the following error:


            /usr/include/sys/socket.h:326: error: expected specifier-qualifier-list before 'socklen_t'
            gmake[1]: *** [cgiurls.o] Error 1
            gmake[1]: Leaving directory `/usr/local/hobbit-4.2.0/lib'
            gmake: *** [lib-client] Error 2

            Any ideas where I'm going wrong. Also this same procedure works fine on HPUX 11.23.

            Thanks

Bob Manocchia
list Henrik Størner · Mon, 12 Jan 2009 11:59:44 +0000 (UTC) ·
In <user-0ff02bfef00f@xymon.invalid> "Manocchia, Robert" <user-615a9b935f98@xymon.invalid> writes:
I am trying to load the xymon client (hobbit) on HPUX 11.31. I have untarre=
d the hobbit-4.2.0.tar file and commented out the declaration in /usr/local=
/hobbit-4.2.0/lib/osdefs.h HAVE_SOCKLEN_T as follows:
           /*
#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t;
#endif
*/
Why did you do that ?
quoted from Robert Manocchia

           Any ideas where I'm going wrong. Also this same procedure works=
fine on HPUX 11.23.
I dont have access to an HP-UX box, so I cannot test it. If anyone 
else has experience with this, please speak up.


Regards,
Henrik
list Lars Ebeling · Mon, 12 Jan 2009 13:45:57 +0100 ·
I am running Xymon 4.30 trunk 2009-01-09 on HP-UX 11.11 without any problems and without any changes. I just run configure, make and make install.

Henrik, if you want testing on HP-UX 11.11 just let me know.

Regards
Lars

----- Original Message ----- From: "Henrik Størner" <user-ce4a2c883f75@xymon.invalid>
Newsgroups: lists.hobbit
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, January 12, 2009 12:59 PM
Subject: Re: [hobbit] Hobbit 4.2.0 install on hpux 11.31
quoted from Henrik Størner

In <user-0ff02bfef00f@xymon.invalid> "Manocchia, Robert" <user-615a9b935f98@xymon.invalid> writes:
I am trying to load the xymon client (hobbit) on HPUX 11.31. I have untarre=
d the hobbit-4.2.0.tar file and commented out the declaration in /usr/local=
/hobbit-4.2.0/lib/osdefs.h HAVE_SOCKLEN_T as follows:
           /*
#ifndef HAVE_SOCKLEN_T
typedef unsigned int socklen_t;
#endif
*/
Why did you do that ?

           Any ideas where I'm going wrong. Also this same procedure works=
fine on HPUX 11.23.
I dont have access to an HP-UX box, so I cannot test it. If anyone
else has experience with this, please speak up.


Regards,
Henrik