Xymon Mailing List Archive search

Installin xymon on Solaris10

6 messages in this thread

list Camelia Anghel · Tue, 1 Dec 2009 12:06:32 -0500 ·
Hello, 
I installed xymon on linux--no problems.
Now I was asked to install it on Solaris 10, no so easy..

I've run one time the "./configure.server" in the end there was a
message about "not finding ar" so added the /usr/ccs/bin to the $PATH
I deleted the MAKEFILE and run again the "/configure.server" 
I am getting this error message.
"# MAKE=make ./configure.server

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server' "
If I run the "make" again I am getting 
" make: Fatal error: No arguments to build"

Any suggestions?
Thanks
Camelia
list Asif Iqbal · Tue, 1 Dec 2009 12:26:23 -0500 ·
quoted from Camelia Anghel
On Tue, Dec 1, 2009 at 12:06 PM, Camelia Anghel <user-56034f999072@xymon.invalid> wrote:
Hello,
I installed xymon on linux--no problems.
Now I was asked to install it on Solaris 10, no so easy..

I've run one time the "./configure.server" in the end there was a
message about "not finding ar" so added the /usr/ccs/bin to the $PATH
I deleted the MAKEFILE and run again the "/configure.server"
I am getting this error message.
"# MAKE=make ./configure.server

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server' "
If I run the "make" again I am getting
" make: Fatal error: No arguments to build"

Any suggestions?
you could install the CSW pkg, like this  pkgutil -i hobbit

Thanks
Camelia

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
list Larry Barber · Tue, 1 Dec 2009 11:28:42 -0600 ·
Sounds like you need to install gmake on the box. Try SunFreeWare.com. (you
will probably also need to get gcc and binutils while you are there).

Thanks,
Larry Barber
quoted from Camelia Anghel

On Tue, Dec 1, 2009 at 11:06 AM, Camelia Anghel <user-56034f999072@xymon.invalid> wrote:
Hello,
I installed xymon on linux--no problems.
Now I was asked to install it on Solaris 10, no so easy..

I've run one time the "./configure.server" in the end there was a
message about "not finding ar" so added the /usr/ccs/bin to the $PATH
I deleted the MAKEFILE and run again the "/configure.server"
I am getting this error message.
"# MAKE=make ./configure.server

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server' "
If I run the "make" again I am getting
" make: Fatal error: No arguments to build"

Any suggestions?
Thanks
Camelia

list Eric Meddaugh · Tue, 01 Dec 2009 12:28:59 -0500 ·
GNU Make is required.  The /usr/ccs/bin/make on Solaris is NOT GNU Make.  You'll need to install GNU Make to build hobbit.

---Eric
quoted from Camelia Anghel

-----Original Message-----
From: Camelia Anghel [mailto:user-56034f999072@xymon.invalid] 
Sent: Tuesday, December 01, 2009 12:07
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Installin xymon on Solaris10

Hello, 
I installed xymon on linux--no problems.
Now I was asked to install it on Solaris 10, no so easy..

I've run one time the "./configure.server" in the end there was a
message about "not finding ar" so added the /usr/ccs/bin to the $PATH
I deleted the MAKEFILE and run again the "/configure.server" 
I am getting this error message.
"# MAKE=make ./configure.server

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server' "
If I run the "make" again I am getting 
" make: Fatal error: No arguments to build"

Any suggestions?
Thanks
Camelia
list Tom Moore · Tue, 1 Dec 2009 13:19:16 -0500 ·
Here's what I have documented on my end as minimums:

Your server must have these packages installed (versions as of 02/18/09) ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/coreutils-6.12-sol10-sparc-local.gz ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/libintl-3.4.0-sol10-sparc-local.gz ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/libiconv-1.11-sol10-sparc-local.gz ftp://ftp.sunfreeware.com/pub/freeware/sparc/10/libgcc-3.4.6-sol10-sparc-local.gz
quoted from Larry Barber


From: Larry Barber [mailto:user-6ef9c2864140@xymon.invalid]
Sent: Tuesday, December 01, 2009 12:29 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Installin xymon on Solaris10

Sounds like you need to install gmake on the box. Try SunFreeWare.com. (you will probably also need to get gcc and binutils while you are there).

Thanks,
Larry Barber
On Tue, Dec 1, 2009 at 11:06 AM, Camelia Anghel <user-56034f999072@xymon.invalid<mailto:user-56034f999072@xymon.invalid>> wrote:
Hello,
I installed xymon on linux--no problems.
Now I was asked to install it on Solaris 10, no so easy..

I've run one time the "./configure.server" in the end there was a
message about "not finding ar" so added the /usr/ccs/bin to the $PATH
I deleted the MAKEFILE and run again the "/configure.server"
I am getting this error message.
"# MAKE=make ./configure.server

Configuration script for Xymon

This script asks a few questions and builds a Makefile to compile Xymon

Checking your make-utility
GNU make is required to build Xymon.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server' "
If I run the "make" again I am getting
" make: Fatal error: No arguments to build"

Any suggestions?
Thanks
Camelia
list Malcolm Hunter · Thu, 17 Dec 2009 01:02:25 +0100 ·
I love the way
quoted from Asif Iqbal
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
people ignore your top-posting sig :)
-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01