Closed tahadnan closed 3 days ago
I'm also facing the same issue, how to rectify it?
I wish I knew it, the language is so interesting yet I can't run it.
Just a symbolic link will work after installing libedit
sudo ln -s /lib64/libedit.so.0 /lib64/libedit.so.2
now i can run the repl. but it also show some warning
❯ mojo
warning: (x86_64) /lib64/libm.so.6 No LZMA support found for reading .gnu_debugdata section
warning: (x86_64) /lib64/libdl.so.2 No LZMA support found for reading .gnu_debugdata section
warning: (x86_64) /lib64/librt.so.1 No LZMA support found for reading .gnu_debugdata section
warning: (x86_64) /home/satheeshkumar/Experiment/cgpu/.magic/envs/default/lib/libstdc++.so.6 unsupported DW_FORM value: 0x1e
Welcome to Mojo! 🔥
Expressions are delimited by a blank line.
Type `:quit` to exit the REPL and `:mojo help` for further assistance.
1>
Thanks for it, I recently switched to fedora I don't know of it will help, but didn't try yet. Thanks anyway.
Bug description
While discovering Mojo, I tried to install it and use it, everything went well, until I ran this command:
followed by
mojo
command which returns this errorSteps to reproduce
Installed mojo following the official documentation then ran the following commands
which returns
System information