Installing 32 bit libcurl.so.4 on Ubuntu
Jacob Carlborg
doob at me.com
Tue Apr 8 23:37:21 PDT 2014
On 09/04/14 05:31, Walter Bright wrote:
> Anyone know how?
>
> sudo apt-get install curl
>
> doesn't do it.
Are you referring to how to install it on a 64bit machine? In that case
you need "gcc-multilib" and "ia32-libs". I'm not 100% sure it's
included, but I think so.
If you're on a 32bit machine you probably need to install a development
package. Perhaps libcurl4-gnutls-dev or libcurl4-openssl-dev.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list