<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18904">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Courier>Hi Juki,</FONT></DIV>
<DIV><FONT size=2 face=Courier></FONT> </DIV>
<DIV><FONT size=2 face=Courier>It looks like the compiler cannot find 
the OpenSSL libraries for linking. The http plugin needs these 
libraries for the https calls.</FONT></DIV>
<DIV><FONT size=2 face=Courier></FONT> </DIV>
<DIV><FONT size=2 face=Courier>Find the libcryptoxxx.so and libsslxxx.so 
libraries location, then try adding the path manually to the Makefile using 
the -L option, e.g. -L/usr/local/ssl/lib. Alternatively, you can try using the 
gcc environment variable LIBRARY_PATH or LDFLAGS to force the compiler to find 
the SSL libraries. </FONT><FONT size=2 face=Courier></FONT></DIV>
<DIV><FONT size=2 face=Courier>$ LIBRARY_PATH=/usr/local/ssl/lib<BR>$ export 
LIBRARY_PATH</FONT></DIV>
<DIV><FONT size=2 face=Courier></FONT> </DIV>
<DIV><FONT size=2 face=Courier>LDFLAGS="-L/usr/local/ssl/lib"</FONT></DIV>
<DIV><FONT size=2 face=Courier>export LDFLAGS</FONT></DIV>
<DIV><FONT size=2 face=Courier></FONT> </DIV>
<DIV><FONT size=2 face=Courier>Run make once more and see what 
happens.</FONT></DIV>
<DIV><FONT size=2 face=Courier></FONT> </DIV>
<DIV><FONT size=2 face=Courier>Cheers,</FONT></DIV>
<DIV><FONT size=2 face=Courier>Frank</FONT><FONT face="Times New Roman"></DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT size=2> </DIV></FONT>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=juki.emma@gmail.com href="mailto:juki.emma@gmail.com">Juki</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=nagios-users@lists.sourceforge.net 
  href="mailto:nagios-users@lists.sourceforge.net">Nagios Users List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, April 19, 2010 3:05 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Nagios-users] Installing 
  Nagios-Plugins [make errors]</DIV>
  <DIV><BR></DIV>Hello,<BR><BR>
  <DIV class=gmail_quote>On 19 April 2010 08:48, Mark Elsen <SPAN dir=ltr><<A 
  href="mailto:mark.elsen@gmail.com">mark.elsen@gmail.com</A>></SPAN> 
  wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote><FONT size=2 face=Arial></FONT><BR> Try 'gmake' 
     (GNU Make) ,<BR></BLOCKQUOTE></DIV><BR>After using 'gmake' the error has 
  now changed to this;<BR><BR><I><SPAN 
  style="COLOR: rgb(255,0,0)">Undefined                       
  first referenced</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)"> symbol                             
  in file</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_load_error_strings              
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_write                           
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">OpenSSL_add_all_algorithms          
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_set_fd                          
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_free                            
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_read                            
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSLv23_client_method                
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_new                             
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_CTX_new                         
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_connect                         
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_shutdown                        
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_CTX_free                        
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">SSL_library_init                    
  sslutils.o</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">ld: fatal: Symbol referencing errors. No output 
  written to check_http</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">collect2: ld returned 1 exit status</SPAN><BR 
  style="COLOR: rgb(255,0,0)"><SPAN style="COLOR: rgb(255,0,0)">gmake[2]: *** 
  [check_http] Error 1</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">gmake[2]: Leaving directory 
  `/tmp/nagios-plugins-1.4.14/plugins'</SPAN><BR 
  style="COLOR: rgb(255,0,0)"><SPAN style="COLOR: rgb(255,0,0)">gmake[1]: *** 
  [all-recursive] Error 1</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">gmake[1]: Leaving directory 
  `/tmp/nagios-plugins-1.4.14'</SPAN><BR style="COLOR: rgb(255,0,0)"><SPAN 
  style="COLOR: rgb(255,0,0)">gmake: *** [all] Error 
  2</SPAN></I><BR><BR><BR>Something wrong with the check_http plugin, 
  perhaps?<BR><BR>Juki.<BR>
  <P>
  <HR>

  <P></P>------------------------------------------------------------------------------<BR>Download 
  Intel&#174; Parallel Studio Eval<BR>Try the new software tools for 
  yourself. Speed compiling, find bugs<BR>proactively, and fine-tune 
  applications for parallel performance.<BR>See why Intel Parallel Studio got 
  high marks during beta.<BR>http://p.sf.net/sfu/intel-sw-dev
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Nagios-users mailing 
  list<BR>Nagios-users@lists.sourceforge.net<BR>https://lists.sourceforge.net/lists/listinfo/nagios-users<BR>::: 
  Please include Nagios version, plugin version (-v) and OS when reporting any 
  issue. <BR>::: Messages without supporting info will risk being sent to 
  /dev/null</BLOCKQUOTE></BODY></HTML>