错误提示: Building the OpenGL support module [FAILED] 解决办法 cd /media/VBOXADDITIONS_4.1.8_75467/export MAKE='/usr/bin/gmake -i'./VBoxLinuxAdditions.run yum groupinstall "Development Tools" yum install kernel-devel…
linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法: 1. chmod +x /usr/tomcat7/bin/*.sh (亲测可用) 2. chmod 755 /usr/tomcat7/bin/*.sh 3. chmod 777 /usr/tomc…
安装Oracle 11gR2,报错:[INS-06101] IP address of localhost could not be determined 出现这种错误是因为主机名和/etc/hosts 文件不一致. 1./etc/sysconfig/network[root@rac2 11.2.2]# cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=rac2 2./etc/hosts[root@rac2 11.2.2]# vi /etc/hos…
安装openssl-0.9.8报错out range of signed 32bit displacement http://blog.csdn.net/wangtingyao1990/article/details/73503622 怎么在64位linux机器上编译32位的openssl库 http://blog.csdn.net/nyist327/article/details/43955423 Linux编译安装openssl升级系统openssl和生成系统动态连接库dynamic/sha…