OPNsense Forum

Archive => 20.1 Legacy Series => Topic started by: jimg on February 04, 2020, 05:15:44 PM

Title: Errors after 20.1 upgrade
Post by: jimg on February 04, 2020, 05:15:44 PM
So far, everything seems to be working, but I get constant errors from mongodb. I've run the health audit and get the following:

"Checking all packages: .......... done
php72-pecl-mongodb is missing a required shared library: libssl.so.9
php72-pecl-mongodb is missing a required shared library: libcrypto.so.9"

Per another thread, I ran "opnsense-update -pf" to attempt to fix it, but there was no change. Looking at the information when I did that update, it was installing libssl.so.8 and libcrypto.so.8, not .9 as noted in the package dependency errors.

Is this something to be concerned about and if so, is there an easy fix?
Title: Re: Errors after 20.1 upgrade
Post by: franco on February 04, 2020, 05:45:57 PM
It's a Sensei issue.


Cheers,
Franco
Title: Re: Errors after 20.1 upgrade
Post by: jimg on February 04, 2020, 08:41:15 PM
Thanks! I wouldn't have guessed, as I'd uninstalled Sensei a while ago. Didn't realize it left behind so much, but now that you pointed me in the right direction, I can see that's precisely what caused it.

Thanks again!