Hi KP

on 02.05.2011 17:56, KP Kirchdoerfer wrote:
> Hi Erich;
> 
> I've compiled the latest git source without problems, more than once...

Mhhhh.... interesting, I tried more than once fetching the source again.
I got it working once I added the following

OPENSSL_SOURCE:=openssl-[0-9].[0-9].[0-9][a-z].tar.gz
LIBSSL_PREFIX:=$(shell $(BT_TGZ_GETDIRNAME) ../openssl/$(OPENSSL_SOURCE) )

# Option settings for 'configure':
#   Move installed files out from under /usr/local/
CONFOPTS:= --build=$(GNU_TARGET_NAME) --host=$(GNU_HOST_NAME) \
        --prefix=/usr --with-openssl --with-libssl-prefix=$(LIBSSL_PREFIX)

It appears that in my case openssl could not be found.

.....
>> make: Leaving directory
>> `/data2/leaf/bering-uclibc/devel/src/leaf/bering-uclibc4/buildtool/source/l
>> ibssh2'
> 
> libssh2 is a different package than openssh.

right, the openssl stuff was found by barking up the wrong tree

> 
> 
...
> 
> This is not in the libssh2 build, but in the openssh buildtool.*

right, see above

> 
> This has no consequences - cause after patching the file configure is run and 
> it 
> clearly shows that the actual used ssl library is detected:
> 
> checking OpenSSL header version... 90812f (OpenSSL 0.9.8r 8 Feb 2011)
> checking OpenSSL library version... 90812f (OpenSSL 0.9.8r 8 Feb 2011)
> checking whether OpenSSL's headers match the library... yes

weird, so the patch does not appear to do anything to the version.

Anyway, I got the entire suite compiled by now, my Linux machine is not
of the most recent vintage, so it always takes a little longer.

cheers

Erich

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to