SalamLang / Salam

Salam Language: The inaugural coding language for Persian and Arabic speakers, inspired by the word salam meaning peace. With a user-friendly approach, it provides an accessible coding experience, promoting collaboration and simplicity for local developers.
https://www.salamlang.ir
GNU General Public License v3.0
8 stars 6 forks source link

error while loading shared libraries #241

Open BDadmehr0 opened 1 week ago

BDadmehr0 commented 1 week ago

I make the program executable and run it, but I encounter the following error:

➜  Downloads file salam-linux; chmod +x salam-linux               
salam-linux: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dd892c221cd037eb551bd593d31cb6ca1d7c32f4, for GNU/Linux 3.2.0, with debug_info, not stripped
➜  Downloads ./salam-linux       
./salam-linux: error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory

Expected behavior The program's output must be like the output of README.md.

$ ./salam
Welcome to Salam Programming Language!
Salam is the first Persian/Iranian computer scripting language.

Usage:
./salam <filename>                      # Execute a Salam script
./salam code <content> <output_dir>     # Compile and run Salam code

./salam lint <filename> <output_dir>    # Lint a Salam script
./salam lint code <content>             # Lint Salam code

./salam version                         # Print the version of Salam

./salam update                          # Update Salam to the latest version

Feel free to explore and create using Salam!
For more information, visit: https://salamlang.ir

Desktop (please complete the following information):

github-actions[bot] commented 1 week ago

Thank you for your interest in Salam language! We appreciate you opening your first issue. Contributions like yours help make Salam language better.