El 09/04/14 05:31, Walter Bright ha escrit:
> Anyone know how?
> 
>     sudo apt-get install curl
> 
> doesn't do it.
> 

curl runtime library:

        sudo apt-get install libcurl3


curl development library:

        sudo apt-get install libcurl4-openssl-dev


32-bit libcurl4-openssl-dev on 64-bit system:

        sudo apt-get install libcurl3:i386


"libcurl4-openssl-dev" 32-bit is not installable on 64-bit system due to 
dependencies.


Regards,
-- 
Jordi Sayol

Reply via email to