Closed namdoan91 closed 11 months ago
this is the trial mongodb 44, hmmmm improvement vs the errors. please waiting for some time and or restarting pfsense you can also try killing the PID and starting unifi
btw which script and PR did you use?
you may want to check out #321
the neweste pfsense use Freebsd14 and have some problem to installl with the original script. the problem is with python 37 and 38 and mongodb.
To solve this problem I used the script from: https://github.com/DirectXMan12/unifi-pfsense/blob/3dcf6016f8c318ea4c4115aabe6395a43fd8e807/install-unifi/install-unifi.sh
but, need change the line 38 from this script... ===================== original script
FREEBSD_PACKAGE_URL="https://pkg.freebsd.org/${ABI}/latest/" =============== new config FREEBSD_PACKAGE_URL="https://pkg.freebsd.org/FreeBSD:14:amd64/latest/"
and line 116 =========== original script base_url=${2:-FREEBSD_PACKAGE_URL}
=================new config base_url=${2:-$FREEBSD_PACKAGE_URL}
So changing the script in your link and you successfully installed UNIFI and is working? No 404 error?
@tong2x I am still getting following error while installing latest beta on pfSense 2.7:
Shared object "libcrypto.so.30" not found, required by "mongod"
related to
something about "libcrypto.so.30" being of different version ang unfortunately not compatible with mondodb in PFsense 2.7
I am using pfSense 2.7, installed Unifi version 7.5.165, and completed the installation. However, when I access the web, it shows an error 'HTTP Status 404 – Not Found".' Is there any way to fix this? I followed the instructions from this link: https://raw.githubusercontent.com/unofficial-unifi/unifi-pfsense/429635cfcd980c11c53d9586f94bd4bf4505b6dc/install-unifi/install-unifi.sh