Re: Installing 32 bit libcurl.so.4 on Ubuntu

2016-02-14 Thread hanifnoor via Digitalmars-d-learn
I'm not 100% sure it's included, but I think so. __ NOOR

Re: Installing 32 bit libcurl.so.4 on Ubuntu

2014-04-09 Thread Jordi Sayol
El 09/04/14 09:46, Jordi Sayol ha escrit: [...] > 32-bit libcurl4-openssl-dev on 64-bit system: > > sudo apt-get install libcurl3:i386 [...] typo, it should be: 32-bit libcurl3 library on 64-bit system: sudo apt-get install libcurl3:i386 -- Jordi Sayol

Re: Installing 32 bit libcurl.so.4 on Ubuntu

2014-04-09 Thread Jordi Sayol
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-b

Re: Installing 32 bit libcurl.so.4 on Ubuntu

2014-04-09 Thread Jordi Sayol
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

Re: Installing 32 bit libcurl.so.4 on Ubuntu

2014-04-08 Thread Jacob Carlborg
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 mac

Installing 32 bit libcurl.so.4 on Ubuntu

2014-04-08 Thread Walter Bright
Anyone know how? sudo apt-get install curl doesn't do it.