cat /etc/os-release
NAME="GhostBSD"
VERSION="24.07.1"
VERSION_ID="24.07.1"
ID="ghostbsd"
ANSI_COLOR="0;31"
PRETTY_NAME="GhostBSD 24.07.1"
CPE_NAME=cpe:/o:ghostbsd:ghostbsd:24.07.1
HOME_URL=https://GhostBSD.org/
BUG_REPORT_URL=ghostbsd/ghostbsd-srcissues/new/choose
CODENAME="ISO-Rolling"
When I use fetchmail:
an 09 11:24:50 fetchmail: Loaded OpenSSL library 0x300000e0 older than headers 0x300000f0, refusing to work.
truss says
open("/usr/local/lib/libssl.so.30",O_RDONLY|O_CLOEXEC|O_VERIFY,00) ERR#2 'No such file or directory'
open("/lib/libssl.so.30",O_RDONLY|O_CLOEXEC|O_VERIFY,00) ERR#2 'No such file or directory'
open("/usr/lib/libssl.so.30",O_RDONLY|O_CLOEXEC|O_VERIFY,00) = 3 (0x3)
So /usr/lib/libssl.so.30 needs to be updated, or /usr/local/lib/libssl.so.30 is installed. I pkg installed openssl, openssl3? but none provides /usr/local/lib/libssl.so.30.
I also tried to compile fetchmail in ports tree but "cc" doesn't exist. Sorry to ask but how do I install cc? sudo pkg install -g 'GhostBSD*-dev' didn't do the trick.