Description
Missing binary on Ubuntu 26/Ubuntu 20/Docker.
To Reproduce
Steps to reproduce the behavior in a bash shell:
- Download latest release utbot-release_2024.3.0.zip on Ubuntu 26.04 LTS or Ubuntu 20 LTS or in a docker container (tested with utbot-release-2022.12.0.zip)
- Unzipping the folder
- Executing
unpack_and_run_utbot.sh
- Execute the command
sudo chmod +x /home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot
- Execute the command
/home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot generate --project-path "<path-to-project>" project
- The following error occurs:
/home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot: error while loading shared libraries: libz3.so.4.8: cannot open shared object file: No such file or directory
Expected behavior
The cli interface of 'utbot' could be used in a bash shell
Actual behavior
The error above occurs.
Environment
Tested on Ubuntu 26.04 LTS, Ubuntu 20 LTS and in a Docker container
Description
Missing binary on Ubuntu 26/Ubuntu 20/Docker.
To Reproduce
Steps to reproduce the behavior in a bash shell:
unpack_and_run_utbot.shsudo chmod +x /home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot/home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot generate --project-path "<path-to-project>" project/home/user/Downloads/utbot-release-2024.3.0/utbot_distr/server-install/utbot: error while loading shared libraries: libz3.so.4.8: cannot open shared object file: No such file or directoryExpected behavior
The cli interface of 'utbot' could be used in a bash shell
Actual behavior
The error above occurs.
Environment
Tested on Ubuntu 26.04 LTS, Ubuntu 20 LTS and in a Docker container