Solved. If you need to build NRPE with static linked OpenSSL on Solaris 9, just edit src/Makefile and change variable LDFLAGS to:
LDFLAGS= -L/path/to/libssl.a /path/to/libcrypto.a -ldl -- Vinícius. personal site - http://vinicius.oitobits.net gaming blog - http://www.oitobits.net On 9/21/07, Vinícius de Figueiredo <[EMAIL PROTECTED]> wrote: > Hi all. > > I need to deploy Nagios in some Solaris and Linux boxes that I can't > install dependencies (like OpenSSL and others). Is there a way to > create fat binaries with dependencies included? Or force Nagios to use > dependencies located in a fixed location like /usr/local/nagios/libs? > > My idea is to create a package (or a simple tar.gz) with all Nagios > related stuff without the need to install files outside the Nagios > directory. > > Thanks. > > -- > Vinícius. > personal site - http://vinicius.oitobits.net > gaming blog - http://www.oitobits.net > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
