Chrome Browser Problems

Post your general questions or comments about GhostBSD here!
Post Reply
USNCPOSharky
Posts: 15
Joined: Wed Jun 30, 2021 7:51 am

Chrome Browser Problems

Post by USNCPOSharky »

I did a recent system update for Ghost and now the Chrome Browser is giving me fits.

[127]> chrome
ld-elf.so.1: Shared object "libgbm.so.1" not found, required by "chrome"


I looked up information on "libgbm.so.1" and found out that it is part of the mesa-libs package.
https://freebsd.pkgs.org/13/freebsd-amd ... 1.txz.html

I checked to see if I had the mesa-libs package installed and I do.

Anyone have any ideas ?
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: Chrome Browser Problems

Post by ericbsd »

I did look at my system Chromium works fine.

Code: Select all

> sudo find /usr/local -name libgbm.so.1
/usr/local/lib/libgbm.so.1
> pkg which /usr/local/lib/libgbm.so.1
/usr/local/lib/libgbm.so.1 was installed by package mesa-libs-20.2.3_1
Try to force install mesa-libs. It will most likely fix the issue.

Code: Select all

> sudo pkg install -f mesa-libs
USNCPOSharky
Posts: 15
Joined: Wed Jun 30, 2021 7:51 am

Re: Chrome Browser Problems

Post by USNCPOSharky »

That did it good sir!
I should have done a manual check to see if the file was on the system like you suggested.
Strangely the file was absent, but forcing the installation of the mesa-libs did the trick!
Thank you kindly!
Post Reply