Hello Viki, * viki wrote on Tue, Apr 15, 2008 at 12:02:28PM CEST: > Which utility is used to patch/change the soname recorded inside > the executable for the shared library (Linux) ?
Maybe objcopy can do this. But it should be easier to add the correct soname in the first place when creating the library, no? Cheers, Ralf