Hi Erich;
I've compiled the latest git source without problems, more than once...
Am Sonntag, 1. Mai 2011, um 22:58:43 schrieb Erich Titl:
> Hi Folks
>
> I believe we should be careful with this move. I just got involved again
> and got my actual development environment up and running. Trying to
>> I don't know why we need to patch configure.ac for openssh in such a
>> drastic way, maybe someone can tell me. It will break with every new
>> release of the underlying ssl library.
>
> The question maybe answered by Martin, who wrote the buildtool.* files
> (looking
> into sources it is note
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...
M 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
Hi Martin
on 02.05.2011 19:45, Martin Hejl wrote:
>
...
> I don't know either why we need that patch _today_ - back in 2004 when I
> committed that change, it was needed to avoid the ssl version of the
> build system leaking into the build (at least that's what I infer from
> my commit messag
Bad manners to answer ones own messages, sorry
on 02.05.2011 21:46, Erich Titl wrote:
> Hi Martin
>
> on 02.05.2011 19:45, Martin Hejl wrote:
>>
> ...
>
>> I don't know either why we need that patch _today_ - back in 2004 when I
>> committed that change, it was needed to avoid the ssl version o
> I tested without the patch and it compiled, how did you determine that
> the native openssl library leaked into openssh?
Most likely by trying it without a patch first. Things ended up breaking
during the compile, and while fiddling with things, I figured out that
things worked with that change
on 02.05.2011 23:08, Martin Hejl wrote:..
>
> Sorry - I do not remember what exactly went wrong (and what I did to
> solve the problems) almost 7 years ago...
No surprise, I would believe the configure system for openssh has
evolved some too.
Thanks
Erich
Hi Erich,
>> Sorry - I do not remember what exactly went wrong (and what I did to
>> solve the problems) almost 7 years ago...
>
> No surprise, I would believe the configure system for openssh has
> evolved some too.
hopefully it has, since it was a mess back then, from what I remember ;-)
Martin