Which utility is used to patch/change the soname recorded
inside
the executable for the shared library (Linux) ?
Thanks
Viki
Re: patch the soname inside the
executable
2008-04-15 12:57:12
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