Skip to content

libtinfo.so.6: no version information available (required by bash) #39

@nim-hrkn

Description

@nim-hrkn

This isn't an error, but the warning message

libtinfo.so.6: no version information available (required by bash)

is shown when $CONDA_PREFIX/lib is defined as

export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH

In my case, libtinfo.so.6 is in /usr/lib/x86_64-linux-gnu/. So, if /usr/lib/x86_64-linux-gnu/ is placed before $CONDA_PREFIX/lib, the warning message doesn't appear.
Ref.
rstudio/rstudio#8278

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions