[Nagiosplug-devel] [ nagiosplug-Bugs-1159624 ] Compile and Link Error on Solaris 2.6

SourceForge.net noreply at sourceforge.net
Tue Mar 8 23:07:09 CET 2005


Bugs item #1159624, was opened at 2005-03-09 07:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1159624&group_id=29880

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Wilfried Brunken (df7be)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compile and Link Error on Solaris 2.6 

Initial Comment:
With Sun WorkShop Compiler C++ 4.2:

My Workaround get the Plugins Running:

- The old kompiler does not understand the C++-
Comment // in C files. Take /* ... */
 e.g.
 const char *program_name = "check_disk";        /* 
Required for coreutils libs */

 The list of found C++ comments in 1.4
  
  check_disk.c : Line 22
  check_smtp.c  lines 185,257,258,613
  check_ups.c  line 411

- unresolved symbols  (also Solaris 8 with Forte 6 
Update 2 !!)
  (e.g. gethostbyname)
  
  in Makefile the correct List of LIBS:
    LIBS = -lgen -lsocket -lnsl


73 de DF7BE



  

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1159624&group_id=29880




More information about the Devel mailing list