Compiling Plots in Termux -> Error

Hello,

I am writing Julia on an android/termux device and using Plots gives some kind of compiling error:

julia> using Plots
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
ERROR: LoadError: LoadError: UndefVarError: libcurl not defined
in expression starting at /data/data/com.termux/files/home/.julia/packages/Downloads/hWoyE/src/Curl/Curl.jl:45
in expression starting at /data/data/com.termux/files/home/.julia/packages/Downloads/hWoyE/src/Downloads.jl:20
ERROR: LoadError: Failed to precompile Downloads [f43a241f-c20a-4ad4-852c-f6b1247861c6] to /data/data/com.termux/files/home/.julia/compiled/v1.5/Downloads/eiA4B_SSS1j.ji.
in expression starting at /data/data/com.termux/files/home/.julia/packages/Plots/T6yvp/src/Plots.jl:34
ERROR: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to /data/data/com.termux/files/home/.julia/compiled/v1.5/Plots/ld3vC_SSS1j.ji.

Anybody can help with Plots ?