Recent

Author Topic: fppkg doesn't work on macOS 15.4.1  (Read 723 times)

anta40

  • New Member
  • *
  • Posts: 28
fppkg doesn't work on macOS 15.4.1
« on: May 03, 2025, 06:11:42 pm »
I'm on Macbook M2, running macOS 15.4.1 with the latest FPC installed via homebrew.
Seems there's an issue with fppkg

Code: [Select]
$ fppkg list
Warning: Could not initialize OpenSSL library
Name                 Installed      Available

BTW, I already had OpenSSL3 installed also via Homebrew, and also had this in my .zshrc
Code: [Select]
export PATH=$PATH:$(brew --prefix openssl@3)/bin
export DYLD_LIBRARY_PATH=$(brew --prefix openssl@3)/lib:$DYLD_LIBRARY_PATH

dbannon

  • Hero Member
  • *****
  • Posts: 3374
    • tomboy-ng, a rewrite of the classic Tomboy
Re: fppkg doesn't work on macOS 15.4.1
« Reply #1 on: May 05, 2025, 10:06:45 am »
... with the latest FPC installed via homebrew.

By the "latest" FPC do you mean the latest release, fpc3.2.2 or the beta test 3.2.4 or main/trunk ?

3.2.2 has problems with any current OpenSSL on Linux, maybe on MacOS too ?

Davo

Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

anta40

  • New Member
  • *
  • Posts: 28
Re: fppkg doesn't work on macOS 15.4.1
« Reply #2 on: May 07, 2025, 05:52:20 pm »
Latest stable, which is 3.2.2

 

TinyPortal © 2005-2018