Advertisement
Advertisement
| 04.20.2008 at 01:41PM PDT, ID: 23338109 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
|
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 04.20.2008 at 02:17PM PDT, ID: 21397626 |
| 04.20.2008 at 02:24PM PDT, ID: 21397648 |
| 04.20.2008 at 02:37PM PDT, ID: 21397677 |
| 04.20.2008 at 02:40PM PDT, ID: 21397690 |
| 04.20.2008 at 02:53PM PDT, ID: 21397714 |
| 04.20.2008 at 02:59PM PDT, ID: 21397732 |
| 04.20.2008 at 03:02PM PDT, ID: 21397739 |
| 04.20.2008 at 03:02PM PDT, ID: 21397741 |
| 04.20.2008 at 03:13PM PDT, ID: 21397778 |
| 04.20.2008 at 06:07PM PDT, ID: 21398161 |
| 04.21.2008 at 03:32AM PDT, ID: 21400133 |
| 04.21.2008 at 05:54AM PDT, ID: 21401106 |
| 04.21.2008 at 02:44PM PDT, ID: 21406353 |
1: |
./configure --prefix=/home/oracledb/nagios-3.0.1 --with-cgiurl=/home/oracledb/nagios-3.0.1/cgi --with-htmurl=/home/oracledb/nagios-3.0.1 --with-nagios-user=oracledb --with-nagios-grp=corpdb |
| 04.21.2008 at 02:55PM PDT, ID: 21406448 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: |
ROOT@pythia# make all
cd ./base && make
gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE -c ../common/snprintf.c
In file included from ../common/../include/config.h:327,
from ../common/snprintf.c:108:
/home/gnu-sol/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/dlfcn.h:53: warning: `RTLD_NOW' redefined
../common/../include/config.h:111: warning: this is the location of the previous definition
/home/gnu-sol/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/dlfcn.h:54: warning: `RTLD_GLOBAL' redefined
../common/../include/config.h:107: warning: this is the location of the previous definition
gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE -o nagios nagios.c broker.o nebmods.o checks.o config.o commands.o events.o flapping.o logging.o macros-base.o notifications.o sehandlers.o skiplist.o utils.o retention-base.o xretention-base.o comments-base.o xcomments-base.o objects-base.o xobjects-base.o statusdata-base.o xstatusdata-base.o perfdata-base.o xperfdata-base.o downtime-base.o xdowntime-base.o ../common/snprintf.o -lm -lpthread -ldl -lrt
gcc: ../common/snprintf.o: No such file or directory
In file included from ../include/config.h:327,
from nagios.c:38:
/home/gnu-sol/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/dlfcn.h:53: warning: `RTLD_NOW' redefined
../include/config.h:111: warning: this is the location of the previous definition
/home/gnu-sol/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/dlfcn.h:54: warning: `RTLD_GLOBAL' redefined
../include/config.h:107: warning: this is the location of the previous definition
*** Error code 1
make: Fatal error: Command failed for target `nagios'
Current working directory /home/oracledb/nagios-3.0.1/base
*** Error code 1
make: Fatal error: Command failed for target `all'
ROOT@pythia# ^C
ROOT@pythia#
|
| 04.21.2008 at 03:00PM PDT, ID: 21406482 |
| 04.21.2008 at 03:07PM PDT, ID: 21406537 |
| 04.21.2008 at 03:09PM PDT, ID: 21406547 |
| 04.21.2008 at 03:28PM PDT, ID: 21406685 |
| 04.21.2008 at 03:30PM PDT, ID: 21406700 |
| 04.21.2008 at 03:42PM PDT, ID: 21406773 |
1: 2: 3: 4: 5: |
ROOT@pythia# gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE -c ../common/snprintf.c gcc: ../common/snprintf.c: No such file or directory gcc: No input files gcc: ../common/snprintf.c: No such file or directory gcc: No input files |
| 04.21.2008 at 03:43PM PDT, ID: 21406779 |
| 04.21.2008 at 04:06PM PDT, ID: 21406904 |
| 04.21.2008 at 06:02PM PDT, ID: 21407443 |