-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I found a couple of issues with libssh2 CVS. SHLIB_SUFFIX_NAME  
doesn't get assigned a value in configure and therefore the libz  
check always fails, even when I explicitly use --with-libz=/usr. I  
must manually pass SHLIB_SUFFIX_NAME=dylib when I call ./configure.  
Now this could be fixed on Darwin by adding SHLIB_SUFFIX_NAME=dylib  
after CFLAGS="$CFLAGS -DLIBSSH2_DARWIN" in configure.in, but wouldn't  
this issue affect other platforms as well?

The second issue is in tests/Makefile.am. Since the AM_LDFLAGS = -no- 
install line tells libtool to not generate a wrapper script, simple  
tries to link with an installed version of the library, not the one  
just built. If libssh2 isn't already installed, "make check" fails. I  
think that line should just be removed.

Daniel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)
Comment: http://homepage.mac.com/danielj7/publickey.txt

iD8DBQFFz0kn4sDFGYouOqARAkDwAJ4qoNe7NWCsa9MeZSXstYBMclAGLgCffore
nhwHdEQMADM5Nz+q6I080C8=
=wqqx
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to