Hi,
I've recently installed vim (8.1.0342) by pkg install vim on FreeBsd 12.0-BETA4 on virtualbox,
when running vim
I got: ld-elf.so.1: Shared object "libpango-1.0.so.0" not found, required by vim.
First of all: 12 isn't officially released yet and even in beta's can you come across bugs. As far as I know RC1 has been released in the mean time, so you might want to consider an upgrade.
Second: Did you install all your software using pkg or did you also install some stuff manually using the ports collection? Because that would explain a few things.
Alas: # pkg check --dependencies vim, that should tell you some more. You can also try using ldd `which vim` to check what libraries it depends on.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.