unofficial-unifi / unifi-pfsense

A script that installs the UniFi Controller software on pfSense and other FreeBSD systems
BSD 2-Clause "Simplified" License
755 stars 245 forks source link

latest branch of FreeBSD:14:AMD64 causing issues with PFSense 2.7.2 #339

Open rowen4 opened 1 month ago

rowen4 commented 1 month ago

The version of MongoDB in FreeBSD:14:AMD64/latest is built using a newer C++ ABI than is available on PFSense 2.7.2. The script is also pulling in a newer version of libicu which is causing PHP errors.

Solution is to point the script to FreeBSD:14:AMD64/release_0/ instead.