Skip to content

libopal: unfortunate library name #12

Description

@gcasa

The choice for the library name is unfortunate because such library already exists: http://www.opalvoip.org/. I believe it is widespread enough since Ekiga, the GNOME VoIP application, uses it. Both libraries provide $(libdir)/libopal.so, which makes it impossible to coexist on one system in packaged form. There can't be two different libraries with identical binary package names (libopal-dev), either.

Worse, this is not only a packaging issue. A program using GNUstep opal will happily (attempt to) link against the VoIP opal if they're installed on the same system with different prefix, because the VoIP libopal library version is greater.

Please consider renaming at least the LIBRARY_NAME in order to provide a unique SONAME. Trivial patch attached.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions