niqola has asked for the wisdom of the Perl Monks concerning the following question:
I have some problem for installing a module from source. There are two users on the target machine (ubuntu) for the installation. Each user did same instructions as usual:
perl Makefile.PL make make test sudo make install
But for user1, the module is installed in /usr/local/share/perl/5.14.2 and for user2 in /home/user2/perl5/lib/perl5
I don't understand why?
Thank for your help.
|
|---|