Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 11:26:16 +0200
From:      "Zerta Sven" <sven.zerta@eurowings.com>
To:        <ports@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: libssh2-0.11
Message-ID:  <2DD11A77EF62B345BCAF2D1D033156A101D08E80@EXCH4.eurowings.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------_=_NextPart_001_01C5D946.266A66D4
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
=20
i have troubles making port /usr/ports/security/libssh2 with FreeBSD
4.11 on i386
=20
uname is=20
=20
FreeBSD 4.11-STABLE #5: Mon Oct 24 13:12:41 CEST 2005
=20
I receive the following error:
=20
cd /usr/ports/security/libssh2
make

=3D=3D=3D>  Building for libssh2-0.11
cc -o channel.o channel.c -c -O -pipe  -I/usr/local/include
-I/usr/include -Wall -g -I../include/ -fPIC
In file included from channel.c:38:
../include/libssh2_priv.h:206: `MD5_DIGEST_LENGTH' undeclared here (not
in a function)
../include/libssh2_priv.h:209: `SHA_DIGEST_LENGTH' undeclared here (not
in a function)
*** Error code 1
=20
Stop in /usr/ports/security/libssh2/work/libssh2-0.11/src.
*** Error code 1
=20
Stop in /usr/ports/security/libssh2/work/libssh2-0.11.
*** Error code 1
=20
Stop in /usr/ports/security/libssh2.
=20
After changing the line
    CFLAGS =3D -c -O -pipe  -I/usr/local/include -I/usr/include =
-Iinclude/
-Wall -g
to
    CFLAGS =3D -c -O -pipe  -I/usr/local/include/openssl -I/usr/include
-Iinclude/ -Wall -g
in files
    /usr/ports/security/libssh2/work/libssh2-0.11/Makefile and
/usr/ports/security/libssh2/work/libssh2-0.11/src/Makefile
=20
it works fine.
=20
Is that a known problem with that port or am i the only one having
trouble?
=20
kind regards
Sven Zerta

------_=_NextPart_001_01C5D946.266A66D4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2DD11A77EF62B345BCAF2D1D033156A101D08E80>