deffinately got a thought.. it's called CPAN - a cli utility that let's you log into it- and install remove, whathaveyou- modules etc.
it's like having a fluffer- or your own automechanic if you're a race car driver.
i know, it doesn't address your error specifically. But.. maybe the install is doign something funny? maybe using cpan will let you install, if not.. then yours is perhaps not a perl problem?
put some energy into getting cpan to work on the shell- who knows.. it might already be on your box! do a locate cpan or just try cpan on your box, then do install themoduleyouwant and hit enter.
deffinately got a thought.. it's called CPAN - a cli utility that let's you log into it- and install remove, whathaveyou- modules etc.
Good general purpose suggestion, but it shouldn't make a difference with the OP's problem, which appears not be strictly a Perl one. Indeed if by any chance using CPAN.pm as opposed to installing manually did make a difference, it would be interesting to know why, and that could give a clue as to what's wrong...
Not really a Perl issue, I'd guess your /usr partition is mounted as read-only. The following for Linux (there are differences if you're using a different *NIX): Check /etc/mtab, that will give you the currently mounted partitions with mount options, check whether your /usr is mounted rw or ro. If it's ro and you're sure that there isn't a very good reason why this is the case (I mean sure here btw, like in absolutely SURE), you can issue
mount -oremount,rw /usrThat should fix your problem.
who's the sysadmin?
some sysadmins of various un*x's only mount /var and /home as rw filesystems, and others that they don't want changed ro, so that at the very least a conscientious decision needs to be made before temporarily remounting a partition rw...
$/ = q#(\w)# ; sub sig { print scalar reverse join ' ', @_ } sig
map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu" );
perlmonks.org content © perlmonks.org and blazar, bobdole, chargrill, holli, leocharre, tirwhan
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03