On Tue, Jan 07, 2014 at 09:43:27AM +0700, Dung Nguyen wrote: > ok, i was trying build curl + ssl > at first i download curl src, open ssl src, put all in desktop > curl > curl/opt/openssl > > i install openssl > ./config > sudo make > sudo make install > > trying to configure curl > ./configure [...] > okay but i found ssl support = no > > so i read from here : http://curl.haxx.se/docs/install.html > and trying with > ./configure --with-ssl
You'll likely have better luck using the PKG_CONFIG_PATH method mentioned just after that section, or specifying the install location to the --with-ssl option. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
