[Nagiosplug-devel] [ nagiosplug-Bugs-1159624 ] Compile and Link Error on Solaris 2.6
SourceForge.net
noreply at sourceforge.net
Wed Mar 9 13:06:20 CET 2005
Bugs item #1159624, was opened at 2005-03-09 07:06
Message generated for change (Comment added) made by tonvoon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1159624&group_id=29880
Category: None
Group: None
>Status: Pending
Resolution: None
Priority: 5
Submitted By: Wilfried Brunken (df7be)
>Assigned to: Ton Voon (tonvoon)
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
----------------------------------------------------------------------
>Comment By: Ton Voon (tonvoon)
Date: 2005-03-09 21:05
Message:
Logged In: YES
user_id=664364
Wilfried,
Thanks for the bug report. This has been fixed in CVS HEAD. Please try
the snapshot to confirm.
http://nagiosplug.sf.net/snapshot
Ton
----------------------------------------------------------------------
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