Re: libcurl: linux C code that runs telnet commands

2011-08-30 Thread Ben Greear
On 08/30/2011 11:06 AM, Zvi Vered wrote: Hello, Using libcurl (under linux 2.6.27.35) I want to run a C code that: 1. open telnet session on a specified IP, port. (The PC with this IP runs telnet server). 2. enter username + password 3. enter commands. Can you send a sample C code that does i

Re: Pre-built libraries for Windows

2011-08-30 Thread Vincent Torri
Dan > http://curl.haxx.se/docs/faq.html#Link_errors_when_building_libcur in that doc, it is said that the import lib with mingw is "libcurldll.a". When I build libcurl myself it is (as usual with mingw and the autotools) "libcurl.dll.a". cheers Vincent Torri --

libcurl: linux C code that runs telnet commands

2011-08-30 Thread Zvi Vered
Hello, Using libcurl (under linux 2.6.27.35) I want to run a C code that: 1. open telnet session on a specified IP, port. (The PC with this IP runs telnet server). 2. enter username + password 3. enter commands. Can you send a sample C code that does it ? Thanks, Zvika. ---

Re: Pre-built libraries for Windows

2011-08-30 Thread Dan Fandrich
On Tue, Aug 30, 2011 at 10:40:23AM -0700, Jonathon wrote: > I used the provided libraries, and I am having a difficult time > linking them. After building my project, and specifying the libraries > in the linker, I am getting unresolved external symbols for: > > __imp__curl_easy_cleanup http://c

Re: Pre-built libraries for Windows

2011-08-30 Thread Jonathon
Hi Vincent, I used the provided libraries, and I am having a difficult time linking them. After building my project, and specifying the libraries in the linker, I am getting unresolved external symbols for: __imp__curl_easy_cleanup __imp__curl_slist_free_all __imp__curl_easy_perform __imp__curl_

Re: Lots of errors when try ro use self built OpenSSL and lincUrl with it

2011-08-30 Thread Gisle Vanem
"Oleksiy" wrote: ..\lib/libeay32.lib(tmp32/asn_mime.obj):(.text[_SMIME_text]+0x6): undefined reference to `_chkstk' ..\lib/libeay32.lib(tmp32/asn_mime.obj):(.text[_SMIME_text]+0xb): undefined reference to `__security_cookie' Because the libeay32.lib was built using MS Visual-C and you

Lots of errors when try ro use self built OpenSSL and lincUrl with it

2011-08-30 Thread Oleksiy
I haven't give up yet on libcurl with OpenSLL! > I built myself OpenSSL statically with the help of INSTALL.W32 and http://stackoverflow.com/questions/197444/building-libcurl-with-ssl-support-on-windows/7231376 > So I receive libeay32.lib and ssleay32.lib. Then I've built l

Re: Pre-built libraries for Windows

2011-08-30 Thread Jonathon
Thanks. Sorry. I only looked at the top of the page =) On Tue, Aug 30, 2011 at 6:43 AM, Vincent Torri wrote: > > > On Tue, Aug 30, 2011 at 3:02 PM, Jonathon wrote: >> >> Hi all, >> >> Does anyone know where I can find pre-built Windows binaries for libCurl? > > there are some in the download pag

Re: Pre-built libraries for Windows

2011-08-30 Thread Vincent Torri
On Tue, Aug 30, 2011 at 3:02 PM, Jonathon wrote: > Hi all, > > Does anyone know where I can find pre-built Windows binaries for libCurl? > there are some in the download page : http://curl.haxx.se/download.html (at the bottom) i also did one, compiled with MinGW, installable with mingw-get

Pre-built libraries for Windows

2011-08-30 Thread Jonathon
Hi all, Does anyone know where I can find pre-built Windows binaries for libCurl? Thanks, J --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html