[libssh2] linking statically on AIX

2007-07-23 Thread Michael Augustin
Hi, I compiled libssh2-0.14 (CVS-Snapshot from 2007-03-27) for Linux, AIX and HP-UX, with the configure-flag --enable-static. When I link my programm with cc -o sftptest sftptest.o /home/mica/mylibs/aix52/lib/libssh.a \ /home/mica/mylibs/aix52/lib/libz.a /home/mica/mylibs/aix52/lib/libssl.a \ /h

Re: [libssh2] LoadLibrary function failed

2007-07-23 Thread Mark Wick
Unless m_cCurDir field ends in a / or \, the filename you create will not be what you want, I believe. Mark Petr Hracek wrote: > Hello *, > > I've built DLL library succesfully but when > I load Library with function LoadLibrary > it failed with error 182 > // > // MessageId: ERROR_INVALID_ORDI

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-23 Thread Paul Thomas
So perhaps I should start a new thread about the keyboard-interactive stuff not working? Or has this been fixed over the weekend? Paul On 7/19/07, Guenter Knauf <[EMAIL PROTECTED]> wrote: Hi Paul, > Alright, you should find the ssh account details in your inbox. I'll be > interested to hear yo

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-23 Thread Guenter Knauf
Hi Paul, > So perhaps I should start a new thread about the keyboard-interactive > stuff not working? hmmm, see below (works from apps)... > Or has this been fixed over the weekend? unfortunately no - I was busy on other things. but what I tested is curl (MingW32 build) with your box - and tha

[libssh2] How to get the timestamp on the remote server?

2007-07-23 Thread roberto pulvirenti
Hello, Is it possible to get the timestamp on the remote server though libssh2? Thanks in advance, Roberto ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html-

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-23 Thread Guenter Knauf
Hi Paul, seems at the moment I've link mixup times (also just posted a wrong list to the libcurl list) well, this one should be the right: http://www.gknw.net/mirror/curl/curl-7.16.4-ssh2-ssl-sspi-zlib-bin-w32.zip here are the openssl libs: http://www.gknw.net/development/ossl/win32/openssl_mi

[libssh2] mailing list setup

2007-07-23 Thread Guenter Knauf
Hi all, I'm subscribed to a couple of other mailing lists; and while many other mailing lists reply to the list, this list libssh2-devel@lists.sourceforge.net always replies to the sender; it seems that the Reply-To field is not setup; is this intended, or just an oversight? If the later, can we

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-23 Thread Paul Thomas
MSVC 2005 is my platform of choice because of how amazing of a development environment it is. The debugging features are phenomenal. I have yet to see any IDE free or otherwise match it for ease of use and stability. Plus, its free, so it makes for an even nicer development environment ;p Thats s