Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1355426
  • 博文数量: 416
  • 博客积分: 10495
  • 博客等级: 上将
  • 技术积分: 4258
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-23 22:13
文章分类

全部博文(416)

文章存档

2015年(7)

2014年(42)

2013年(35)

2012年(14)

2011年(17)

2010年(10)

2009年(18)

2008年(127)

2007年(72)

2006年(23)

2005年(51)

分类: LINUX

2010-05-04 21:39:28

cd /var
ln eyou data
rsync -av --progress -e "ssh -p 100" root /data/eyou/
 
拷贝/var/eyou 拷贝到目标机器上
修改my.cnf mysql的配置文件,启动连接进去试试,没有问题即可。
 
修改/etc/ld.so.conf文件来指定动态库的目录
 
tail /data/eyou/apache/logs/error_log 查看日志
 
[Tue May 04 20:51:33 2010] [notice] caught SIGTERM, shutting down
[Tue May 04 20:53:43 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue May 04 20:53:44 2010] [notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 / configured -- resuming normal operations
/var/eyou/apache/cgi-bin/user_login: error while loading shared libraries: libnet_logsvrd.so: cannot open shared object file: No such file or directory
[Tue May 04 21:00:01 2010] [error] [client 8.8.8.9
] Premature end of script headers: user_login, referer:
百思不得其解libnet_logsvrd.so文件明明存在,就是视若无物,手动拷贝此文件到/usr/lib下
解决。哈,访问试试,问题解决了。
(没有生效可能是因为/etc/ld.so.conf 编辑保存后,没有运行:/sbin/ldconfig –v更新配置造成
)
 
  cd /var/eyou/queue/bin/
   ./pop3d 
   ./smtpd 
   ./queue 
  /var/eyou/mysql/libexec/mysqld

 
 
阅读(3424) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~