Unable to install on pfSense 23.01
ilicilho opened this issue · 1 comments
ilicilho commented
When try to install on pfSense Plus 23.01 I see this error: ld-elf.so.1: /usr/local/sbin/pkg: Undefined symbol "__libc_start1@FBSD_1.7"
jaredhendrickson13 commented
There are a couple issues here:
- pfSense Plus is not currently supported. Supported versions are listed here. The package may still install, but it will likely break things for pfSense Plus installations. If you do choose to proceed, I would recommend having a suitable backup on hand.
- The error you are seeing typically occurs when
pkg
is staged for an architecture upgrade on your system (I.e. there's an available pfSense Plus update). You can usepkg-static
instead to use the version ofpkg
that was initially included with your version of pfSense Plus.