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 compiled with ssl in F26
 ...

From the user's list:

On 17-09-06 14:03:44, Rick Stevens wrote:
On 09/06/2017 09:40 AM, Ranjan Maitra wrote:
> Hi,
>
> Dillo's ssl support seems to be broken in F26 (and has been since the day it was released). Here is what happens:
>
> Go to https://www.nytimes.com/
>
> The webpage says that Dillo's prototype plugin for https support is disabled.
>
> I downloaded the src.rpm to see what the problem was with the .spec file and found that nothing has changed. Specifically, the following is there (as it was for the F25 spec):
>
> %configure --disable-dependency-tracking --enable-ipv6 --enable-ssl
>
> So, then I was wondering why this has stopped working with dillo with F26. Any ideas for a fix?

It's very odd. I built the source RPM and the configuration failed the
SSL library test saying it can't find SSL_library_init(), thus it isn't enabling SSL (below is culled from the config.log file after a "rpmbuild
-bc dillo.spec"):
 ...
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_library_init ();
| int
| main ()
| {
| return SSL_library_init ();
|   ;
|   return 0;
| }
configure:6208: result: no
configure:6224: WARNING: *** No libssl found. Disabling ssl support.***
 ...

Looks like the same sort of problem as with balsa email client, or
actually libesmtp:  not compatible with openssl-1.1 [1].

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1483350

--
____________________________________________________________________
TonyN.:'                       <mailto:tonynel...@georgeanelson.com>
      '                              <http://www.georgeanelson.com/>
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to