danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.23k stars 353 forks source link

Error when compile to Linux #709

Closed fabriciohausman closed 10 months ago

fabriciohausman commented 10 months ago

Hi, i'm trying compile MVC Framework to Linux Target but doesn't work. This message was showed by Dephi compiler: "[DCC Error] E2597 C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\ld-linux.exe: error: cannot find -lcurl" I'm using Delphi 10.3 and the Linux SDK is Ubuntu 20.04. This error occurrs when I try compile the Logger Package. Somebody help me?

isysoftware commented 10 months ago

Which version of RadStudio are you using?

fabriciohausman commented 10 months ago

10.3 update 3

fabriciohausman commented 10 months ago

Architect

fastbike commented 10 months ago

What searches have you done ? e.g. https://www.google.com/search?q=lcurl returns loads of similar errors

fabriciohausman commented 10 months ago

Thank's, It worked!