Hello, I have a problem when I try to compile libee, after doing this ./configure LIBESTR_CFLAGS=/usr/local/include LIBESTR_LIBS=/usr/lib64 --prefix=/usr
And the output [root@localhost src]# make cd .. && /bin/sh ./config.status src/Makefile depfiles config.status: creating src/Makefile config.status: executing depfiles commands CCLD libee-convert /usr/lib64: file not recognized: Is a directory collect2: ld returned 1 exit status make: *** [libee-convert] Error 1 [root@localhost src]# cd .. [root@localhost libee-0.4.0]# make make all-recursive make[1]: Entering directory `/tmp/libee-0.4.0' Making all in tests make[2]: Entering directory `/tmp/libee-0.4.0/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/libee-0.4.0/tests' Making all in include make[2]: Entering directory `/tmp/libee-0.4.0/include' Making all in libee make[3]: Entering directory `/tmp/libee-0.4.0/include/libee' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/libee-0.4.0/include/libee' make[3]: Entering directory `/tmp/libee-0.4.0/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/libee-0.4.0/include' make[2]: Leaving directory `/tmp/libee-0.4.0/include' Making all in src make[2]: Entering directory `/tmp/libee-0.4.0/src' CCLD libee-convert /usr/lib64: file not recognized: Is a directory collect2: ld returned 1 exit status make[2]: *** [libee-convert] Error 1 make[2]: Leaving directory `/tmp/libee-0.4.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/libee-0.4.0' make: *** [all] Error 2 [root@localhost libee-0.4.0]# make install Making install in tests make[1]: Entering directory `/tmp/libee-0.4.0/tests' make[2]: Entering directory `/tmp/libee-0.4.0/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/tmp/libee-0.4.0/tests' make[1]: Leaving directory `/tmp/libee-0.4.0/tests' Making install in include make[1]: Entering directory `/tmp/libee-0.4.0/include' Making install in libee make[2]: Entering directory `/tmp/libee-0.4.0/include/libee' make[3]: Entering directory `/tmp/libee-0.4.0/include/libee' make install-exec-hook make[4]: Entering directory `/tmp/libee-0.4.0/include/libee' /bin/sh /tmp/libee-0.4.0/install-sh -d /usr/include/libee make[4]: Leaving directory `/tmp/libee-0.4.0/include/libee' test -z "/usr/include/libee" || /bin/mkdir -p "/usr/include/libee" /usr/bin/install -c -m 644 libee.h ctx.h event.h fieldbucket.h fieldtype.h fieldset.h namelist.h field.h obj.h parser.h internal.h int.h primitivetype.h apache.h tagbucket.h tag.h tagset.h timestamp.h value.h valnode.h valuetype.h '/usr/include/libee' make[3]: Leaving directory `/tmp/libee-0.4.0/include/libee' make[2]: Leaving directory `/tmp/libee-0.4.0/include/libee' make[2]: Entering directory `/tmp/libee-0.4.0/include' make[3]: Entering directory `/tmp/libee-0.4.0/include' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/tmp/libee-0.4.0/include' make[2]: Leaving directory `/tmp/libee-0.4.0/include' make[1]: Leaving directory `/tmp/libee-0.4.0/include' Making install in src make[1]: Entering directory `/tmp/libee-0.4.0/src' CCLD libee-convert /usr/lib64: file not recognized: Is a directory collect2: ld returned 1 exit status make[1]: *** [libee-convert] Error 1 make[1]: Leaving directory `/tmp/libee-0.4.0/src' make: *** [install-recursive] Error Anyone know how to solve this problem? Regards -- Sebastián Galante http://s3bas.net http://twitter.com/sdgalante _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/

