John Marino wrote: > No, you got good advice. > Force reinstall everything as suggested. > > The latest version of pkg suffered a regression due to a freebsd patch. > That regression prevented library registration. It was repatched, but > the damage was done. > > basically pkg is supposed to update some libraries and it failed too. By > force upgrading everything, you ensure the packages match. > > John
Hi John, Thanks for chiming in. I removed symbolic links I created and I did complete package reinstall per official documentation https://www.dragonflybsd.org/docs/howtos/HowToDPorts/#index4h1 > pkg prime-list > ~/prime.list > pkg delete -ay > pkg upgrade > pkg clean -y > pkg install `cat ~/prime.list` The libraries are now properly updated and registered. Z2goclient works as expected. Cheers, Predrag
