Skip to content

Library sonames no longer contain patch version (5.5. vs. 5.5.0) #1408

@birdie-github

Description

@birdie-github
./configure --prefix=/opt/audacious --disable-gtk --enable-qt5
Configuration:

  Install path:                           /opt/audacious

  D-Bus support:                          yes
  GTK support:                            no
  Qt support:                             yes
  libarchive support:                     no
  Valgrind analysis support:              no

make
make DESTDIR=/tmp/audacious install

Produces this:

ls -la /tmp/audacious/opt/audacious/lib
total 536
drwxr-xr-x. 3 root root    180 Jun 14 06:55 .
drwxr-xr-x. 6 root root    120 Jun 14 06:55 ..
lrwxrwxrwx. 1 root root     18 Jun 14 06:55 libaudcore.so -> libaudcore.so.5.5.
lrwxrwxrwx. 1 root root     18 Jun 14 06:55 libaudcore.so.5 -> libaudcore.so.5.5.
-rwxr-xr-x. 1 root root 476576 Jun 14 06:54 libaudcore.so.5.5.
lrwxrwxrwx. 1 root root     17 Jun 14 06:55 libaudtag.so -> libaudtag.so.3.0.
lrwxrwxrwx. 1 root root     17 Jun 14 06:55 libaudtag.so.3 -> libaudtag.so.3.0.
-rwxr-xr-x. 1 root root  67648 Jun 14 06:54 libaudtag.so.3.0.
drwxr-xr-x. 2 root root     60 Jun 14 06:55 pkgconfig

What's libaudcore.so.5.5. and libaudtag.so.3.0.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions