Jump to content

apache module linux


jahlxx

Recommended Posts

Hi friends.

When I generate / compile / build / deploy a sample apache module project, for win32 and linux platforms, allways generates a dll file, not a .so file.

I build with no errors. And deploy to linux server, and in the scratch directory allways generates a dll, never a .so file.

Someone can help me? This is new for me (linux project),  ans sure I'm forgetting some step. I've followed unigui manual, and reviewed this: https://chapmanworld.com/2016/12/29/configure-delphi-and-redhat-or-ubuntu-for-linux-development/

 

Please, some help.

My dev environment is Delphi 10.3.3, Unigui version 1.90.0.1539, and the linux server is Debian 10.

Thanks.

Link to comment
Share on other sites

Ok.

One more step.

Now a Linux64 folder is generated when compiling, under project folder, not generated before, but I get these error linking:

[DCC Error] E2597 C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lgcc_s
  C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lc
  C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -ldl
  C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lpthread
  C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lm
  C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lz

 

Can't find nothing in google that could help to me.

Someone can help to me please?

Thanks friends.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...