NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zennit
Feb 24, 2012Aspirant
perl issues on duo
trying to install gitolite on my readynas duo which uses perl but getting Can't locate English.pm
how would I go about adding this to perl?
Do I have to apt-get some modules?
how would I go about adding this to perl?
Do I have to apt-get some modules?
42 Replies
Replies have been turned off for this discussion
- zennitAspirantaha
perl-modules: /usr/share/perl/5.8.8/English.pm - WhoCares_MentorOk, so to make apt-get happy, try to do this:
dpkg -r php5-ldap
apt-get install --reinstall perl-modules
-Stefan - zennitAspirantnas-C7-F3-68:/opt/git# dpkg -r php5-ldap
(Reading database ... 15167 files and directories currently installed.)
Removing php5-ldap ...
Processing triggers for libapache2-mod-php5 ...
Your apache2 configuration is broken, so we're not restarting it for you. - zennitAspirantnas-C7-F3-68:~# apt-get --reinstall perl-modules
E: Invalid operation perl-modules
nas-C7-F3-68:~# apt-get install --reinstall perl-modules
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 78 not upgraded.
Need to get 2310kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] - WhoCares_MentorYeah, was to be expected. Doesn't matter, the function tried to restart apache with the wrong config.
-Stefan - WhoCares_Mentorthe command is:
apt-get install --reinstall perl-modules
-Stefan - zennitAspirantnas-C7-F3-68:~# apt-get install --reinstall perl-modules
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 78 not upgraded.
Need to get 2310kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://www.readynas.com readynas/ perl-modules 5.8.8-7.infrant2 [2310kB]
Fetched 2310kB in 9s (253kB/s)
(Reading database ... 15165 files and directories currently installed.)
Preparing to replace perl-modules 5.8.8-7.infrant2 (using .../perl-modules_5.8.8-7.infrant2_all.deb) ...
Unpacking replacement perl-modules ...
dpkg: perl-modules: warning - conffile `etc/Net' is not a plain file or symlink (= `/etc/Net')
Setting up perl-modules (5.8.8-7.infrant2) ...
dpkg: perl-modules: warning - conffile `/etc/Net' is not a plain file or symlink (= `/etc/Net') - zennitAspirantnas-C7-F3-68:/opt/git# gitolite/src/gl-system-install
"make_path" is not exported by the File::Path module
Can't continue after import errors at gitolite/src/gl-system-install line 5
BEGIN failed--compilation aborted at gitolite/src/gl-system-install line 5. - WhoCares_MentorI hate to repeat myself but that was to be expected, too. "Perl too old error". You can try to update the module using CPAN but I don't give any guarantees this won't break your ReadyNAS.
-Stefan - zennitAspirantsounds scary
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!