2009-09-23 18:46:40 Build error
David Waterhouse (UNITED STATES)
Message: 80323
I am getting the following error while compiling kernel 2009 R1. Does anyone know what it is and how to fix it? Thank you.
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for inet_ntoa in -lnsl... yes
checking for socket in -lsocket... no
checking whether printf must be declared... no
checking whether fprintf must be declared... no
checking whether syslog must be declared... no
checking whether puts must be declared... no
checking whether fputs must be declared... no
checking whether fputc must be declared... no
checking whether fopen must be declared... no
checking whether fclose must be declared... no
checking whether fwrite must be declared... no
checking whether fflush must be declared... no
checking whether getopt must be declared... no
checking whether bzero must be declared... no
checking whether bcopy must be declared... no
checking whether memset must be declared... no
checking whether strtol must be declared... no
checking whether strcasecmp must be declared... no
checking whether strncasecmp must be declared... no
checking whether strerror must be declared... no
checking whether perror must be declared... no
checking whether socket must be declared... no
checking whether sendto must be declared... no
checking whether vsnprintf must be declared... no
checking whether snprintf must be declared... no
checking whether strtoul must be declared... no
checking for snprintf... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strerror... yes
checking for __FUNCTION__... yes
checking for floor in -lm... yes
checking for pcap_datalink in -lpcap... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking for libnet-config... no
checking for dlsym in -ldl... no
checking for dlsym in -lc... no
ERROR! programmatic interface to dynamic link loader
not found. Cannot use dynamic plugin libraries.
make[4]: *** [build/build] Error 1
make[4]: Leaving directory `/home/david/uClinux-dist/user/snort'
make[3]: *** [snort] Error 2
make[3]: Leaving directory `/home/david/uClinux-dist/user'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/david/uClinux-dist/user'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/david/uClinux-dist'
make: *** [single] Error 2
david@hp1:~/uClinux-dist$
QuoteReplyEditDelete
2009-09-23 19:18:06 Re: Build error
Mike Frysinger (UNITED STATES)
Message: 80324
you probably need select FDPIC and not FLAT