xdwjack 发表于 2003-6-3 08:57:06

------------------------------------
add that   $arg = 0666 unless defined $arg ; it is only a warning from perl -w.

what do you mean?

Dragonfly 发表于 2003-6-3 09:07:35

check the DB_File.pm file. around line 259. modify it by adding such a line and make it looks like mine. then u can remove the warning.

xdwjack 发表于 2003-6-3 13:24:27

加入之后没有变化.

需要修改哪个文件?
修改以下的源代码文件,然后编译安装
/home/perl-5.8.0/ext/DB_File/DB_File.pm
/home/perl-5.8.0/lib/DB_File.pm

还是修改
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DB_File.pm
/usr/local/lib/perl5/5.8.0/i686-linux/DB_File.pm
中的一个文件或多个文件?

Dragonfly 发表于 2003-6-4 09:50:59

this is u error.
** Warning: Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/5.8.0/i686-linux/DB_File.pm line 259.

so change that file.

xdwjack 发表于 2003-6-4 11:47:55

谢谢,可以了,有的时候我脑袋好像不转个. :lol::lol:

Dragonfly 发表于 2003-6-4 23:00:18

me too. need a little rest.
页: 1 2 3 4 5 [6]
查看完整版本: 为什么这个版块没有介绍lxr的文章呢?