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) |