tis 2017-09-12 klockan 03:20 + skrev Globe Trotter:
> Thank you very much again for helping out here: I would not have
> known how to fix this. I am wondering if you think that it might be a
> good idea to ask upstream to update using openssl v 1.1 (with the
> patch included). If this is the fu
use openssl
1.1?
I have also submitted updates to testing with this patch, thanks again!
From: Mattias Ellert
To: devel@lists.fedoraproject.org
Sent: Monday, September 11, 2017 9:11 AM
Subject: Re: ssl is not being compiled on dillo on F26
lör 2017-09-09 klockan 05:00 + skrev
lör 2017-09-09 klockan 05:00 + skrev Globe Trotter:
> Hi,
>
> Thank you for your detailed response. However, I tried replacing
>
> AC_CHECK_LIB(ssl, SSL_library_init, ssl_ok=yes, ssl_ok=no, -lcrypto)
>
> with
>
> AC_CHECK_LIB(ssl, SSL_writet, ssl_ok=yes, ssl_ok=no, -lcrypto)
>
> but I get
presume that this is an error on account of my change. How do I get around
this error?
Many thanks again!
From: Mattias Ellert
To: devel@lists.fedoraproject.org
Sent: Friday, September 8, 2017 2:31 AM
Subject: Re: ssl is not being compiled on dillo on F26
In openssl 1.1 some fun
Subject: Re: ssl is not being compiled on dillo on F26
In openssl 1.1 some functions were renamed to newer more consistent
names. There are however preprocessor macros defined for most of them
so that old code still compiles. One of the old functions that was
renamed was SSL_library_init, which now is
In openssl 1.1 some functions were renamed to newer more consistent
names. There are however preprocessor macros defined for most of them
so that old code still compiles. One of the old functions that was
renamed was SSL_library_init, which now is defined in
/usr/include/openssl/ssl.h as
# define
On 17-09-07 09:47:36, Globe Trotter wrote:
Hello,
I posted this on the F26 mailing list but the issue may be deeper
requiring some more knowledge from the developers so I thought that I
would also put it here.
There is a bug report on this here:
Bug 1470354 – dillo appears to not have been
Hello,
I posted this on the F26 mailing list but the issue may be deeper requiring
some more knowledge from the developers so I thought that I would also put it
here.
There is a bug report on this here:
Bug 1470354 – dillo appears to not have been compiled with ssl in F26
|
| |
Bug 147