`
stingh711
  • 浏览: 118914 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论

./configure时常见错误解决

阅读更多
  1. C compiler cannot create executables
    sudo apt-get gcc libc6-dev
  2. checking for C compiler default output... configure: error: C compiler cannot create executables
    sudo apt-get install libc6-dev
  3. configure: error: C++ preprocessor "/lib/cpp" fails sanity check
    -get install build-essential
  4. Can't find X includes. Please check your installation and add the correct paths!
    sudo apt-get install xorg-dev
  5. Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
    apt-get install libqt3-headers libqt3-mt-dev
  6. in the prefix, you've chosen, are no KDE headers installed. This will fail.
    So, check this please and use another prefix!
    sudo apt-get install kdelibs4-dev kdelibs4c2a
  7. admin/cvs.sh: 585: autoconf: not found
    apt-get install autoconf
分享到:
评论

相关推荐

    lidmodbus3.14(解决configure.js错误)

    libmodbus最新版,解决了原资源中configure.js运行错误

    银河麒麟V10系统+飞腾CPU交叉编译OpenCV

    ./configure make –j8 make install 执行上述过程中make时可能会报错,错误结果如下 ./include/nasmlib.h:194:1: error: ‘pure’ attribute on function returning ‘void’ [-Werror=attributes] 194 | void pure...

    ./nginx: No such file or directory

    我用的是ubuntu18.04安装nginx 一般来说我们安装的nginx文件结构大致是这样的: 1. 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下 2.... 3.... 4.... 5....

    nginx-1.0.5最新稳定版

    状况:./configure: error: the HTTP rewrite module requires the PCRE library. 解决:yum -y install pcre-devel 安装相应的包 2.缺少zlib 状况: ./configure: error: the ...

    opencv移植到arm, 包含cmake包

    ../../lib/libopencv_highgui.so: undefined reference to `_TIFFerrorHandler' ../../lib/libopencv_highgui.so: undefined reference to `_TIFFrealloc' ../../lib/libopencv_core.so: undefined reference to `...

    ffmpeg-2.13 ubuntu安装配置文件 大全

    1.2.3 ./configure 1.2.4 make 1.2.5 make install 2. 安装autoconf、automake、libtool sudo apt-get install autoconf automake libtool 3. 安装libopencore-amrnb-dev libopencore-amrwb-dev sudo apt-...

    基于linux离线安装nginx的全包,及安装流程命令说明

    包含了基于lua-resty的mysql、redis集成安装步骤,以及各安装步骤可能遇到的错误解决方法等,整理不易,感谢体验!

    一步步写嵌入式操作系统.zip

    下载并解压skyeye 1.2.6_rc1的代码, ~/Downloads/skyeye-1.2.6_rc1 根据执行skyeye-1.2.6_rc1/INSTALL的说明 1 执行 ./configure 2 执行 make 后 编译错误1: In file included from /usr/include/fcntl.h:289:0, ...

    Ubuntu/Deepin下Python3.8出现SSL错误的解决方案

    在使用pip3的时候,错误信息如下...而且网上的某些方法用./configure –with-ssl这条命令是无效的,下面给出解决问题的方案。 出现这种错误可以在Modules/Setup中,Ctrl + F查找字符串SSL, 将找到的第一个SSL下面的命

    ffmpeg移植到IOS上 Demo

    错误解决方法 http://blog.163.com/youthpasses@yeah/blog/static/1618492282013219104837256/ 配置项 ./configure \ --cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/...

    PHP编译configure时常见错误的总结

    PHP编译configure时常见错误的总结 ...因此要自己亲自不断的... 本文总结了一些常见的configure错误信息和解决这些错误的经验。 1、configure: error: No curses/termcap library found 网上有的说法是:–with-named-c

    Linux下搭建tomcat集群全记录

    在安装 Apache 过程中,执行 `./configure` 操作时可能会报 `Cannot use an external APR with the bundled APR-util` 错误。解决方法是安装 Apache 2.2.x 自带的 APR 和 APR-util。 1. 进入 Apache 2.2.x 自带的 ...

    CentOS下编译php时的一些典型错误及解决办法.

    解决方法: Download from http://www.ossp.org/pkg/lib/mm/, wget ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz, Extract it: tar -zxvf mm-1.4.2.tar.gz, ./configure, make, make install 此错误是由于缺少 ...

    配置Mplayer播放器方法

     this is usedfor ./configure --with-win32libdir=/usr/lib/wincodecs/,  you must make thedirect is correct,or you cant install the codes.)  chmod 644 /usr/lib/wincodes/*(or 777)  chown root.root ...

    基于mediastreamer2的网络电话实现流程以及源码库

    ./configure CC=arm-linux-gcc CXX=arm-linux-g++ --prefix=/home/protocol_stack/install --host=arm-linux --disable-rpath --disable-nls --disable-dbus --disable-bluez --disable-samplerate --disable-...

    腾讯云sdk使用流程.docx

    `./configure --host=arm-linux-gnueabihf CC=/opt/EC20/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc CXX=/opt/EC20/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-...

    nginx使用ageip 实现地区负载均衡

    ./configure 文件可能报如下错误 configure: error: Zlib header (zlib.h) not found. Tor requires zlib to build. You may need to install a 解决办法: root@ubuntu:/usr/src/GeoIP-1.4.8# apt-get install zlib...

    Linux安装MySQL数据库.pdf

    在执行 ./configure 命令时,可能会出现错误,例如 No curses/termcap library found,可以使用 yum 命令安装 ncurses-devel 包来解决该错误。 三、安装 使用 make 命令编译和安装 MySQL。在编译过程中,可能会...

    离线安装nginx相关依赖包

    用于解决如下错误: ./configure: error: the HTTP rewrite module requires the PCRE library. 安装相关依赖包 1、上传lib解压,然后执行如下命令安装(需要root权限) 2、rpm -Uvh ./*.rpm --nodeps --force

    httpd-2.4.33安装(附安装包,亲测好用)

    ./configure --prefix=/home/webapp/apache/httpd --with-pcre=/home/webapp/apache_tools/httpd-2.4.33/srclib/pcre --with-included-apr make&&make; install 这个是个坑,没有百度这个是我解决的步骤: [root@ha...

Global site tag (gtag.js) - Google Analytics