Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDF don't work with Delphi 12.1 #3

Open
EUConsulting opened this issue Sep 28, 2024 · 3 comments
Open

UDF don't work with Delphi 12.1 #3

EUConsulting opened this issue Sep 28, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@EUConsulting
Copy link

The container generated by the image on interbase git installs version 18 of Linux and Interbase 2020 update 4
To use UDFs developed with Delphi 12.1 you need glibc_2.34 which is not available in version 18 but included in version 22.04
I updated the container's Linux version to 22.04 and verified that this update is actually necessary and now my UDFs work.
However, I cannot know if this operation on my part is correct as I received some errors in installing the update to Linux 22.04
It would be more appropriate for you to update and provide those who paid the license with a correct image of both Linux and Interbase which is at version update 6 and not 4

ec3f61f7759b (Server) Thu Sep 19 10:41:52 2024
dlopen() failed for library file /opt/interbase/UDF/EuConsulting.so. dlerror: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/interbase/UDF/EuConsulting.so)

@EUConsulting EUConsulting changed the title UDF udf don't work with Delphi 12.1 UDF don't work with Delphi 12.1 Sep 28, 2024
@lmbelo
Copy link
Member

lmbelo commented Sep 28, 2024

@EUConsulting thank you very much for reporting this problem. We are working on an update of the InterBase Docker image and I will definitely make sure this problem won’t happen in the new version. By the way, we are evaluating Ubuntu Jammy (22.04) which will probably base the new image.

@lmbelo lmbelo self-assigned this Sep 28, 2024
@lmbelo lmbelo added the bug Something isn't working label Sep 28, 2024
@EUConsulting
Copy link
Author

EUConsulting commented Sep 29, 2024

Hi
we are producing with IB 2020-06 on ubuntu 22.04 in a very heavy way.
if we find other situations it will be a pleasure to inform you

we are converting 2 important multi-tier "legacy" software for an Italian government agency from datasnap/dbexpress to datasnap/https/firedac with the aim of managing app servers and databases in the cloud
we have not found much documentation about it
if you have any useful information and want to provide it to us we will be very grateful
Raffaele Barone
Ciao

@lmbelo
Copy link
Member

lmbelo commented Sep 29, 2024

Thank you very much Raffaele
Ciao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants