Solved Upgrade to 12.0-BETA2 "OPENSSL_1_1_0" error

What did I do wrong this time? I upgraded 12.0-BETA2. Upon reboot I have no GUI and xrdp did not seem to start .

startkde file /root/.serverauth.25884 does not exist :

startx ld-elf.so.1: usr/local/lib/libcrypto.so.9 :versio OPENSSL_1_1_0 required by /user/local/bin/X not defiend

I ran the upgrade then :
pkg update -r did it's thing
pkg upgrade did a bunch of things
reboot
freebsd-update install
reboot
No GUI

I read about the pkg being broken on another thread, but mine works. (It seemed similar)
If you need more info let me know what you may need.
At least my bhyve is still up and running at least.
Thanks
 
Use pkg upgrade -f to reinstall everything. There have been some OpenSSL changes between BETA1 and BETA2 that's causing this. Simply reinstalling everything is the quickest and easiest way to correct it.
 
Back
Top