The shell interpretes a trailing : on PATH as though it were :. LD_LIBRARY_PATH should be interpreted the same way. LD_LIBRARY_PATH=:foo:bar -> .:foo:bar LD_LIBRARY_PATH=foo::bar -> foo:.:bar LD_LIBRARY_PATH=foo:bar: -> foo:bar (should be foo:bar:.)
Change empty path components to '.'.
N/A
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site Map | HelpYour use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.Copyright © 1995-2009 Sun Microsystems, Inc.