in reply to DBD::Oracle installs under root only
This is because you have set up your root user environment to install Perl modules only for that user:
PERL5LIB="/root/perl5/lib/perl5:" PERL_LOCAL_LIB_ROOT=":/root/perl5" PERL_MB_OPT="--install_base /root/perl5" PERL_MM_OPT="INSTALL_BASE=/root/perl5"
Remove these settings and root will install modules for all users.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::Oracle installs under root only
by ojha (Initiate) on Oct 16, 2018 at 12:23 UTC | |
by Corion (Patriarch) on Oct 16, 2018 at 12:26 UTC | |
by Sinistral (Monsignor) on Oct 16, 2018 at 19:00 UTC | |
by ojha (Initiate) on Oct 20, 2018 at 03:56 UTC |