in reply to Re^3: "Installed" Perl 5.34 , sort of
in thread "Installed" Perl 5.34 , sort of
As far as the //, likely there is an ENV path somewhere ending in /, and the make somewhere , blindly added /more_dirs, I suspect.
I rebuilt everything today as root (for make install) with no errors, I got the OK at each step. Then I use CPAN to add some modules, but oddly, now I'm having to go in and chmod a bunch of the pm's because the privs are wrong- like dozens, maybe hundreds:I've been building perl since like 1995 and NEVER had these issues. I just performed the cpan instructions of configure, make, make test and make install, nothing special, on a Rocky Linux box. I guess maybe the Rocky part is somehow messing things up?[root@newnode Socket]# ls -l total 20 -r--r--r-- 1 root root 12778 Nov 2 2021 INET.pm -r--r--r-- 1 root root 3971 Nov 2 2021 UNIX.pm [root@newnode Socket]# chmod 755 *pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: "Installed" Perl 5.34 , sort of
by hippo (Archbishop) on May 20, 2022 at 15:16 UTC | |
|
Re^5: "Installed" Perl 5.34 , sort of
by kcott (Archbishop) on May 21, 2022 at 05:16 UTC |