暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

完成网站迁移

原创 eygle 2006-03-21
455

昨天,花了一个下午时间将网站迁移到了新的服务器上.


中间网站有一个时段不可以访问.迁移之后,SCode插件出现了一些问题,重新安装GD始终存在错误,以下是提示信息,最为恼人:









Got an error: Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/GD/GD.so' 
for module GD: libgd.so.2: cannot open shared object file: No such file or directory
at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
 at /opt/apache/www.eygle.com/cgi-bin/mt/plugins/SCode/./lib/SCode.pm line 9
Compilation failed in require at /opt/apache/www.eygle.com/cgi-bin/mt/plugins/SCode/./lib/SCode.pm line 9.
BEGIN failed--compilation aborted at /opt/apache/www.eygle.com/cgi-bin/mt/plugins/SCode/./lib/SCode.pm line 9.
Compilation failed in require at (eval 3) line 1. 


最后将问题定位在Xpm library上,由于本机已经安装,可是gd无法识别,指定路径也不可以:









** Configuration summary for gd 2.0.33:

   Support for PNG library:          yes
   Support for JPEG library:         yes
   Support for Freetype 2.x library: yes
   Support for Fontconfig library:   yes
   Support for Xpm library:          no
   Support for pthreads:             yes 


最后只好在别的机器上编译好一个库文件,传递过来,成功通过. 


是以为记.


 

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论