Hi, I'm trying to build a Datasnap Server application using Delphi for Linux as a console application. Running normal console applications on linux is fine but when I try to compile a datasnap application (which i used the wizard) i get an error.
Hi, I'm trying to build a Datasnap Server application using Delphi for Linux as a console application. Running normal console applications on linux is fine but when I try to compile a datasnap application (which i used the wizard) i get an error.
"error cannot find -lcurl"
Would anyone be able to help me with this?
"error cannot find -lcurl"
Would anyone be able to help me with this?
docwiki.embarcadero.com - Linux Application Development - RAD Studio
ReplyDeleteI've installed the Linux SDK and I'm still getting the same error, re imported the SDK into delphi but same error :(
ReplyDeleteIf anyone is having this error with -lcurl then on your linux box on the terminal type this "sudo apt-get install libcurl4-gnutls-dev" install the libcurl then reupdate the local cache, and there you go, Datasnap on linux now works !
ReplyDelete