Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nigthly bluid guitar_1.2.999_amd64.deb do not work on Ubuntu 24.04 LTS #151

Open
miniwark opened this issue Sep 27, 2024 · 1 comment
Open

Comments

@miniwark
Copy link

Hi !

it is possible to manually install Guitar on Ubuntu 24.04 with the 1.2.999 nightly build with:

dpkg -i guitar_1.2.999_amd64.deb

and then, dpkg alert us than the libqt5xml5 package is also required.

On Ubuntu 24.04, if we try to install libqt5xml5, is libqt5xml5t64 who is installed instead.

--> And therefore Guitar do not start, probably because he is looking for libqt5xml5,instead of libqt5xml5t64.

(i was not lucky with the Appimage build either)

@miniwark miniwark changed the title Nigthly bluid guitar_1.2.999_amd64.deb do not work on Ubuntu 24/04 LTS Nigthly bluid guitar_1.2.999_amd64.deb do not work on Ubuntu 24.04 LTS Sep 27, 2024
@miniwark
Copy link
Author

miniwark commented Oct 16, 2024

Hi !

More infos:

On command line Guitarfail with the following error:

Guitar: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

This is because libssl.so.1.1 seems to not be included anymore in Ubuntu 24.04

There is a workaround by doing a manual download and install of of libssl 1.1:
see https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

--> This workaround work for me, but it may be time to use a more recent library of libssl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant