Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the mongodb install issues on 2.7.0 #328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 8, 2023

  1. fix the mongodb install issues on 2.7.0

    See also: unofficial-unifi#320 (comment),
    but TL;DR:
    
    - pfSense 2.7.0 forked off from FreeBSD 14.0-pre at some time N
    - FreeBSD 14.0-pre switched to OpenSSL 3.0 in base at some time N+1
    - we pull from `FreeBSD:14:x` "latest" here
    - thus "latest" expects OpenSSL 3.0, but we (pfSense) have a base with
      OpenSSL 1.x
    
    Thus, mongodb from FreeBSD:14:x errors out with missing `libssl.so.30`
    linking errors.
    
    pfsense/FreeBSD-src@b077aed
    says that we're gonna get OpenSSL 3.0 *eventually* in pfSense, but for
    now, we can pull from FreeBSD:13:x if we see that bad combination of
    `(abi, pfSense version)`.
    DirectXMan12 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3dcf601 View commit details
    Browse the repository at this point in the history