<div dir="ltr">Hi,<div><br></div><div>Thank you for opening a GitHub issue about your problem. (<a href="https://github.com/balabit/syslog-ng/issues/920">https://github.com/balabit/syslog-ng/issues/920</a>)</div><div>It seems you have a missing dependency, you can install it via apt: sudo apt-get install libtool</div><div><br></div><div><br></div><div>Regards,</div><div>László Várady<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 12, 2016 at 3:41 AM, amey jain <span dir="ltr">&lt;<a href="mailto:amey.jain7@gmail.com" target="_blank">amey.jain7@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br></div><div style="text-align:left">Sorry for the last mail not being proper. Actually when I run ./configure script for syslog-ng it stops at a point and shows error config.status: error: cannot find input file: `src/Makefile.in&#39; &quot;. It also shows the error &quot;configure: error: ./configure.gnu failed for lib/ivykis&quot;. I searched for the ivykis packages through apt-cache search and installed them but the error didn&#39;t disappeared. I have copied the ./configure output here. Please see and tell the error.<br></div><div style="text-align:left">Regards<br></div><br>checking whether make supports nested variables... yes<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... yes<br>checking whether UID &#39;1000&#39; is supported by ustar format... yes<br>checking whether GID &#39;1000&#39; is supported by ustar format... yes<br>checking how to create a ustar tar archive... gnutar<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<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 gcc understands -c and -o together... yes<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking for gcc option to accept ISO C99... -std=gnu99<br>checking for bison... bison -y<br>checking for flex... flex<br>checking lex output file root... lex.yy<br>checking lex library... -lfl<br>checking whether yytext is a pointer... yes<br>checking whether make sets $(MAKE)... (cached) yes<br>checking for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at least version 0.9.0... yes<br>checking build system type... x86_64-unknown-linux-gnu<br>checking host system type... x86_64-unknown-linux-gnu<br>checking how to print strings... printf<br>checking for a sed that does not truncate output... /bin/sed<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for fgrep... /bin/grep -F<br>checking for ld used by gcc -std=gnu99... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU ld... yes<br>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>checking whether ln -s works... yes<br>checking the maximum length of command line arguments... 1572864<br>checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop<br>checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop<br>checking for /usr/bin/ld option to reload object files... -r<br>checking for objdump... objdump<br>checking how to recognize dependent libraries... pass_all<br>checking for dlltool... no<br>checking how to associate runtime and link libraries... printf %s\n<br>checking for ar... ar<br>checking for archiver @FILE support... @<br>checking for strip... strip<br>checking for ranlib... ranlib<br>checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok<br>checking for sysroot... no<br>checking for a working dd... /bin/dd<br>checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>checking for mt... mt<br>checking if mt is a manifest tool... no<br>checking how to run the C preprocessor... gcc -std=gnu99 -E<br>checking for ANSI C header files... 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 for dlfcn.h... yes<br>checking for objdir... .libs<br>checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no<br>checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC<br>checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes<br>checking if gcc -std=gnu99 static flag -static works... yes<br>checking if gcc -std=gnu99 supports -c -o file.o... yes<br>checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes<br>checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>checking whether -lc should be explicitly linked in... no<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping libraries is possible... yes<br>checking if libtool supports shared libraries... yes<br>checking whether to build shared libraries... yes<br>checking whether to build static libraries... yes<br>checking for python... /usr/bin/python<br>checking CFLAGS_NOWARN_POINTER_SIGN for gcc -Wno-pointer-sign... -Wno-pointer-sign<br>checking for special C compiler options needed for large files... no<br>checking for _FILE_OFFSET_BITS value needed for large files... no<br>checking how to enable static linking for certain libraries... GNU or Solaris<br>checking for ANSI C header files... (cached) yes<br>checking dmalloc.h usability... no<br>checking dmalloc.h presence... no<br>checking for dmalloc.h... no<br>checking for strings.h... (cached) yes<br>checking getopt.h usability... yes<br>checking getopt.h presence... yes<br>checking for getopt.h... yes<br>checking stropts.h usability... yes<br>checking stropts.h presence... yes<br>checking for stropts.h... yes<br>checking sys/strlog.h usability... no<br>checking sys/strlog.h presence... no<br>checking for sys/strlog.h... no<br>checking door.h usability... no<br>checking door.h presence... no<br>checking for door.h... no<br>checking sys/capability.h usability... no<br>checking sys/capability.h presence... no<br>checking for sys/capability.h... no<br>checking sys/prctl.h usability... yes<br>checking sys/prctl.h presence... yes<br>checking for sys/prctl.h... yes<br>checking utmp.h usability... yes<br>checking utmp.h presence... yes<br>checking for utmp.h... yes<br>checking utmpx.h usability... yes<br>checking utmpx.h presence... yes<br>checking for utmpx.h... yes<br>checking tcpd.h usability... no<br>checking tcpd.h presence... no<br>checking for tcpd.h... no<br>checking for struct ucred... yes<br>checking for struct cmsgcred... no<br>checking whether struct tm is in sys/time.h or time.h... time.h<br>checking for SO_ACCEPTCONN... yes<br>checking for struct tm.tm_gmtoff... yes<br>checking for struct msghdr.msg_control... yes<br>checking for I_CONSLOG... yes<br>checking for O_LARGEFILE... yes<br>checking for struct sockaddr_storage... yes<br>checking for struct sockaddr_in6... yes<br>checking for PR_SET_KEEPCAPS... yes<br>checking for modern utmp... yes<br>checking for door_create in -ldoor... no<br>checking for socket in -lsocket... no<br>checking for nanosleep in -lrt... yes<br>checking for gethostbyname in -lnsl... yes<br>checking for regexec in -lregex... no<br>checking for res_init in -lresolv... no<br>checking for strdup... yes<br>checking for strtol... yes<br>checking for strtoll... yes<br>checking for strtoimax... yes<br>checking for inet_aton... yes<br>checking for inet_ntoa... yes<br>checking for getopt_long... yes<br>checking for getaddrinfo... yes<br>checking for getnameinfo... yes<br>checking for getutent... yes<br>checking for getutxent... yes<br>checking for pread... yes<br>checking for pwrite... yes<br>checking for strcasestr... yes<br>checking for memrchr... yes<br>checking for localtime_r... yes<br>checking for gmtime_r... yes<br>checking for strtok_r... yes<br>checking for clock_gettime... yes<br>checking for EVTLOG... yes<br>checking for TCP wrapper library... <br>checking whether to enable TCP wrapper support... no<br>checking for dlsym in -ldl... yes<br>checking for LIBDBI... no<br>checking whether to enable SQL support... no<br>checking for GLIB... yes<br>checking for g_mapped_file_unref... no<br>checking sanity checking Glib headers... yes<br>checking for GEOIP... no<br>checking for PCRE... yes<br>checking for OPENSSL... yes<br>checking for LIBNET... yes<br>checking whether to enable spoof source support... yes<br>checking for JSON... no<br>checking for JSON... yes<br>checking for LIBMONGO... no<br>checking for prop_get in -lsasl2... no<br>checking for libESMTP... no<br>checking for HIREDIS... yes<br>checking for RIEMANN_CLIENT... no<br>checking for PYTHON... no<br>checking for JAVA_VERSION... no<br>checking for GRADLE_VERSION... no<br>checking whether to enable Sun STREAMS support... no<br>checking whether to enable IPv6 support... yes<br>checking whether to enable Linux capability support... no<br>checking whether to enable mongodb destination support... yes<br>checking whether to enable amqp destination support... yes<br>checking for libsystemd... no<br>checking for libsystemd_daemon... no<br>checking for LIBSYSTEMD_JOURNAL... no<br>checking for UUID... no<br>checking whether to enable Valgrind on the unit tests... checking for valgrind... no<br>yes<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating syslog-ng-native-connector.pc<br>config.status: creating dist.conf<br>config.status: creating Makefile<br>config.status: creating syslog-ng.spec<br>config.status: creating syslog-ng.pc<br>config.status: creating libtest/syslog-ng-test.pc<br>config.status: creating scripts/update-patterndb<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>config.status: executing depfiles commands<br>config.status: executing libtool commands<br>config.status: executing syslog-ng-config.h commands<br>config.status: creating syslog-ng-config.h - prefix SYSLOG_NG for config.h defines<br>config.status: syslog-ng-config.h is unchanged<br>=== configuring in lib/ivykis (/home/amey/git/syslog-ng/lib/ivykis)<br>configure: running /bin/bash ./configure.gnu --disable-option-checking &#39;--prefix=/usr/local&#39;  --cache-file=/dev/null --srcdir=.<br>./configure.gnu<br>Running:  ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic --enable-man-pages<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... yes<br>checking whether make supports nested variables... yes<br>checking build system type... x86_64-unknown-linux-gnu<br>checking host system type... x86_64-unknown-linux-gnu<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<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 gcc understands -c and -o together... yes<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking host operating system type... posix<br>checking for working __thread... yes<br>checking whether gcc accepts -pthread... yes<br>checking whether gcc accepts -pthreads... no<br>checking for library containing pthread_atfork... none required<br>checking for library containing pthread_create... none required<br>checking for __sync_lock_test_and_set()... 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 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 process.h usability... no<br>checking process.h presence... no<br>checking for process.h... no<br>checking sys/devpoll.h usability... no<br>checking sys/devpoll.h presence... no<br>checking for sys/devpoll.h... no<br>checking sys/eventfd.h usability... yes<br>checking sys/eventfd.h presence... yes<br>checking for sys/eventfd.h... yes<br>checking sys/syscall.h usability... yes<br>checking sys/syscall.h presence... yes<br>checking for sys/syscall.h... yes<br>checking for sys/thr.h... no<br>checking thread.h usability... no<br>checking thread.h presence... no<br>checking for thread.h... no<br>checking for linux/netfilter_ipv4.h... yes<br>checking for struct timespec.tv_sec... yes<br>checking for library containing clock_gettime... none required<br>checking for clock_gettime... yes<br>checking for CLOCK_MONOTONIC... yes<br>checking for CLOCK_REALTIME... yes<br>checking for library containing inet_ntop... none required<br>checking for library containing socket... none required<br>checking for library containing thr_self... no<br>checking for epoll_create... yes<br>checking for epoll_create1... yes<br>checking for eventfd... yes<br>checking for gettid... no<br>checking for inotify_init... yes<br>checking for kqueue... no<br>checking for lwp_gettid... no<br>checking for port_create... no<br>checking for pthread_spin_lock... yes<br>checking for thr_self... no<br>checking for splice... yes<br>checking for wait4... yes<br>checking whether  supports symbol version scripts... yes<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating contrib/Makefile<br>config.status: creating contrib/iv_getaddrinfo/Makefile<br>config.status: creating contrib/kojines/Makefile<br>config.status: creating man3/Makefile<br>config.status: creating misc/Makefile<br>config.status: creating misc/ivykis.pc<br>./configure: line 2930: LT_INIT: command not found<br>./configure: line 3970: AC_PROG_LIBTOOL: command not found<br>config.status: error: cannot find input file: `src/Makefile.in&#39;<br>configure: error: ./configure.gnu failed for lib/ivykis<br><br><br></div>
<br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br></blockquote></div><br></div></div></div>