Embarcadero / paserver-docker

Docker script for RAD Studio Linux deployment via PAServer
https://hub.docker.com/r/radstudio/pa-radserver
Other
34 stars 13 forks source link

Exception EIdOSSLCouldNotLoadSSLLibrary 'Could not load SSL library.' #15

Closed GitUserMarkus closed 1 month ago

GitUserMarkus commented 6 months ago

Running a Linux64 Datasnap server compiled with Delphi 12 within this docker causes the before mentioned exception. Indy 10 as included in Delphi 12 seems to need package libcurl-openssl1.0-dev (or any other package that brings lib-opnessl1.0-dev) which I found no obvious way of how to install it within ubuntu:jammy.

Furthermore zlib1g-dev needs to be added to the imported packages.

lmbelo commented 6 months ago

@GitUserMarkus many of the Linux requirements seem to be missing. Please, refer to the following link to update your Dockerfile while we fix it:

https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Linux_Application_Development

lmbelo commented 1 month ago

@GitUserMarkus we have the missing libraries added to the new image and everything should work fine now.

You can reopen this issue if you face the same problem again.