<html><body bgcolor="#ffffff"><DIV><FONT face=Verdana size=2></FONT></DIV>
<DIV><FONT face=Verdana size=2>does anyone know what this means?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>[root@dns /]# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg<BR>Support for the specified database server is either not yet supported, or was not found on your system.<BR>[root@dns /]#<BR>But you can see it's installed I have also included the output from my compile</FONT></DIV>
<DIV>mysql> use nagios<BR>Reading table information for completion of table and column names<BR>You can turn off this feature to get a quicker startup with -A</DIV>
<DIV>Database changed<BR>mysql> show tables;<BR>+----------------------------------------+<BR>| Tables_in_nagios |<BR>+----------------------------------------+<BR>| nagios_acknowledgements |<BR>| nagios_commands |<BR>| nagios_commenthistory |<BR>| nagios_comments |<BR>| nagios_configfiles |<BR>| nagios_configfilevariables |<BR>| nagios_conninfo |<BR>| nagios_contact_addresses |<BR>| nagios_contact_notificationcommands |<BR>| nagios_contactgroup_members |<BR>| nagios_contactgroups |<BR>| nagios_contactnotificationmethods |<BR>| nagios_contactnotifications |<BR>| nagios_contacts |<BR>| nagios_contactstatus |<BR>| nagios_customvariables |<BR>| nagios_customvariablestatus |<BR>| nagios_dbversion |<BR>| nagios_downtimehistory |<BR>| nagios_eventhandlers |<BR>| nagios_externalcommands |<BR>| nagios_flappinghistory |<BR>| nagios_host_contactgroups |<BR>| nagios_host_contacts |<BR>| nagios_host_parenthosts |<BR>| nagios_hostchecks |<BR>| nagios_hostdependencies |<BR>| nagios_hostescalation_contactgroups |<BR>| nagios_hostescalation_contacts |<BR>| nagios_hostescalations |<BR>| nagios_hostgroup_members |<BR>| nagios_hostgroups |<BR>| nagios_hosts |<BR>| nagios_hoststatus |<BR>| nagios_instances |<BR>| nagios_logentries |<BR>| nagios_notifications |<BR>| nagios_objects |<BR>| nagios_processevents |<BR>| nagios_programstatus |<BR>| nagios_runtimevariables |<BR>| nagios_scheduleddowntime |<BR>| nagios_service_contactgroups |<BR>| nagios_service_contacts |<BR>| nagios_servicechecks |<BR>| nagios_servicedependencies |<BR>| nagios_serviceescalation_contactgroups |<BR>| nagios_serviceescalation_contacts |<BR>| nagios_serviceescalations |<BR>| nagios_servicegroup_members |<BR>| nagios_servicegroups |<BR>| nagios_services |<BR>| nagios_servicestatus |<BR>| nagios_statehistory |<BR>| nagios_systemcommands |<BR>| nagios_timedeventqueue |<BR>| nagios_timedevents |<BR>| nagios_timeperiod_timeranges |<BR>| nagios_timeperiods |<BR>| ndo_acknowledgements |<BR>| ndo_commands |<BR>| ndo_commenthistory |<BR>| ndo_comments |<BR>| ndo_configfiles |<BR>| ndo_configfilevariables |<BR>| ndo_conninfo |<BR>| ndo_contact_addresses |<BR>| ndo_contact_notificationcommands |<BR>| ndo_contactgroup_members |<BR>| ndo_contactgroups |<BR>| ndo_contactnotificationmethods |<BR>| ndo_contactnotifications |<BR>| ndo_contacts |<BR>| ndo_customobjectvariables |<BR>| ndo_downtimehistory |<BR>| ndo_eventhandlers |<BR>| ndo_externalcommands |<BR>| ndo_flappinghistory |<BR>| ndo_host_contactgroups |<BR>| ndo_host_parenthosts |<BR>| ndo_hostchecks |<BR>| ndo_hostdependencies |<BR>| ndo_hostescalation_contactgroups |<BR>| ndo_hostescalations |<BR>| ndo_hostextinfo |<BR>| ndo_hostgroup_members |<BR>| ndo_hostgroups |<BR>| ndo_hosts |<BR>| ndo_hoststatus |<BR>| ndo_instances |<BR>| ndo_logentries |<BR>| ndo_notifications |<BR>| ndo_objects |<BR>| ndo_processevents |<BR>| ndo_programstatus |<BR>| ndo_runtimevariables |<BR>| ndo_scheduleddowntime |<BR>| ndo_service_contactgroups |<BR>| ndo_servicechecks |<BR>| ndo_servicedependencies |<BR>| ndo_serviceescalation_contactgroups |<BR>| ndo_serviceescalations |<BR>| ndo_serviceextinfo |<BR>| ndo_servicegroup_members |<BR>| ndo_servicegroups |<BR>| ndo_services |<BR>| ndo_servicestatus |<BR>| ndo_statehistory |<BR>| ndo_systemcommands |<BR>| ndo_timedeventqueue |<BR>| ndo_timedevents |<BR>| ndo_timeperiod_timeranges |<BR>| ndo_timeperiods |<BR>+----------------------------------------+<BR>113 rows in set (0.00 sec)</DIV>
<DIV>mysql></DIV>
<DIV> </DIV>
<DIV>[root@dns ndoutils-1.4b8]# ./configure<BR>checking for a BSD-compatible install... /usr/bin/install -c<BR>checking build system type... i686-pc-linux-gnu<BR>checking host system type... i686-pc-linux-gnu<BR>checking for gcc... gcc<BR>checking for C compiler default output file name... a.out<BR>checking whether the C compiler works... yes<BR>checking whether we are cross compiling... no<BR>checking for suffix of executables...<BR>checking for suffix of object files... o<BR>checking whether we are using the GNU C compiler... yes<BR>checking whether gcc accepts -g... yes<BR>checking for gcc option to accept ISO C89... none needed<BR>checking whether make sets $(MAKE)... yes<BR>checking how to run the C preprocessor... gcc -E<BR>checking for grep that handles long lines and -e... /bin/grep<BR>checking for egrep... /bin/grep -E<BR>checking for ANSI C header files... yes<BR>checking whether time.h and sys/time.h may both be included... yes<BR>checking for sys/wait.h that is POSIX.1 compatible... yes<BR>checking for sys/types.h... yes<BR>checking for sys/stat.h... yes<BR>checking for stdlib.h... yes<BR>checking for string.h... yes<BR>checking for memory.h... yes<BR>checking for strings.h... yes<BR>checking for inttypes.h... yes<BR>checking for stdint.h... yes<BR>checking for unistd.h... yes<BR>checking arpa/inet.h usability... yes<BR>checking arpa/inet.h presence... yes<BR>checking for arpa/inet.h... yes<BR>checking ctype.h usability... yes<BR>checking ctype.h presence... yes<BR>checking for ctype.h... yes<BR>checking dirent.h usability... yes<BR>checking dirent.h presence... yes<BR>checking for dirent.h... yes<BR>checking dlfcn.h usability... yes<BR>checking dlfcn.h presence... yes<BR>checking for dlfcn.h... yes<BR>checking errno.h usability... yes<BR>checking errno.h presence... yes<BR>checking for errno.h... yes<BR>checking fcntl.h usability... yes<BR>checking fcntl.h presence... yes<BR>checking for fcntl.h... yes<BR>checking float.h usability... yes<BR>checking float.h presence... yes<BR>checking for float.h... yes<BR>checking getopt.h usability... yes<BR>checking getopt.h presence... yes<BR>checking for getopt.h... yes<BR>checking grp.h usability... yes<BR>checking grp.h presence... yes<BR>checking for grp.h... yes<BR>checking for inttypes.h... (cached) yes<BR>checking limits.h usability... yes<BR>checking limits.h presence... yes<BR>checking for limits.h... yes<BR>checking ltdl.h usability... no<BR>checking ltdl.h presence... no<BR>checking for ltdl.h... no<BR>checking math.h usability... yes<BR>checking math.h presence... yes<BR>checking for math.h... yes<BR>checking netdb.h usability... yes<BR>checking netdb.h presence... yes<BR>checking for netdb.h... yes<BR>checking netinet/in.h usability... yes<BR>checking netinet/in.h presence... yes<BR>checking for netinet/in.h... yes<BR>checking pthread.h usability... yes<BR>checking pthread.h presence... yes<BR>checking for pthread.h... yes<BR>checking pwd.h usability... yes<BR>checking pwd.h presence... yes<BR>checking for pwd.h... yes<BR>checking regex.h usability... yes<BR>checking regex.h presence... yes<BR>checking for regex.h... yes<BR>checking signal.h usability... yes<BR>checking signal.h presence... yes<BR>checking for signal.h... yes<BR>checking socket.h usability... no<BR>checking socket.h presence... no<BR>checking for socket.h... no<BR>checking stdarg.h usability... yes<BR>checking stdarg.h presence... yes<BR>checking for stdarg.h... yes<BR>checking for stdint.h... (cached) yes<BR>checking for string.h... (cached) yes<BR>checking for strings.h... (cached) yes<BR>checking sys/ipc.h usability... yes<BR>checking sys/ipc.h presence... yes<BR>checking for sys/ipc.h... yes<BR>checking sys/mman.h usability... yes<BR>checking sys/mman.h presence... yes<BR>checking for sys/mman.h... yes<BR>checking sys/msg.h usability... yes<BR>checking sys/msg.h presence... yes<BR>checking for sys/msg.h... yes<BR>checking sys/poll.h usability... yes<BR>checking sys/poll.h presence... yes<BR>checking for sys/poll.h... yes<BR>checking sys/resource.h usability... yes<BR>checking sys/resource.h presence... yes<BR>checking for sys/resource.h... yes<BR>checking sys/sendfile.h usability... yes<BR>checking sys/sendfile.h presence... yes<BR>checking for sys/sendfile.h... yes<BR>checking sys/socket.h usability... yes<BR>checking sys/socket.h presence... yes<BR>checking for sys/socket.h... yes<BR>checking for sys/stat.h... (cached) yes<BR>checking sys/time.h usability... yes<BR>checking sys/time.h presence... yes<BR>checking for sys/time.h... yes<BR>checking sys/timeb.h usability... yes<BR>checking sys/timeb.h presence... yes<BR>checking for sys/timeb.h... yes<BR>checking for sys/types.h... (cached) yes<BR>checking sys/un.h usability... yes<BR>checking sys/un.h presence... yes<BR>checking for sys/un.h... yes<BR>checking for sys/wait.h... (cached) yes<BR>checking syslog.h usability... yes<BR>checking syslog.h presence... yes<BR>checking for syslog.h... yes<BR>checking tcpd.h usability... yes<BR>checking tcpd.h presence... yes<BR>checking for tcpd.h... yes<BR>checking for unistd.h... (cached) yes<BR>checking values.h usability... yes<BR>checking values.h presence... yes<BR>checking for values.h... yes<BR>checking for an ANSI C-conforming const... yes<BR>checking whether struct tm is in sys/time.h or time.h... time.h<BR>checking for mode_t... yes<BR>checking for pid_t... yes<BR>checking for size_t... yes<BR>checking return type of signal handlers... void<BR>checking for uid_t in sys/types.h... yes<BR>checking type of array argument to getgroups... gid_t<BR>checking for int... yes<BR>checking size of int... 4<BR>checking for short... yes<BR>checking size of short... 2<BR>checking for long... yes<BR>checking size of long... 4<BR>checking for uint32_t... yes<BR>checking for u_int32_t... yes<BR>checking for int32_t... yes<BR>checking for getopt_long... yes<BR>checking for main in -lnsl... yes<BR>checking for socket in -lsocket... no<BR>checking for main in -lwrap... yes<BR>checking for strdup... yes<BR>checking for strstr... yes<BR>checking for strtoul... yes<BR>checking for initgroups... yes<BR>checking for strtof... yes<BR>checking for type of socket size... size_t<BR>checking for linker flags for loadable modules... -shared<BR>checking for mysql_config... /usr/bin/mysql_config<BR>checking for mysql_init in -lmysqlclient... yes<BR>MySQL library and include file(s) were found!<BR>configure: creating ./config.status<BR>config.status: creating Makefile<BR>config.status: creating src/Makefile<BR>config.status: creating subst<BR>config.status: WARNING: subst.in seems to ignore the --datarootdir setting<BR>config.status: creating include/config.h</DIV>
<DIV><BR>*** Configuration summary for ndoutils 1.4b8 07-15-2009 ***:</DIV>
<DIV> General Options:<BR> -------------------------<BR> NDO2DB user: nagios<BR> NDO2DB group: nagios</DIV>
<DIV><BR>Review the options above for accuracy. If they look okay,<BR>type 'make' to compile the NDO utilities.<BR></DIV>Network Operations Center Manager <BR>Experis Data Center LLC <BR>8209 Valley Pike <BR>PO Box 535 <BR>Middletown,VA 22645 <BR>phone:540-869-8702 <BR>cell:240-988-3267 <BR>fax:540-869-8710 <BR>e-mail:naloi@experisdatacenters.com</body></html>