I am setting up lxr-0.3.But, I can not establish it through following error. What does this error mean?
[root@pine 2.2.1]# ../../bin/genxref linux
Can't locate LXR/Common.pm in @INC (@INC contains: lib/ /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /var/www/html/lxr/http/find line 27.
BEGIN failed--compilation aborted at /var/www/html/lxr/http/find line 27.
Starting pass 1: Collect identifier definitions.
Completed pass 1 (0s): 0 definitions found.
Starting pass 2: Generate reference statistics.
Completed pass 2 (0s):0 references to known identifiers found.
Starting pass 3: Dump database to disk.
Completed pass 3 (0s):Information on 0 identifiers dumped to disk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am setting up lxr-0.3.But, I can not establish it through following error. What does this error mean?
[root@pine 2.2.1]# ../../bin/genxref linux
Can't locate LXR/Common.pm in @INC (@INC contains: lib/ /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /var/www/html/lxr/http/find line 27.
BEGIN failed--compilation aborted at /var/www/html/lxr/http/find line 27.
Starting pass 1: Collect identifier definitions.
Completed pass 1 (0s): 0 definitions found.
Starting pass 2: Generate reference statistics.
Completed pass 2 (0s):0 references to known identifiers found.
Starting pass 3: Dump database to disk.
Completed pass 3 (0s):Information on 0 identifiers dumped to disk.
Do you have Common.pm in a place where Perl can
find it? On my Mandrake 8.2 box, it's in:
/usr/lib/perl5/site_perl/LXR
Best,
Barry