firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
717 stars 357 forks source link

Cannot start Firo-Qt on a clean install of Ubuntu 24.04 LTS #1479

Closed dev-warrior777 closed 1 week ago

dev-warrior777 commented 1 week ago

Describe the issue

Cannot start Firo-Qt on a clean install of Ubuntu 24.04 LTS

Local setup

Any extra information that might be useful in the debugging process.

./firo-qt: error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directory

dev-warrior777 commented 1 week ago

This is a clean install of a new Ubuntu 24.04 system with not much on it but Decred works out of the box, as does Monero so just looks like something that would/should work on a dev box. Anyway many thanks for looking at this.

justanwar commented 1 week ago

Have you tried v0.14.13.3? Does it has the same issue? Is this release version or self-compiled?

dev-warrior777 commented 1 week ago

Have you tried v0.14.13.3? Does it has the same issue? Is this release version or self-compiled?

0.14.14.0 release

Just tried on Ubuntu fresh install of Ubuntu 22.04 also.

/home/dev/firo/firo-v0.14.14.0/bin/firo-qt: error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directory

As for firo v0.14.13.x .. unknown as I did not check the libraries already installed before starting that version of firo successfully

dev-warrior777 commented 1 week ago

So on a fresh install this lib seems required

dev-warrior777 commented 1 week ago

It is almost certainly a QT5 issue as the non gui binaries do not require this lib. I was using Nvidia proprietary drivers in both cases

dev-warrior777 commented 1 week ago

$ sudo apt search libxcb-xinerama0
Sorting... Done
Full Text Search... Done
libxcb-xinerama0/jammy 1.14-3ubuntu3 amd64
  X C Binding, xinerama extension

libxcb-xinerama0-dev/jammy 1.14-3ubuntu3 amd64
  X C Binding, xinerama extension, development files
dev-warrior777 commented 1 week ago

I will close this issue as I understand it now & is documented for others

dev-warrior777 commented 1 week ago

closed with thanks