`

./configure相关错误解决办法

阅读更多

错误: C compiler cannot create executables
原因:
解决:sudo apt-get gcc libc6-dev

 

错误:checking for C compiler default output... configure: error: C compiler cannot create executables
原因:
解决:sudo apt-get install libc6-dev

 

错误:configure: error: C++ preprocessor "/lib/cpp" fails sanity check
原因:gcc的组件没装全
解决:apt-get install build-essential

 

错误: Can't find X includes. Please check your installation and add the correct paths!
原因:没有X的包含文件
解决:安装xlibs-dev即可

 

错误: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
原因:查找提供qt的lib&&headers的软件包,并安装之
解决:apt-get install libqt3-headers libqt3-mt-dev

 

错误:in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
原因:install a KDE application in a Gnome environment。
解决:which basically means its going to want to install a lot of KDE specific packages to work. This 'configure:error'
is due to it expecting you to be running KDE and again refers to some 'headers'.
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a

 

错误:./admin/cvs.sh: 585: autoconf: not found
原因:
解决:apt-get install autoconf

 

错误: *** GTK >= 2.4.0 not installed! ***
原因:没装GTK
解决:apt-get build-dep gedit

 

错误:heching for gtk-config... no
checking for GTK - version = 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG enviroment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
原因:
解决:sudo apt-get install libgtk1.2-dev

 

问题:eclipse中encoding不支持中文
解决:编辑/var/lib/locales/supported.d/local,加一行zh_CN.GBK GBK,执行sudo locale-gen

 

错误:gnome.h: No such file or directory

错误: No package 'libpanelapplet-2.0' found
原因:
解决:sudo apt-get install gnome-panel

 

问题:eva不弹出输入法
解决:sudo apt-get install scim-qtimm

 

问题:No package 'gtk+-2.0' found
No package 'gtksourceview-1.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'libgnomeprintui-2.2' found
解决:sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev

 

问题:No package 'libpanelapplet-2.0' found
解决:sudo apt-get install libpanelappletmm-2.6-dev

分享到:
评论

相关推荐

    libmount-2.32.tar.gz

    3. 执行`./configure --help`,了解配置选项,并根据需要指定路径。 4. 如果没有问题,运行`./configure`以配置编译环境。 5. 接下来,执行`make`进行编译。 6. 最后,用`make install`将编译好的库安装到系统中。 ...

    linux下安装snort常见错误

    Linux下安装Snort常见错误解决方法 Snort是一款开源的入侵检测系统,具有很高的检测率和防护能力。然而,在Linux下安装Snort时,常常会出现一些错误,这些错误可能会导致安装失败。下面将详细介绍Linux下安装Snort...

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

    在本文中,我们将详细介绍这些典型错误和解决办法。 1. configure: error: xml2-config not found. Please check your libxml2 installation. 解决方法: yum install libxml2-devel 此错误是由于缺少 libxml2-...

    在ubuntu虚拟机下关于缺少头文件<gnu/stubs.h>的解决办法

    ### 在Ubuntu虚拟机下关于缺少头文件&lt;gnu/stubs.h&gt;的解决办法 #### 背景概述 在使用Ubuntu虚拟机进行交叉编译时,可能会遇到找不到特定头文件的问题,比如`&lt;gnu/stubs.h&gt;`。这种情况通常发生在尝试编译特定架构的...

    nginx-1.12.2安装.docx

    **问题1:执行./configure检查报错** ``` ./configure:error:theHTTPrewritemodulerequiresthePCRElibrary. Youcaneitherdisablethemodulebyusing--without-http_rewrite_module option,...

    linux下安装apache

    ./configure --prefix=/usr/local/apache --enable-so --enable-rewrite --enable-mods-shared=most --prefix=/usr/local/apache2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ make make ...

    MinGW && MSYS编译ffmpeg

    - **配置文件错误**:如果在执行`./configure`命令后出现`config.err`文件,这通常是由于配置过程中出现问题导致的。此时,需要检查`./configure`命令的参数是否正确,以及所需的依赖库是否已经安装到位。 - **...

    linuxcentos安装nginx常见错误及解决办法.pdf

    ./configure make ``` 3. **make错误:No rule to make target `build'** 这个错误表明缺少OpenSSL库。Nginx的SSL模块依赖于OpenSSL。在Ubuntu上,你可以通过以下命令安装: ``` apt-get install openssl ...

    基于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-...

    编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法

    2. **创建软链接**:另一种解决办法是创建一个软链接,将`/usr/lib64/mysql/`下的库链接到`/usr/lib/`。可以使用`ln -s`命令来实现,如:`ln -s /usr/lib64/libmysqlclient.so.16.0.0 /usr/lib/libmysqlclient.so`。...

    sqlite3 not found的解决办法

    在使用Linux或Unix类操作系统时,可能会遇到"sqlite3 not found"这样的错误提示,这通常意味着系统中没有安装SQLite3这个数据库引擎或者其路径没有被正确地添加到系统的PATH环境变量中。SQLite3是一个轻量级、开源的...

    ncurses-5.3 源码包

    2 ./configure 3 make install 用whereis ncurses 可以检查你是否安装到系统默认路径“ 这个包可以顺利解决,编译内核是时候缺失的错误,如下: # make menuconfig *** Unable to find the ncurses libraries or the...

    Linux编译安装mysql容易出现的问题解决方法[参考].pdf

    解决办法是通过`yum install gcc-c++`命令安装它,然后重新运行`./configure`、`make`和`make install`来完成编译和安装过程。 3. **初始化数据库时的警告**: 使用`scripts/mysql_install_db`或`bin/mysql_...

    ubuntu12.04下安装freetype出错处理.docx

    三、解决办法 要解决这些错误,可以按照以下步骤进行: 1. 切换到 builds/unix 目录下,运行 ./configure 脚本。 2. 回到 FreeType 的根目录下,运行 make 命令来构建库文件。 这样就可以成功地安装 FreeType。 ...

    OpenSSH 存在输入验证错误漏洞(CVE-2019-16905)修复补丁及命令

    4. 编译OpenSSH:进入`openssh-8.4p1`目录,配置时指定已安装的OpenSSL和Zlib路径,例如`./configure --with-openssl-dir=/usr/local/openssl --with-zlib=/usr/local/zlib`,然后`make`和`make install`。...

    qt-qmake找不到的解决办法1

    你可以根据需要调整参数,例如添加`-prefix`指定安装位置,然后运行`./configure`。配置完成后,使用`make`命令编译源码,最后通过`sudo make install`安装到系统中。 如果你只需要特定模块的源码,可以在[QT 官网...

    Ubuntu14.04+UPX3.92编译过程及相关源码与错误处理方法

    - **配置错误**:如果`./configure`出错,检查环境变量和配置选项是否正确设置。 - **编译错误**:编译时的错误通常涉及语法错误、类型不匹配等,阅读错误信息并根据提示修复源码。 在解决这些问题后,你应该能够...

Global site tag (gtag.js) - Google Analytics