chromium can not be launched.

can not launch chromium.
pkg install www/chromium www/foreign-cdm
then i build and installed the package for www/linux-widevine-cdm with portmaster , then tried just make install clean
if i try to use rofi to launch chromium - nothing happens, then i try to launch chromium from terminal it complains about libxkbcommon. so ive installed but still.
this is what i get:
chrome
ld-elf.so.1: /usr/local/lib/libxkbcommon.so.0: version V_0.5.0 required by /usr/local/share/chromium/chrome not defined

if i do ln -s libxkbcommon in /usr/local/lib i get 3 variants
libxkbcommon.so@
libxkbcommon.so.0@
libxkbcommon.so.0.0.0*
Fresh install of FreeBSD stable.
 
Your post is a little confused. x11/libxkbcommon is required by a ton of programs, therefore I doubt you needed to install it manually. Moreover, in my case I get:
Code:
┬─[fmc000@tu45b-freebsd:~]─[06:20:54]
╰─>$ strings /usr/local/lib/libxkbcommon.so|grep V_0
V_0.5.0
V_0.6.0
V_0.7.0
V_0.8.0
┬─[fmc000@tu45b-freebsd:~]─[06:21:07]
╰─>$
so the package is not a problem, as according to freshports there's only one version for all the FreeBSD releases.

Finally, I have www/ungoogled-chromium installed on my machine and I don't have /usr/local/share/chromium/chrome, so I cannot help you further.
 
Back
Top