libjpeg.so.62: no version information available (required

/usr/local/php/bin/php: /usr/lib/libjpeg.so.62: no version information available (required by /usr/local/php/bin/php)

install

yum install libjpeg-turbo-devel.i686 libjpeg-turbo.i686

done

时间: 2024-08-30 07:53:28

libjpeg.so.62: no version information available (required的相关文章

Python version 3.3 required, which was not found in the registry

python registry函数语法 在windows下安装numpy的时候, 出现了"Python version 3.3 required, which was not found in the registry"的错误. 类似的有:Python version 2.7 required, which was not found in the registry 大致意思是说:注册表没有对应的信息. 只要执行一个python脚本,将HKEY_CURRENT_USER (HKCU)注

openssl "no version information available"

错误:/usr/local/lib/libcrypto.so.1.0.0: no version information available I suppose I should get right to the point... Problem: libssl.so.1.0.0 and libcrypto.so.1.0.0 no version information available warning/error. I SOLVED IT!!! YAY!!! (Fireworks shoul

安装第三方库出现 Python version 2.7 required, which was not found in the registry

安装第三方库出现 Python version 2.7 required, which was not found in the registry 建立一个文件 register.py 内容如下. 然后执行该脚本. import sys from _winreg import * # tweak as necessary version = sys.version[:3] installpath = sys.prefix regpath = "SOFTWARE\\Python\\Pythonco

【转】Python version 2.7 required, which was not found in the registry

安装setuptools的时候,不能再注册表中识别出来python2.7 在网上找了方法,仅作笔记,供下次使用 方法: 新建一个register.py 文件,把一下代码贴进去,保存(G盘) 1 # 2 # script to register Python 2.0 or later for use with win32all 3 # and other extensions that require Python registry settings 4 # 5 # written by Joak

【亲测】Python:解决方案:Python Version 2.7 required, which was not found in the registry

好久不更新随笔了,今天因为数据可视化作业,想抓取一些人人网好友关系数据,于是开始尝试python,用到numpy模块,安装的时候提示: 'Python Version 2.7 required, which was not found in the registry' 发现很多人都遇到这个问题,网上说是官方不支持包,然后给了另外的链接让去下非官方版的,结果没找到囧... 于是发现了这个帖子,直接解决了问题,果断贴过来,帮助其他和我一样遭遇的人儿们. 原帖地址:http://www.xue5.co

Python 安装Twisted 提示python version 2.7 required,which was not found in the registry

由于我安装Python64位的,下载后没注册,安装Twisted时老提示“python version 2.7 required,which was not found in the registry”错误 解决方法 1.任意位置存放reg.py文件 # # script to register Python 2.0 or later for use with win32all # and other extensions that require Python registry setting

使用不同版本Gradle构建Andorid 出现Gradle version xxxx is required

出现此情况,应该是使用了gradle wrapper时候,创建工程时使用的gradle版本比当前使用的版本低得情况.此时log会提示 去修改 project_root/gradle/wrapper/gradle-wrapper.properties这个文件中 distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip 所对应的gradle版本.但是改完了,还是会出现依赖模块版本比现在版本低得情况. 此

安装lispbox出现:error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory

如下图,运行lispbox出现如下报错(第一个命令): 检索之后发现解决办法:Solution to libjpeg.so.62 输入一下两条命令(第二条也必须执行): sudo apt-get upgrade sudo apt-get install libjpeg62-dev // if not 62-dev, the apt will tell you it can not locate the package libjpeg62 解决问题: 蛤蛤蛤!抓紧学习Linux,避免遇到苦难束手无

【转载】Python Version 2.7 required which was not found in the registry 问题解决

Python Version 2.7 required which was not found in the registry 问题解决 分类: 编程语言2013-07-25 20:45 6172人阅读 评论(4) 收藏 举报 今天在安装numpy时,出现了Python Version 2.7 required which was not found in the registry错误,解决方案如下. Python的一些第三方库只到注册表的HKEY_LOCAL_MACHINE\SOFTWARE\