当前位置:  技术问答>linux和unix

redhat安装bind,,make出错

    来源: 互联网  发布时间:2017-05-26

    本文导语:  bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.filters.in bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.in bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.user [yan@localhost Desktop]$ cd  bind-9.10.0-P2 [yan@localhost bind-9.10.0-P2]$ ./configure checking build system ...

bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.filters.in
bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.in
bind-9.10.0-P2/bin/check/win32/checkzone.vcxproj.user
[yan@localhost Desktop]$ cd  bind-9.10.0-P2
[yan@localhost bind-9.10.0-P2]$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %sn
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ar... /usr/bin/ar
checking for etags... no
checking for emacs-etags... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for python... /usr/bin/python
checking python module 'argparse'... not found, python disabled
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for regex.h... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking for sys/sockio.h... no
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking for net/if6.h... no
checking for sys/socket.h... yes
checking for net/route.h... yes
checking for linux/netlink.h... yes
checking for linux/rtnetlink.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for sysctlbyname... no
checking for flexible array members... yes
checking for mmap... yes
checking for seteuid... yes
checking for setresuid... yes
checking for setegid... yes
checking for setresgid... yes
checking for static inline breakage... no
checking for size_t... yes
checking for ssize_t... yes
checking for uintptr_t... yes
checking for socklen_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking for GCC noreturn attribute... yes
checking for struct lifconf... no
checking for kqueue... no
checking epoll support... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking devpoll.h usability... no
checking devpoll.h presence... no
checking for devpoll.h... no
checking if unistd.h or sys/types.h defines fd_set... yes
checking whether byte ordering is bigendian... no
checking for GeoIP support... disabled
checking for GSSAPI library... disabled
checking for random device... /dev/random
checking for /dev/random... yes
checking for arc4random... no
checking whether to build with thread support... yes
checking for pthread_create in -lpthread... yes
checking for sigwait... yes
checking for pthread_attr_getstacksize... yes
checking for pthread_attr_setstacksize... yes
checking for PTHREAD_MUTEX_ADAPTIVE_NP... using adaptive lock type
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
checking for pthread_yield... yes
checking for pthread_yield_np... no
checking for sysconf... yes
checking for libtool... no
checking for Source Identity Token support... no
checking for OpenSSL library... configure: error: OpenSSL was not found in any of /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw; use --with-openssl=/path
If you don't want OpenSSL, use --without-openssl
[yan@localhost bind-9.10.0-P2]$ make
make: *** No targets specified and no makefile found.  Stop.

|
Makefile 都没生成,没有 OpenSSL ,可以加上  --without-openssl

楼主不看提示吗?

|
 ./configure  --without-openssl

|
难道这英文提示看不懂?

    
 
 

您可能感兴趣的文章:

  • 求教Redhat Linux 9.0安装出错问题?
  • 安装REDHAT系统后重启时提示GRUB出错
  • redhat 7.2下升级声卡出错!
  • Redhat Linux安装RealPlayer11出错
  • qt-x11-opensource-4.3.2在redhat上make出错!!!!
  • redhat安装apache出错
  • 硬盘安装redhat7.3,中途提示media出错!
  • 安装redhat10.0出错,在安装软件前提示硬盘空间不够
  • win98与linux redhat8.0并存,D:出错!?(菜鸟)
  • 在RedHat9中添加用户useradd老是出错 请教一下
  • 求救redhat安装过程中出错重启后光驱丢失
  • 安装redhat enterprise linux5出错
  • 为什么我安装redhat linux 9到第86个软件包时就出错呀?
  • RedHat配置Lamp:安装gd是出错?跪求各位大侠帮忙!
  • Redhat 7.1 升级内核至2.6.8出错,请大侠指点
  • 安装redhat8出错,硬盘分区没了,成为一整盘,help
  • 怎么更改redhat8.0的水平和垂直刷新率,我的已经反复更改了,可是过大,重起就出错,过小,闪的实在是厉害,调到什么情况下,效果最好?
  • 告诉大家一个经验,RedHat Linux 8.0必须装在内存大于64MB的机器上,否则安装会出错的,这是个安装BUG
  • 装过Redhat Linux 9的机器,再重新装回 Windows 2000启动出错。
  • 我用VMWare4.0安装REDHat9.0出错,能否跳过文件?
  • 红帽redhat下通过脚本和yum安装docker容器引擎的详细步骤
  • 愁死了,一开始使用redhat7.3,安装时定制为服务器,squid不能使用,改用redhat9.0,安装时选择服务器安装选项,squid还是不能用
  • 安装了虚拟机之后选择了RedHat之后,是不是还要另外安装RedHat系统?
  • 先安装了redhat linux ,后来安装了windows,如何恢复redhat linux ?
  • redhat8.0的安装问题?那里有redhat8.0的安装指南!
  • redhat8.0下面安装的php跟redhat9.0下面安装的php有哪些不同?
  • javascript开源软件 iis7站长之家
  • 关于通过FTP安装REDHAT7。2的问题。(网络安装REDHAT7。2问题)
  • 要多少分给多少(上限10000)。安装xp先,再安装redhat,现在只能启动redhat,我想进xp怎么办?在线等。QQ:6011458,谢谢!内空。
  • 求救!!安装redhat后,提示重启,但是没有没有redhat的启动选项
  • 请问:redhat 的桌面是gnome吗,我的redhat 9是默认安装的。
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 有谁知道redhat linux as4自带的bind版本是多少?
  • redhat/centos 常用信息查看命令整理
  • 请问redhat6.2或redhat7.0有没有汉化版本或汉化包。only redhat serial?
  • Linux/centos/redhat下各种压缩解压缩方式详解
  • 我机器上装了win98SE,win2000 Server,和Mandrake linux,我想再装个RedHat,可是到后来我发现RedHat没有认出ManDrake,我装上RedHat后,Lilo
  • Linux_centos_redhat下tar命令解压tgz文件方法
  • 三个问题,关于RedHat7.2和RedHat7.3的........
  • redhat linux/CentOS 6/7 关闭防火墙(iptables)命令,作用:CentOS 防火墙不关行不行?
  • REDHAT8 比 REDHAT7.x要好多少? 是不是对硬件要求比较高? 另外
  • 根据文件大小查找文件的find命令举例(Linux,centos,redhat)
  • redhat13.8与redhat9有什么驱别?
  • Redhat/Centos下rpmbuild命令从spec文件或者tar包建立rpm
  • REDHAT8.0还是REDHAT9.0?
  • 请问如何做到redhat fedora core2和redhat linux enterprise 3 AS共存,谢谢
  • redhat 12与redhat 5.5有什么区别?不用序列号能不能用?
  • [RedHat9]RedHat9无法进入图形模式,疑是声卡问题,请教如何解决?
  • 菜鸟刚学redhat,redhat eth0 网卡怎么激活,在线等
  • 求Redhat9.0下载地址,Redhat9.0现在仍否允许免费下载?
  • Redhat7.2比较Redhat7.1在那些方面改进了?
  • winxp,redhat9.1双系统,现想删了redhat,请问怎做?
  • 那里有下载Redhat linux 7.1或者有binutils-2.10.91.0.2-3,是Redhat 7.1盘里的?100分,在线等待!
  • (急问)redhat as 2.1 与 redhat 7.0 有什么大的区别吗?as 2.1版本是需要购买吗?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3