crontab安装补上,请教正确安装方法
试了军哥以前在帖子里提过的两种,都不行# yum install -y vixie-cron
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libsqlite3.so.0: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, Jan9 2013, 06:47:03)
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
# yum install crontab
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libsqlite3.so.0: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.4.3 (#1, Jan9 2013, 06:47:03)
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq 是不是进行了解决方法:
Centos 6 64位:
mv /usr/lib64/libsqlite3.so.0.8.6 /usr/lib64/libsqlite3.so.0.8.6.bak
Centos 6 32位:
mv /usr/lib/libsqlite3.so.0.8.6 /usr/lib/libsqlite3.so.0.8.6.bak
这个操作?如果是恢复回去
php是什么版本?
回复 2# 的帖子
php5.2,按照您的方法已经解决了。不过我没进行这个操作,可能系统直接就这样了?
另外我的系统版本是Centos 5.1 如果没有必须要用php 5.2的程序建议使用5.3或以上的php版本
页:
[1]