mojo icon indicating copy to clipboard operation
mojo copied to clipboard

no version information available (required by modular)

Open wswsmao opened this issue 11 months ago • 4 comments

Hi, I want to install Mojo SDK in distro. I get a error report:

modular install mojo
modular: /lib64/libtinfo.so.6: no version information available (required by modular)
modular: error: please run `modular auth` before attempting to install or update a package

# I can find this so in our repo
dnf prov "*libtinfo.so.6*"
ncurses-libs-6.4-2.ocs23.x86_64 : Ncurses libraries
Repo        : BaseOS
Matched from:
Provide    : libtinfo.so.6()(64bit)

ncurses-libs-6.4-3.ocs23.x86_64 : Ncurses libraries
Repo        : @System
Matched from:
Provide    : libtinfo.so.6()(64bit)

ncurses-libs-6.4-3.ocs23.x86_64 : Ncurses libraries
Repo        : BaseOS
Matched from:
Provide    : libtinfo.so.6()(64bit)

# this so has been installed
ll /lib64/libtinfo.so.6
lrwxrwxrwx. 1 root root 15 Sep 19 21:18 /lib64/libtinfo.so.6 -> libtinfo.so.6.4

rpm -qf /lib64/libtinfo.so.6
ncurses-libs-6.4-3.ocs23.x86_64

wswsmao avatar Mar 04 '24 12:03 wswsmao