OK,

I4m with this error: (./configure ) [ssh2]

checking for libssh2_banner_set in -lssh2... no
configure: error: libssh2 version >= 0.4 not found

..


2005/10/12, James F. Wilkus <[EMAIL PROTECTED]>:
> Vitor Acioli said:
> > I am with some problems when trying to compile libssh2 in OpenBSD 3.7,
> >
> > Error:
> >
> > # make all install
> > gcc -o channel.o channel.c -c -g -O2 -I/usr/include -I/usr/include
> > -Wall -g -I../include/ -fPIC
> > In file included from channel.c:38:
> > ../include/libssh2_priv.h:206: error: `MD5_DIGEST_LENGTH' undeclared
> > here (not in a function)
> > ../include/libssh2_priv.h:209: error: `SHA_DIGEST_LENGTH' undeclared
> > here (not in a function)
> > *** Error code 1
> >
> > Stop in /root/libssh2-0.11/src (line 16 of Makefile).
> > *** Error code 1
> >
> > Stop in /root/libssh2-0.11 (line 20 of Makefile).
> > #
>
> You should include md5.h and sha1.h in libssh2_priv.h.
>
> e.g.
>
> #include <ssl/md5.h>
> #include <ssl/sha1.h>
>
> --
>                    :: url :: https://www.gc8q.net/~james/ ::
>                              :: key :: 0E5C801A ::
>          :: fp :: 423D 7C46 7A45 D8D4 8C48 D2FE C060 AFB4 0E5C 801A ::
>
>
>


--
Vitor Acioli
Linux User #365713
E-mail: [EMAIL PROTECTED]

Reply via email to