RH342 Typo in Ch8

Latest response

I'm using the online course version of RH342 ( rh342-7.2-1.r41115 ).

The chapter "Troubleshooting Application Issues", section "Resolving library dependencies", subsection "Linking against shared libraries" has a typo:

It reads:
"This field is set when the shared library is created with the -soname option to the ln linker. "

It should say:
"This field is set when the shared library is created with the -soname option to the ld linker. "

i.e. "ld" linker not "ln" linker.

Responses