I'm not a developer either :) I have tried what you suggested here is the output from configure-
LDFLAGS="-static" ./configure checking for a BSD-compatible install... ./install-sh -c checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables Thanks Murray -----Original Message----- From: Marcus Fleige [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 August 2006 4:28 PM To: Barton, Murray M. Cc: [email protected] Subject: Re: [Nagios-users] building NRPE statically Hi Murray, Barton, Murray M. wrote: > Hi, > is there any way to build nrpe statically? I have to deploy across a > large number of solaris boxes and I don't want to have to install > > openssl on all of them as well. ./configure --help didn't give me > any > clues :( > I am not an developer, but try the following: LDFLAGS="-static" ./configure <your-config-options-here> make all Works for me. Regards, Marcus Fleige -- EOF ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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
