Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux libssp.so soname not right #15

Open
linkjam opened this issue Dec 15, 2020 · 2 comments
Open

linux libssp.so soname not right #15

linkjam opened this issue Dec 15, 2020 · 2 comments

Comments

@linkjam
Copy link

linkjam commented Dec 15, 2020

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
Copy link
Author

linkjam commented Dec 15, 2020

Anyone?

@michalkielan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants