Warning: Use of undefined constant url - assumed 'url' (this will throw an Error in a future version of PHP) in /www/wwwroot/boke/wp-content/themes/boke/framework/functions/theme-functions.php on line 2211
Warning: Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in /www/wwwroot/boke/wp-content/themes/boke/framework/functions/theme-functions.php on line 2211
CentOS 5/6/7
[root@localhost~]# yum update glibc -y
Ubuntu 12/14
[root@localhost~]# apt-get update
[root@localhost~]# apt-get install libc6
Debian 6
[root@localhost~]# wget -O /etc/apt/sources.list.d/debian6-lts.list http://mirrors.aliyun.com/repo/debian6-lts.list apt-get update
[root@localhost~]# apt-get install libc6
Debian 7
[root@localhost~]# apt-get update
[root@localhost~]# apt-get install libc6
Opensuse 13
[root@localhost~]# zypper refresh
[root@localhost~]# zypper update glibc*
Aliyun linux 5u7
[root@localhost~]# wget -O /etc/yum.repos.d/aliyun-5.repo http://mirrors.aliyun.com/repo/aliyun-5.repo yum update glibc
安装后重启(# reboot)服务器。