I recently came across a mail exchange where the following
runtime linker error message was observed:
illegal mode: potential multiple path expansion requires RTLD_FIRST
The exchange, and a quick review of the documents, reveal that
some explanation wouldn't go amiss.
The runtime linker, ld.so.1, provides a number of tokens that
can be used within dynamic linking string definitions. These string
definitions can provide filters, dependencies and runpath
information, and are...