Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • FPC Source FPC Source
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,357
    • Issues 1,357
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FPC
  • FPCFPC
  • FPC SourceFPC Source
  • Issues
  • #36484
Closed
Open
Issue created Dec 27, 2019 by FPC Admin account@fpc_adminOwner

MacOS: OpenSSL goes for unversioned .dylib before versioned

Original Reporter info from Mantis: scribly
  • Reporter name: Eric Heijnen

Description:

When trying to load the unversion libcrypto.dylib or libssl.dylib MacOS will terminate the application with the error :
"Invalid dylib load. Clients should not load the unversioned libssl dylib as it does not have a stable ABI."

Steps to reproduce:

use fphttpclient and get an https url , or just do a do a dlopen('libssl.dylib')

Additional information:

You can prevent the application termination by loading a version specific dylib, like "libssl.0.9.8.dylib"

This code before using the openssl library fixes it as well:
openssl.DLLVersions[1]:=openssl.DLLVersions[2];

Mantis conversion info:

  • Mantis ID: 36484
  • OS: MacOS Catalina
  • OS Build: 10.15.1
  • Build: Trunk
  • Platform: x86_64
  • Version: 3.3.1
  • Fixed in version: 3.3.1
  • Fixed in revision: 43798 (#0485f59c)
  • Monitored by: » @trevoz (Trevor Roydhouse)
  • Target version: 3.2.0
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking