无标题文档
wdCP系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdCDN系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
wdOS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用教程) wdDNS系统 (介绍,功能特性,运行环境,安装说明,演示,常见问题,使用手册)
注册 发贴 提问 回复-必看必看 wddns免费智能 DNS 开通 本地或虚拟机使 用wdcp 一键包在mysql编 译时"卡住"
【300G高防】双线 无视攻击 wdcp官方技术支持/服务 阿里云8折优惠券 无敌云 腾讯云优惠中,现注册更有260代金额券赠送
返回列表 发帖
提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等

温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的

[求助] 阿里云的VPS上安装失败

直接安装sh in.sh时

  1. useradd: user 'wdcpu' already exists
  2. installing mysql...
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... x86_64-unknown-linux-gnu
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... no
  11. checking how to create a ustar tar archive... gnutar
  12. checking for style of include used by make... none
  13. checking for gcc... no
  14. checking for cc... no
  15. checking for cl.exe... no
  16. configure: error: in `/root/lanmp/mysql-5.1.61':
  17. configure: error: no acceptable C compiler found in $PATH
  18. See `config.log' for more details.

  19. ----Install Error: mysql configure err -----------
复制代码


在网上搜了一下可能是少 gcc
结果yum install gcc时又有如下报错

  1. Error: Package: glibc-headers-2.12-1.47.el6_2.12.x86_64 (updates)
  2.            Requires: kernel-headers >= 2.2.1
  3. Error: Package: glibc-headers-2.12-1.47.el6_2.12.x86_64 (updates)
  4.            Requires: kernel-headers
  5. You could try using --skip-broken to work around the problem
  6. ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
  7. kernel-2.6.32-220.13.1.el6.x86_64 has missing requires of kernel-firmware >= ('0
  8. ', '2.6.32', '220.13.1.el6')
复制代码


求助

看清提问三步曲及多看教程/FAQ索引(wdcp,v3,一键包,wdOS),益处多多.wdcp工具集 阿里云主机8折优惠码

TOP

请修改文件vi /etc/yum.conf 将exclude=kernel*前加注释即可解决

TOP

请修改文件vi /etc/yum.conf 将exclude=kernel*前加注释即可解决

TOP

RPM 包安装就没有这个问题、我用编码安装也是这个问题、
RPM包安装
wget http://down.wdlinux.cn/in/lanmp_wdcp_ins.sh
sh lanmp_wdcp_ins.sh
就可以
RPM包安装支持系统:CentOS 5.X/wdlinux_base 5.X/wdOS 1.0,CentOS 6.X ,32位,64位均支持

卸载 (切记备份好数据)
sh lanmp_wdcp_ins.sh uninstall
就可以

TOP

返回列表