AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

AIX 5.3: Why do I need to run unset LIBPATH

  • 1.  AIX 5.3: Why do I need to run unset LIBPATH

    Posted Wed September 26, 2012 03:49 AM

    Originally posted by: phil.v


    Hello,

    I am runing svn commands on AIX. Each time I logon, I need to run "unset LIBPATH" in order to get my svn commands running (svn, svnadmin ...).

    Do I missed someting in my KSH or BASH profile ?
    I see many reference on unset LIBPATH about AIX.

    I also need to create a new entry for inetd. Does inetd would be able to start a svn command without call unset LIBPATH ?

    Thanks for your help.
    #AIX-Forum


  • 2.  Re: AIX 5.3: Why do I need to run unset LIBPATH

    Posted Thu September 27, 2012 05:01 AM

    Originally posted by: flodstrom


    Not 100% sure about AIX5.3, but 6.1 and newer for sure does not set the LIBPATH variable by default.

    It looks like you have it set somewhere in your profile (.profile, etc.)? Also check the system profile /etc/profile, /etc/csh*
    #AIX-Forum


  • 3.  Re: AIX 5.3: Why do I need to run unset LIBPATH

    Posted Thu September 27, 2012 05:40 AM

    Originally posted by: phil.v


    Thanks, I will look at that.
    #AIX-Forum