Hi Daniel,

Nice work!  I always admire your dedication.

I tried to install libssh2-1.1 on an AIX 5.3 server and got an error:
configure: error: cannot find OpenSSL or Libgcrypt,
try --with-libssl-prefix=PATH or --with-libgcrypt-prefix=PATH
I tried "configure --with-libssl-prefix=/opt/freeware" but got same error.

Openssl was installed on this server:
# rpm -qa |grep openssl
openssl-0.9.7g-1

What was I missing?  Appreciate your help.

Dong


On Thu, Apr 2, 2009 at 5:18 AM, Daniel Stenberg <dan...@haxx.se> wrote:

> Hi friends,
>
> I'm happy to announce that I've just now packaged and uploaded libssh2 1.1:
>
> Get it from:
>
>    http://sourceforge.net/projects/libssh2/
>
> Or
>
>    http://libssh2.haxx.se/download/libssh2-1.1.tar.gz
>
> Changes since previous version include:
>
>  o Downloads using SCP or SFTP are now significantly faster
>  o Added a Libtool -export-symbols-regex flag to reduce the number of
>    exported symbols in shared libraries.
>  o Added a bunch of new man pages and renamed some of the previous ones
>  o Enhanced download performance
>  o Made libssh2_scp_recv() and libssh2_scp_send() deal with spaces in
>    filenames
>  o Fixed the bad randomness and off-by-one in libssh2_channel_x11_req_ex()
>  o Added libssh2_version()
>  o Fixed libssh2_channel_direct_tcpip_ex() to not fail when called a second
>    time
>  o Fixed libssh2_channel_write_ex problems in blocking situations
>  o 'make check' runs fine on cygwin
>  o Added libssh2_channel_receive_window_adjust2() and deprecated
>    libssh2_channel_receive_window_adjust()
>  o better socket error handling internally on win32
>  o libssh2 now always set the socket non-blocking internally and deals with
>    the interface as blocking or non-blocking set by
>    libssh2_session_set_blocking.
>
> This release would not have been possible without these friendly
> contributors:
>
>   Markus Moeller, Romain Bondue, Olivier Hervieu, Peter Stuge, Heiner
> Steven,
>   Mikhail Gusarov, Simon Josefsson, Yang Tse, Jean-Louis Charton,
>   Daniel Johnson, Daniel Fandrich
>
> Of course we would have nothing without the great work by Sara Golemon that
> we're extending and building upon.
>
> --
>
>  / daniel.haxx.se
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> libssh2-devel mailing list
> libssh2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libssh2-devel
>
------------------------------------------------------------------------------
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to