[root@localhost wine-1.3.11]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
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 g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex version 2.5.33 or newer.
已经用yum 安装了flex 但是还是说版本旧
[root@localhost wine-1.3.11]# yum install *flex*
Setting up Install Process
Parsing package install arguments
Package flex - 2.5.4a-41.fc6.i386 is already installed.
Nothing to do
https://bugzilla.redhat.com/show_bug.cgi?id=554210
后来把2.5.4版本卸载 安装2.5.33版本就可以了
分享到:
相关推荐
解决 CentOS 5.7 中文版安装报错问题 在安装 CentOS 5.7 中文版时,可能会遇到一些报错问题,例如在安装最后阶段出现“无法打开文件openoffice.org-langpack-zh-TW-3.1.1-19.5.el5_5.6.i386.rpm”的错误信息。本文...
在"live555 centos 64位修改编译报错"这个问题中,用户遇到了直接从官方获取的Live555源代码在CentOS 64位系统上编译失败的问题。通常,这种问题可能由以下原因引起: 1. **依赖库缺失**:Live555的编译可能需要...
文章目录CentOS 8.0 安装docker 报错:Problem: package docker-ce-3:19.03.4-3.el7.x86_64 requires containerd.io >= 1.2.2-31、错误内容2、分析原因3、解决4、检查是否安装成功 CentOS 8.0 安装docker 报错:...
总的来说,解决在CentOS上安装Pillow报错的关键在于确保所有必要的依赖库都已正确安装。通过安装python-devel、zlib-devel和libjpeg-turbo-devel,我们可以为Pillow提供所需的编译环境,从而顺利完成安装。在安装...
在Windows 7系统中安装Oracle数据库时,可能会遇到网络配置问题,尤其是当“Microsoft Loopback Adapter”未正确配置时。这个问题通常表现为无法连接到数据库服务或者安装过程中出现网络错误。本文将详细解释如何...
CentOS 5.5 下 Qt 的安装配置 在 CentOS 5.5 平台下安装 Qt 需要经过多个步骤,每个步骤都需要注意一些重要细节。本文将详细讲解 CentOS 5.5 下 Qt 的安装配置过程。 一、安装软件列表 在开始安装 Qt 之前,需要...
(1)离线Centos7安装Wine ...(2)查看wine安装是否成功及版本 [root@localhost ~]# wine --version wine-4.0.4 离线编译安装参考:https://blog.csdn.net/weixin_43751185/article/details/130924426
本文将深入探讨一个具体的案例,即在Kunlun 9008 V5服务器上安装CentOS 7.2系统时遇到的问题及其解决方法。 Kunlun 9008 V5是一款由华为公司推出的高性能服务器,设计用于关键业务场景,具备高可靠性和高性能。然而...
CentOS 7 安装 MySQL 数据库启动报错解决方案 在 CentOS 7 操作系统中安装 MySQL 数据库时,可能会出现启动报错的现象,报错信息为 "Job for mysqld.service failed because the control process exited with error...
对于 CentOS7 系统,安装 VMware Tools 是一个必要的步骤,尤其在进行系统维护和优化时。以下是如何在 CentOS7 中安装 VMware Tools 的详细过程。 首先,确保系统已经更新到最新版本,以避免安装过程中遇到依赖问题...
"CENTOS 5.1 RTL8168网卡驱动的安装" CENTOS 5.1 操作系统中,RTL8168网卡驱动的安装是非常重要的,因为这个驱动程序直接影响到计算机的网络连接。下面我们将详细介绍如何安装CENTOS 5.1 RTL8168网卡驱动。 一、...
CentOS安装Oracle11g详解 在本篇文章中,我们将详细介绍如何在CentOS 6.4 64bit操作系统上安装Oracle 11g数据库,包括配置监听的步骤。 前期准备安装环境 在安装Oracle 11g之前,需要准备以下环境: * 操作系统...
wine是linux下运行windows程序插件,wine安装后需要安装两个依赖组件mono和gecko,该压缩包包括了安装wine的详细教程及mono和gecko的使用方法,亲测绝对实用,让需要wine的小伙伴们少走弯路
centos7.0安装mysql centos7.0安装mysql centos7.0安装mysql
centos7安装mqtt服务端,报错on-load-function-failed,crypto的解决资源
REHL/CentOS 7系统,默认是64位,从EPEL中下载的wine也是64位的。本资源提供了32位i686(注意不是i386哦)版本的rpm包,及其依赖的包,并且提供了一个安装脚本,自动将这些包在你的机器上生成yum仓库,并通过这个...
本文将详细讲解如何解决这个过程中的问题,特别是关于MySQLdb安装报错的处理。首先,让我们从Python 2.7的安装开始。 **Python 2.7的安装** 1. **更新系统**: 在开始安装之前,确保系统的所有包都是最新的。 ``` ...
Oracle 在 Linux 环境中的图形化安装及报错解决 Oracle 是一个广泛应用于企业级数据库管理系统的商业数据库管理系统。它具有高性能、安全、可靠等特点,广泛应用于各个行业。但是,在 Linux 环境中安装 Oracle 可能...
加载CentOS的ISO文件开始安装时,安装文件要求检测I/O设备,选“skip”后,本应进入安装程序的图形界面,但是却报错误