imaginevision / libssp

MIT License
21 stars 10 forks source link

linux libssp.so soname not right #15

Open linkjam opened 3 years ago

linkjam commented 3 years ago

libssp.so soname not right,the real soname is: image

and it result in so not found error,when complie and link example application.

image

linkjam commented 3 years ago

Anyone?

michalkielan commented 1 year ago
$ cd lib/linux_x64/
$ patchelf --set-soname libssp.so libssp.so
$ readelf -d libssp.so | grep soname
 0x000000000000000e (SONAME)             Library soname: [libssp.so]