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

Version number missing in SONAME (libentityx.so) #65

Closed
jpleau opened this issue Nov 30, 2014 · 0 comments
Closed

Version number missing in SONAME (libentityx.so) #65

jpleau opened this issue Nov 30, 2014 · 0 comments
Assignees

Comments

@jpleau
Copy link
Contributor

jpleau commented Nov 30, 2014

Hello !

jason@buildvm:~/entityx/entityx/build$ readelf -d libentityx.so  | grep SONAME
 0x000000000000000e (SONAME)             Library soname: [libentityx.so]

The SONAME is libentityx.so, without version numbers.

An example (SONAME doesn't have to be 1, it could be 0, but from what I see 1.0 is incompatible with 0.x)

  • libentityx.so.1 could symlink to libentityx.so.1.0.1 (current release)
  • libentityx.so could symlink to libentityx.so.1

The SONAME would be libentityx.so.1

Does that make sense ? It would surely help distributions packagers since being able to install multiple versions of a library is something people sometimes want/need (ie: SDL/SDL2)

Thanks !

@alecthomas alecthomas self-assigned this Dec 1, 2014
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