Installing 32 bit libcurl.so.4 on Ubuntu
Jordi Sayol
g.sayol at yahoo.es
Wed Apr 9 00:46:51 PDT 2014
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
More information about the Digitalmars-d-learn
mailing list