AIX

AIX

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

 View Only
  • 1.  Alternative of ldconfig in AIX

    Posted Thu January 27, 2011 03:05 AM

    Originally posted by: yartik


    What is the alternative of ldconfig in AIX ?
    How can I rebuild dymanic links in AIX ?


  • 2.  Re: Alternative of ldconfig in AIX

    Posted Mon January 31, 2011 01:03 PM

    Originally posted by: flodstrom


    No need for ldconfig in UNIX!

    I guess the closest thing to something like ldconfig in AIX is the LIBPATH variable, but that is normally not used.


  • 3.  Re: Alternative of ldconfig in AIX

    Posted Tue February 01, 2011 08:52 AM

    Originally posted by: Pharthiphan


    You can use the LIBPATH environment variable

    To include a search path in an executable, you can invoke the linker with -L /my/shared/libs