utku has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I have looked at internet but could not any info. Therefore I have to ask this stupid question:
I have installed Unicode::Map for Perl 5.8.5 as follows:
I see then Unicode modules have been installed into:perl Makefile.PL PREFIX=/home make make install
/home/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/Unico +de /home/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Unicode
Now in this case when I run,
#!/usr/bin/perl -w use lib ("/home/lib/perl5/site_perl/5.8.5"); use Unicode::Map; print "RUNS\n";
I get
Can't locate Unicode/Map.pm in @INC (@INC contains: /home/lib/perl5/site_perl/5.8.5 /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.4/x86_64-linux-thread-multi...Since all module I install go to /home/lib/perl5/site_perl/5.8.5, I thought it must be enough to use this directory and Perl is fairly intelligent to get Unicode directory. Now my questions:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unicode::Map cannot be loaded
by graff (Chancellor) on Sep 27, 2008 at 16:15 UTC | |
|
Re: Unicode::Map cannot be loaded
by graff (Chancellor) on Sep 28, 2008 at 17:52 UTC |