- 论坛徽章:
- 0
|
[root@localhost src]# tar -xof Digest-MD5-2.36.tar
[root@localhost src]# cd Digest-MD5-2.36.tar
-bash: cd: Digest-MD5-2.36.tar: Not a directory
[root@localhost src]# cd Digest-MD5-2.36
[root@localhost Digest-MD5-2.36]# perl Makefile.PL
Perl's config says that U32 access must be aligned.
Checking if your kit is complete...
Looks good
Writing Makefile for Digest::MD5
[root@localhost Digest-MD5-2.36]# make
Makefile:85: *** missing separator. Stop.
[root@localhost Digest-MD5-2.36]#
我手工安装了,看到了上面的错误.我看了makefile的文件:
发现
INSTALLBIN = /usr/bin'
installhtml1dir=''
installhtml3dir=''
installman1--------------85行
INSTALLSITEBIN = /usr
INSTALLVENDORBIN = /usr/bin'
installvendorhtml1=''
installvendorhtml3=''
installvendorlib='/u
INSTALLSCRIPT = /usr/bin
PERL_LIB = /usr/lib/perl5/5.8.0
PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi
SITELIBEXP = '/usr/lib/perl5/site_perl'
sit --------------------------96行
SITEARCHEXP = /usr/lib/pe
LIBPERL_A = libperl.a'
libc='
发现了上面两行有问题,但是我实在不知道应该怎么把修改完成好.能帮忙告诉我怎么做吗?
非常感谢!!!! |
|