Skip to content

Commit bf0d1b9

Browse files
authored
Mention --set-soname in README
Changing shared library SONAME is not a usual task and patchelf may be the only utility that can do it. As README does not mention this feature at all, one can easily miss it when searching for a suitable tool.
1 parent 29c085f commit bf0d1b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ libraries. In particular, it can do the following:
4747

4848
This option can be give multiple times.
4949

50+
* Change SONAME of a dynamic library:
51+
52+
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
53+
5054

5155
INSTALLING
5256

0 commit comments

Comments
 (0)