Archive Index
This month's Index
|
Subject: Re: [libssh2] libssh2 0.15 release candidate
Re: [libssh2] libssh2 0.15 release candidate
From: Heiko Jansen <jansen_at_hbz-nrw.de>
Date: Sun, 25 Mar 2007 13:56:11 +0200
>>> Simon Josefsson <simon_at_josefsson.org> 22.03.07 14.45 Uhr >>>
> Please test the daily snapshots from
Fetched http://josefsson.org/daily/libssh2/libssh2-20070325.tar.gz today
-- snip --
### Doc out of date:
Either update or remove ~/INSTALL
### This seems to be a problem of the snapshot tarball (missing files):
make[1]: Entering directory `/home/heiko/libssh/libssh2-0.15/docs'
~> ls -l /home/heiko/libssh/libssh2-0.15/docs
==> The files for the man pages are not there.
Also the buildconf script is missing from the tarball.
### On Solaris 10, Sun CC, 64Bit
cc -D_POSIX_PTHREAD_SEMANTICS -xarch=v9b -mt -D_REENTRANT -D_NDEBUG -I/digibib/tools/include -I/digibib/tools/include -xarch=v9b -o .libs/ssh2 ssh2.o -L/digibib/tools/lib ../../src/.libs/libssh2.so -lpthread -lcrypto -lz -lsocket -R/usr/local/lib
==> Can be fixed by adding
LIBSSH2_API int libssh2_packet_x11_open(LIBSSH2_SESSION *session, unsigned char *data, unsigned long datalen);
to
~/include/libssh2.h
(cf. http://sourceforge.net/mailarchive/message.php?msg_id=37483753)
### Also on Solaris 10, Sun CC, 64Bit
A bunch of warnings, where in different files (especially in kex.c, scp.c, userauth.c) assignment type mismatches are reported.
### Also on Solaris 10, Sun CC, 64Bit
cc -D_POSIX_PTHREAD_SEMANTICS -xarch=v9b -mt -D_REENTRANT -D_NDEBUG -I/digibib/tools/include -I/digibib/tools/include -xarch=v9b -o .libs/sftp sftp.o -L/digibib/tools/lib ../../src/.libs/libssh2.so -lpthread -lcrypto -lz -lsocket -R/usr/local/lib
==> Can be fixed by adding -lnsl to the libraries linked in
-- / snip --
Hope these issues can be fixed before releasing 0.15
Heiko
-------------------------------------------------------------------------
|