Skip to content

libblis.so.4 not found via bioconda installation #72

@mxwang66

Description

@mxwang66

Happened on gho and p00
Conda install command:

conda create -n mashmap mashmap --channel conda-forge --channel bioconda --strict-channel-priority

Error message:

(mashmap) xw66@p00:~/nextflow$ mashmap -h
mashmap: error while loading shared libraries: libblis.so.4: cannot open shared object file: No such file or directory

A temporary solution:

  1. Compile from source on gho, following INSTALL.txt (no need to install other dependencies).
  2. Add the compiled binary to PATH.
  3. Run mashmap on gho. If run on p00, the error below will be raised:
xw66@p00:~/nextflow$ mashmap -h
mashmap: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory

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