Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 4
    but the problem is I am not the administrator, I don't have the authority. Even if I got the permission, I am afraid to do changes to the system, because that is not my computer,it is actually a cluster, many people works on it. By the way, why a new version in other place is risky? I only need to link the software I needed to new lib, not the whole system. Commented Jan 29, 2013 at 14:31
  • 1
    And you feel free to install some random package? The system administration policies are overdue to a serious revision. The library at the strange place could be picked up by random stuff, and ironing out the running of your application only (and possible processes started by it, that don't involve standard programs) could turn out quite a challenge... Commented Jan 29, 2013 at 14:36
  • 1
    @vonbrand - Nonsense, unless we are talking about some high security machine (and not for example some shared developer or testing machine/cluster) in which case you do need to have healthy paranoia about foreign unaudited software. In terms of random breakages, it is quite a different matter to update libc (affecting all the system, possibly causing system breakages) than just installing an isolated application program from trusted sources (I disagree with the notion that Mathematica is random package). Resource exhaustion of course is a valid concern that competent sysadmin should address. Commented Feb 6, 2013 at 4:08
  • @FooF, I've seen too many cases of "Administration knows best, let users do as they want with no support" to have illusions in this area. Commented Feb 6, 2013 at 5:28
  • 1
    @vonbrand - I tend to agree with your last comment. But I strongly disagree that updating libc or installing well known software (not "random package") is somehow comparable (assuming no evil intentions). We know very little about the nature of the environment and its users to voice any definitive opinion here. In software development machines (with many competent users), it could make sense to allow users run their own software. Sometimes it is plain necessity (OpenWRT and OpenEmbedded that target embedded platforms will build from sources some tools needed to build the f/w image). Commented Feb 6, 2013 at 5:53