need general help with setting paths & man paths for apps

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: need general help with setting paths & man paths for apps

    On Thu, 10 Jul 2003, solaris newbie wrote:
    > Hello, basically what I know so far (which is limited ) is that I put in the
    > path to installed apps in my path through editing the /etc/default/login
    > script.
    That is one way, but a (perhaps) beter way would be to modify
    PATH in individual user's .profile.
    > also when i installed gcc I added the installed app to my path, but after
    > compiling there was a share folder and a man folder, I take it the man
    They're not folders, they're directories.
    > folder consists of the man pages so how do I add them to my path as in the
    > man path also when installing apps I noticed some references to enviroment
    The MANPATH environment variable tells the man command where
    to search for man pages.
    > variables such as LD_LIBRARY_PATH.... How do I set these variables to there
    > corresponding applications (permanantly).
    You'll need to recompile those broken apps using the -R flag.
    Using LD_RUN_PATH is not recommended practise, unless you have
    no other alternative.
    > Any advice on the enviroment variables or paths and what they link to and
    > when(e.g I have been putting the .bin directorys in my path in mt
    > /etc/default/login script) whould be appreciated.
    As a rule, I wouldn't touch the system supplied defaults.
    Instead, put them in individual user's .profile or .kshrc
    (or other file depending on what shell they use).

    --
    Rich Teer, SCNA, SCSA

    President,
    Rite Online Inc.

    Voice: +1 (250) 979-1638
    URL: [url]http://www.rite-online.net[/url]

    Rich Teer Guest

  2. Similar Questions and Discussions

    1. General Performance For Larger-Scale Flex/AIR Apps?
      Have done a couple small Flex apps (applets, I'd call 'em) for clients. Nothing too serious. Just started a mid-size app for a client which I'll be...
    2. Manually setting custom tag paths
      So the Java applet to add custom tag paths keep freezing on me in the administrator page. I've tried it under Camino and Firefox in Mac and IE and...
    3. How do I do this... re-paths
      I am sure that this is a simple task, and hopefully I can give an uncomplicated description of what I am trying to do. I have a complex rectangular...
    4. Bringing paths into Photoshop from AI as PATHS
      What happened to bringing paths into Photoshop from Illustrator as PATHS? Used to be able to copy paths into Photoshop from AI 8 as a path. Can this...
    5. Help with paths
      I have been using SSI would like to start using php From what I have seen php does not support absolute paths like SSI eg <!--#include...
  3. #2

    Default need general help with setting paths & man paths for apps

    Hello, basically what I know so far (which is limited ) is that I put in the
    path to installed apps in my path through editing the /etc/default/login
    script.

    also when i installed gcc I added the installed app to my path, but after
    compiling there was a share folder and a man folder, I take it the man
    folder consists of the man pages so how do I add them to my path as in the
    man path also when installing apps I noticed some references to enviroment
    variables such as LD_LIBRARY_PATH.... How do I set these variables to there
    corresponding applications (permanantly).

    Any advice on the enviroment variables or paths and what they link to and
    when(e.g I have been putting the .bin directorys in my path in mt
    /etc/default/login script) whould be appreciated.

    regards
    David



    solaris newbie Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139