Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Freepascal Daemon with indy GMU libraries
#1
I had a windows service application built on Delphi that I have successfully converted to a linux freepascal Daemon. My plan is to run it on a OEL7 server, no GUI, however the indy components are compiling in GNU dependencies

librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f665d750000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f665d74a000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f665d560000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f665d53e000)


I am using
IdUDPServer
IdTCPServer

Has anyone been able to prevent these dependencies from compiling to executables?
Reply


Messages In This Thread
Freepascal Daemon with indy GMU libraries - by hendo3018 - 01-19-2021, 11:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)