Chinaunix

标题: 求助:solaris 10上安装mod_perl报错 [打印本页]

作者: ray99lee    时间: 2013-01-11 05:10
标题: 求助:solaris 10上安装mod_perl报错

安装mod_perl时,先run了perl Makefile.PL,并按提示在httpd.conf文件中增加了perl module的路径。
接着,make,报如下错:


cc -I/usr/local/src/mod_perl-2.0.7/src/modules/perl -I/usr/local/src/mod_perl-2.0.7/xs -I/usr/apache2/include -I/usr/apache2/include -I/usr/sfw/include -I/usr/apache2/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE -DMOD_PERL -DMP_COMPAT_1X -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xO3 -xspace -xildoff -KPIC \
-c mod_perl.c && mv mod_perl.o mod_perl.lo
ld.so.1: gcc: fatal: libintl.so.8: open failed: No such file or directory
Killed
*** Error code 137
make: Fatal error: Command failed for target `mod_perl.lo'
Current working directory /usr/local/src/mod_perl-2.0.7/src/modules/perl
*** Error code 1
make: Fatal error: Command failed for target `modperl_lib'

看不明白。请高手帮忙看看。谢谢!
作者: GraceH露    时间: 2013-02-09 16:12
/usr/perl5/5.8.4/bin/perlgcc Makefile.PL
作者: 非凡公子    时间: 2013-02-13 18:13
看样子是你没有安装libintl包吧,如果安装了就是lib路径不对
crle看看




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2