Installing 32 bit libcurl.so.4 on Ubuntu

Jordi Sayol g.sayol at yahoo.es
Wed Apr 9 00:29:26 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


Regards,
-- 
Jordi Sayol


More information about the Digitalmars-d-learn mailing list