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

redhat 安装resin执行./configure错误

    来源: 互联网  发布时间:2016-09-23

    本文导语:  在redhat enterprise5中安装resin3。18在执行./configure出现: [root@localhost resin-pro-3.1.8]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking ...

在redhat enterprise5中安装resin3。18在执行./configure出现:

[root@localhost resin-pro-3.1.8]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... none
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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for egrep... (cached) /bin/grep -E
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 sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for JAVA_HOME... /usr/java/jdk1.6.0_21
checking if Java is 64-bit... no
checking for JNI in /usr/java/jdk1.6.0_21/include/linux ... found
Using JVMTI for class reloading
Using openssl include in ... /usr/include
Using openssl lib in ... /usr/lib
Using openssl libraries in ...  -lssl -lcrypto
configure: creating ./config.status
config.status: creating Makefile
config.status: creating modules/c/src/Makefile
config.status: creating modules/c/src/common/Makefile
config.status: creating modules/c/src/apache1/Makefile
config.status: creating modules/c/src/apache2/Makefile
config.status: creating modules/c/src/resin_os/Makefile
config.status: creating contrib/init.resin
config.status: executing depfiles commands
configure: creating ./config.status
config.status: creating Makefile
config.status: creating modules/c/src/Makefile
config.status: creating modules/c/src/common/Makefile
config.status: creating modules/c/src/apache1/Makefile
config.status: creating modules/c/src/apache2/Makefile
config.status: creating modules/c/src/resin_os/Makefile
config.status: creating contrib/init.resin
config.status: creating modules/c/src/resin/Makefile
config.status: creating modules/c/src/resinssl/Makefile
config.status: executing depfiles commands

请各位帮忙解决一下,兄弟在线狂等......

|

一看就是启动脚本的问题  /etc/init.d/resin是shell脚本
你可以看看63行69行是什么 
要是真没有log_daemon_msg log_end_msg命令 你可以自己找找看看系统里到底有没有啊

|
9楼已经说了,在你的系统中查查有没有log_daemon_msg和log_end_msg命令

|
原来这是2个函数 在脚本里已经定义了啊 怎么还报错
你手动
chmod +x /etc/init.d/resin
/etc/init.d/resin restart
看看是否还报错

|
1、貌似错误都忽略了。
2、你可以试试将那些存在的目录先删除

|

是不是cp到目的文件有问题

    
 
 

您可能感兴趣的文章:

  • 关于redhat9下的configure问题
  • 在redhat下面源码装qterm,在./configure那一步老是报错
  • redhat9.0使用tarball安装apache2.2configure不成功
  • redhat7.1下可执行文件不能执行????
  • 很菜的问题——Linux(RedHat8)下的齿轮图标程序如何执行,是什么shell命令可以执行它?
  • redhat7.3下,java程序打印中文直接用java命令执行正常,用crontab执行java命令为乱码
  • 安装Redhat选者简体中文,执行Xconfigurator,屏幕上看到乱码,如何解决?
  • redhat as3.0 java定时不能执行!请大家看看,问题在哪?
  • 在REDHAT9.0中,如何执行命令?
  • 请问:如何将REDHAT的一个INI文件里面的某些内容注释不让它执行???
  • redhat9如何配置,实现在用户登陆的时候自动执行指定程序。
  • 刚装好。redhat8.0。可是不能执行linuxconf!?(在线等待)
  • 新手问题:安装redhat应执行光盘disk1里的哪个文件?
  • Redhat linux上编译的程序放到HP-UX上执行出现问题...
  • redhat9普通用户执行一个bshell,bshell怎么能获得root权限呢
  • 请教redhat9下什么命令执行arp解析和逆向arp解析
  • 刚安装好redhat 9.0,怎么不能执行ipconfig命令呀?我怎么才能找到动态分配的IP地址呀???
  • Ubuntu下编译(c++)的程序,在redhat 9.0的root用户下执行报权限不够的错误
  • RedHat下怎么样建下面这个可执行文件?对于偶这种菜鸟来说真是神奇!
  • Redhat 的 fedora版本是刚刚安装好的,就发现了问题:终端里执行很多命令时提示:bash: xxx 权限不够
  • redhat linux crontab执行jar出错....
  • 在redhat9.0的终端上,执行用gcc编译的c++程序,没有任何输出,这是怎么回事?
  • redhat8.0下用glade怎样生成可执行文件。
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • redhat 关机错误
  • 笔记本安装redhat linux9错误问题
  • 安装Redhat FC4的时候出现致命错误
  • win7无法访问redhat9的samba时,密码总是错误
  • 紧急求救!!!!我刚装了redhat7.2,用软盘启动时它说有错误,我应该如何办!!!
  • RedHat9.0:程序运行“段错误”,为什么连执行系统命令都出现“段错误”?
  • RedHat Linux安装后启动出现"crc错误",是什么问题啊?
  • redhat下的编译错误:invalide takon expressions
  • 在redhat5下安装一个应用程序出现以下错误是怎么回事?
  • 请教关于在redhat linux 9下的rhide1.5.1和dev-c++运行错误:Segmentation fault
  • 虚拟机上装的redhat9启动时提示错误
  • 猫是连上了,但无法用NETSCAPE的浏览器。REDHAT7.0和蓝点2.0出现同样错误。HELP
  • redhat linux bash错误,命令解析不了了,请大家帮我看看
  • 虚拟机安装Redhat5提示一下错误,请高手指点
  • 我犯了一个弱智的错误,安装redHat linux7.2后,无法登陆。在线等待!
  • 安装redhat9的时候出现如下错误,请教!
  • 安装redhat9.0提示错误,求助...
  • [求助]VPC上装的Redhat,从一台电脑换到另一台上去用,就说不可恢复的处理器错误呢?
  • SCSI 安装 redhat 发生致命错误,求解答
  • RedHat Linux Enterprise AS4下安装qq报依存关系错误
  • redhat/centos 常用信息查看命令整理
  • 请问redhat6.2或redhat7.0有没有汉化版本或汉化包。only redhat serial?
  • Linux/centos/redhat下各种压缩解压缩方式详解
  • 我机器上装了win98SE,win2000 Server,和Mandrake linux,我想再装个RedHat,可是到后来我发现RedHat没有认出ManDrake,我装上RedHat后,Lilo
  • c/c++开源软件 iis7站长之家
  • 不是说Liunx是免费发布的嘛,请问哪里可以下载RedHat 7.3或更高版本的redhat的完全安装版,请提供地址,我想装个redhat学学
  • redhat linux/CentOS 6/7 关闭防火墙(iptables)命令,作用:CentOS 防火墙不关行不行?
  • 三个问题,关于RedHat7.2和RedHat7.3的........
  • 根据文件大小查找文件的find命令举例(Linux,centos,redhat)
  • REDHAT8 比 REDHAT7.x要好多少? 是不是对硬件要求比较高? 另外
  • 红帽redhat下通过脚本和yum安装docker容器引擎的详细步骤


  • 站内导航:


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

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

    浙ICP备11055608号-3