Skip to content

Add zeromq compatibility package for libzmq.so.3 #2214

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Aug 31, 2021

No description provided.

The library is used in user Python installation, and the Perl
installation.

    $ sousage.pl libzmq

    # '/usr/lib/libzmq.so.3' dependencies:
    # -------------------------------------------------------------------------------------------------------------------------------
      /var/pkg/perl-5.28.1-0/lib/site_perl/5.28.1/x86_64-linux/auto/ZMQ/LibZMQ3/LibZMQ3.so   N/A
    # 1 hit(s)

So provide a compatibility package.
@pmenzel pmenzel merged commit 199bb95 into master Aug 31, 2021
Copy link
Collaborator

@wwwutz wwwutz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Danke fürs schnelle fixen, aber haben wir nicht genau wegen sowas den .compatlibs folder ?

PATH=/pkg/perl-5.28.1-0/bin:$PATH
if [ -d /pkg/perl-5.28.1-0/.compatlibs ]; then export LD_LIBRARY_PATH=/pkg/perl-5.28.1-0/.compatlibs${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} ; fi

@pmenzel
Copy link
Collaborator Author

pmenzel commented Sep 1, 2021

Da nicht klar ist, ob es weitere lokale Nutzer*inneninstallationen von Python, Perl, … gibt, sodass das Kompatibilitätspaket hier doch sinnvoll ist.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants