login about faq

Some of the binaries have the path /opt/csw/lib/SALIST in RPATH. Sometimes it is RIGIN. Is that a problem?

asked Mar 26 '12 at 09:09

automaciej's gravatar image

automaciej ♦♦
96252936


All components from RPATH are searched for libraries in the order they are specified. Non-existing pathes like the above mentioned simply lead to libraries not found there and when there is at least one correct path for the library it won't hurt.

The above mentioned pathes are generated as a result of shell expansion of /opt/csw/lib/$ISALIST and /opt/csw/lib/$ORIGIN where the $ is evaluated to mean single-chararacter variable names. Please file bugs if you encounter one as these are artifacts of an intermediate (now legacy) build.

link
This answer is marked "community wiki".

answered Mar 26 '12 at 22:42

Dagobert's gravatar image

Dagobert ♦♦
151367

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1
×1

Asked: Mar 26 '12 at 09:09

Seen: 472 times

Last updated: Apr 13 '12 at 09:34

Related questions

powered by OSQA