1.wps 有没有哪个版本用glibc-2.15 就可以安装的源码?CenOS 6安装时老是出先require glibc-2.15,
wps 有没有哪个版本用glibc-2.15 就可以安装的?CenOS 6安装时老是出先require glibc-2.15,
1.试图运行程序,提示"libc.so.6: version `GLIBC_2.' not found",源码特殊区域溯源码原因是系统的glibc版本太低,软件编译时使用了较高版本的源码物理指标公式源码glibc引起的:
[ghui@StuOS bin]$ pwd
/var/VMdisks/cross/mingw/bin
[ghui@StuOS bin]$ ls
lrelease QtCore4.dll QtNetwork4.dll QtSql4.dll QtXml4.dll
moc QtDeclarative4.dll QtOpenGL4.dll QtSvg4.dll rcc
phonon4.dll QtGui4.dll QtScript4.dll QtTest4.dll uic
qmake QtMultimedia4.dll QtScriptTools4.dll QtWebKit4.dll
[ghui@StuOS bin]$ ./qmake
./qmake: /lib/libc.so.6: version `GLIBC_2.' not found (required by ./qmake)
2.查看系统glibc支持的版本:
[ghui@StuOS bin]$ strings /lib/libc.so.6 |grep GLIBC_
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.
GLIBC_2.
GLIBC_2.
GLIBC_PRIVATE
[ghui@StuOS bin]$ rpm -qa |grep glibc
glibc-static-2.-1..el6_3.6.x_
glibc-headers-2.-1..el6_3.6.x_
glibc-common-2.-1..el6_3.6.x_
glibc-devel-2.-1..el6_3.6.x_
glibc-static-2.-1..el6_3.6.i
glibc-devel-2.-1..el6_3.6.i
glibc-2.-1..el6_3.6.i
glibc-2.-1..el6_3.6.x_
3.可以看到最高只支持2.版本,所以考虑编译解决这个问题:
a. 到 manual string
ChangeLog. elf math sunrpc
ChangeLog. extra-lib.mk misc sysdeps
ChangeLog. extra-modules.mk NAMESPACE sysvipc
ChangeLog. FAQ NEWS termios
ChangeLog. FAQ.in nis 源码阿尔法看盘源码 test-skeleton.c
ChangeLog. gmon NOTES time
ChangeLog. gnulib nptl timezone
ChangeLog.2 grp nptl_db tls.make.c
ChangeLog.3 gshadow nscd version.h
ChangeLog.4 hesiod nss Versions.def
ChangeLog.5 hurd o-iterator.mk wcsmbs
ChangeLog.6 iconv po wctype
ChangeLog.7 iconvdata posix WUR-REPORT
ChangeLog.8 include PROJECTS
ChangeLog.9 inet pwd
conf INSTALL README
c.在glibc源码目录建立构建目录,并cd进入构建目录
[ghui@StuOS glibc-2.]$ mkdir build
[ghui@StuOS glibc-2.]$ cd build
d.运行configure配置,源码查绑q源码make && sudo make install
[ghui@StuOS build]$ ../configure --prefix=/opt/glibc-2.
[ghui@StuOS build]$ make -j4
[ghui@StuOS build]$ sudo make install
[sudo] password for ghui:
4.临时修改环境变量
[ghui@StuOS bin]$ export LD_LIBRARY_PATH=/opt/glibc-2./lib:$LD_LIBRARY_PATH
[ghui@StuOS glibc-2.]$ cd /var/VMdisks/cross/mingw/bin/
[ghui@StuOS bin]$ ./qmake
Usage: ./qmake [mode] [options] [files]
QMake has two modes,源码短线涨跌源码公式 one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project
2024-11-23 12:54
2024-11-23 12:24
2024-11-23 12:20
2024-11-23 11:33
2024-11-23 11:27
2024-11-23 11:14
2024-11-23 10:44
2024-11-23 10:43