gcc-ubuntu下fcgiwrap的安装问题

问题描述

ubuntu下fcgiwrap的安装问题

求助,相关信息如下~

系统信息:

Linux version 3.13.0-32-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014

源文件:https://github.com/gnosek/fcgiwrap.git

操作:先autoreconf -i ,然后就是 ./configure,就有些东西no了~

XXX@XXXXX :~/software/fcgiwrap# ./configure

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 pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for FCGX_Init in -lfcgi... yes

checking for systemd... no

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -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 fcntl.h usability... yes

checking fcntl.h presence... yes

checking for fcntl.h... yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking for stdlib.h... (cached) yes

checking for string.h... (cached) yes

checking for unistd.h... (cached) yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... yes

checking for pid_t... yes

checking for size_t... yes

checking for ssize_t... yes

checking vfork.h usability... no

checking vfork.h presence... no

checking for vfork.h... no

checking for fork... yes

checking for vfork... yes

checking for working fork... yes

checking for working vfork... (cached) yes

checking whether lstat correctly handles trailing slash... yes

checking for stdlib.h... (cached) yes

checking for GNU libc compatible malloc... yes

checking for strchr... yes

checking for strdup... yes

checking for strrchr... yes

checking for dup2... yes

checking for putenv... yes

checking for select... yes

checking for setenv... yes

checking for strerror... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating config.h

config.status: config.h is unchanged

解决方案

会这环境路径下面去所有相关的资源,如果没有搜索到就会是NO了

时间: 2024-09-08 03:34:15

gcc-ubuntu下fcgiwrap的安装问题的相关文章

安装包-ubuntu下dateutil的安装

问题描述 ubuntu下dateutil的安装 操作:在ubuntu中virtualenv下运行程序 错误提示:ImportError: No module named dateutil 已完成:下载了dateutil.tar.gz并已解压,里面有setup.py 我在网上看的安装setup.py文件需要python setup.py install --安装路径. 问题1:请问在安装dateutil我应该在ubuntu哪个目录下操作,是放要运行的项目的那个目录还是随便一个目录就可以? 问题2:

ubuntu下acidbase的安装

问题描述 ubuntu下acidbase的安装 无法用apt-get install 安装上面提示无法找到软件包应该怎么办?求大神指导 解决方案 http://blog.chinaunix.net/uid-26347676-id-3138443.html 解决方案二: http://blog.csdn.net/jo_say/article/details/6296325

ubuntu下用rvm安装ruby on rails出错,求各路大神帮忙~!

问题描述 ubuntu下用rvm安装ruby on rails出错,求各路大神帮忙~! ruby已经安装好: $ ruby -v ruby 2.2.1p85(2015-02-26 revision 49769) [x86_64linux] 国内服务器推荐替换 RubyGems 的到淘宝镜像: $ gem sources --remove https://rubygems.org/ $ gem sources -a http://ruby.taobao.org/ 回车后报错 ERROR: Whil

Ubuntu下用docker安装redis镜像和使用redis容器分享

Ubuntu下用docker安装redis镜像和使用redis容器分享   1. 安装Ubuntu 2. 用Putty登录Ubuntu Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-40-generic x86_64)  * Documentation:  https://help.ubuntu.com/   System information as of Wed Dec 31 06:41:16 UTC 2014   System load: 

Ubuntu下vim的安装和基本配置简介

  安装和基本用法 1.用root账户登录Ubuntu,命令行中输入vim,如果未安装会得到下面的提示: 程序"vim"已包含在下列软件包中: * vim * vim-gnome * vim-tiny * vim-gtk * vim-nox 请尝试: 代码如下: apt-get install <选定的软件包> 按照提示输入 代码如下: apt-get install vim 安装. 2.安装完成后,输入vim会进入vim的标准模式,这时按键盘的i进入插入模式,在里面写点什

Ubuntu下nginx编译安装参数配置_nginx

安装依赖库: sudo apt-get install libgd2-xpm sudo apt-get install libgd2-xpm-dev sudo apt-get install libgeoip-dev sudo apt-get install libpcre3 sudo apt-get install libpcre3-dev sudo apt-get install libssl-dev sudo apt-get install openssl sudo apt-get ins

ubuntu下解决Ruby安装后缺少openssl的问题

  一开始尝试使用     sudo apt-get install libopenssl-ruby1.8     安装是安装成功了,但是仍然提示找不到openssl.还是决定从源码安装,首先确保ubuntu安装了openssl:     sudo apt-get install openssl     sudo apt-get install libssl-dev     sudo apt-get install libssl0.9.8         然后进入ruby源码目录下的/ext/o

Ubuntu下VIM的安装和基本用法

1.用root账户登录Ubuntu,命令行中输入vim,如果未安装会得到下面的提示: 程序"vim"已包含在下列软件包中:  * vim  * vim-gnome  * vim-tiny  * vim-gtk  * vim-nox 请尝试:apt-get install <选定的软件包> 按照提示输入apt-get install vim安装. 2.安装完成后,输入vim会进入vim的标准模式,这时按键盘的i进入插入模式,在里面写点什么吧. 3.按Esc推出插入模式,进入标

ubuntu下filefox浏览器安装flash插件【图文教程】

初装了ubuntu,发现用filefox浏览器不能播放音乐,不能播放视频,不能看flash动画(?澹??耸蹦憔?ut了.今天笔者向大家介绍简单的安装flash插件. step1:进入flash官网:https://get.adobe.com/flashplayer/?loc=cn step2:在左下角选择合适自己系统的版本的flash插件,并点击"立即下载".此处选择的是:".tar.gz,适用其它linux" step3:进入命令行,将方才下载的文件解压,命令如下