Where to get dillo-3.1 dev?
Hello, I have been trying to find out where to get this from, and having been unsuccessful so far? Where do I get this from? Is there a plan for an actual release in he near future? Thanks!
Hi, On Sat, 6 May 2017 12:28:59 +0000 (UTC) Globe Trotter <itsme_410 at yahoo.com> wrote:
Hello, I have been trying to find out where to get this from, and having been unsuccessful so far? Where do I get this from? Is there a plan for an actual release in he near future? Thanks!
it can be cloned by hg clone https://hg.dillo.org/dillo Regards, Andreas
Thanks, I downloaded, configured and tried to make but I get: dillo/src/IO/http.c:950: undefined reference to `a_Tls_connect' dillo/src/IO/http.c:520: undefined reference to `a_Tls_connect' I fugyred that I am missing some library but configure did not complain. Thanks! From: Andreas Kemnade <andreas at kemnade.info> To: dillo-dev at dillo.org Cc: Globe Trotter <itsme_410 at yahoo.com> Sent: Saturday, May 6, 2017 8:05 AM Subject: Re: [Dillo-dev] Where to get dillo-3.1 dev? Hi, On Sat, 6 May 2017 12:28:59 +0000 (UTC) Globe Trotter <itsme_410 at yahoo.com> wrote:
Hello, I have been trying to find out where to get this from, and having been unsuccessful so far? Where do I get this from? Is there a plan for an actual release in he near future? Thanks!
it can be cloned by hg clone https://hg.dillo.org/dillo Regards, Andreas
Hi, On Sat, 6 May 2017 14:30:04 +0000 (UTC) Globe Trotter <itsme_410 at yahoo.com> wrote:
Thanks, I downloaded, configured and tried to make but I get: dillo/src/IO/http.c:950: undefined reference to `a_Tls_connect'
dillo/src/IO/http.c:520: undefined reference to `a_Tls_connect' I fugyred that I am missing some library but configure did not complain. Thanks!
libmbedtls is needed. TLS is now integrated. Regards, Andreas
From: Andreas Kemnade <andreas at kemnade.info> To: dillo-dev at dillo.org Cc: Globe Trotter <itsme_410 at yahoo.com> Sent: Saturday, May 6, 2017 10:13 AM Subject: Re: [Dillo-dev] Where to get dillo-3.1 dev? Hi, On Sat, 6 May 2017 14:30:04 +0000 (UTC) Globe Trotter <itsme_410 at yahoo.com> wrote:
Thanks, I downloaded, configured and tried to make but I get: dillo/src/IO/http.c:950: undefined reference to `a_Tls_connect'
dillo/src/IO/http.c:520: undefined reference to `a_Tls_connect' I fugyred that I am missing some library but configure did not complain. Thanks!
libmbedtls is needed. TLS is now integrated. Thanks, Andreas! For future reference, I got this by installing mbedtls-devel on Fedora 25. However, I am now stuck on g++ -g -O2 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -L/usr/local/lib -o dw-simple-container-test dw_simple_container.o dw_simple_container_test.o ../dw/libDw-widgets.a ../dw/libDw-fltk.a ../dw/libDw-core.a ../lout/liblout.a -lfltk /bin/ld: ../dw/libDw-fltk.a(libDw_fltk_a-fltkviewbase.o): undefined reference to symbol 'XCreatePixmap' /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:748: recipe for target 'dw-simple-container-test' failed make[2]: *** [dw-simple-container-test] Error 1 Thanks!
Hi On Sat, 6 May 2017 17:13:47 +0200, Andreas Kemnade <andreas at kemnade.info> wrote:
libmbedtls is needed. TLS is now integrated.
I use this to configure dillo: ./configure --enable-ssl --with-ca-certs-dir=/etc/ssl/certs/ Yet, in all urls i get a CA error, like this: http://pasteboard.co/3937vAkcf.jpg and i have those CA and configure dillo to fetch the CA on the correct place. Notice that dillo detects 241 CAs in the console. Does anyone know how to fix this? or is the TLS support incomplete and right now it errors for everyone? Thanks in advance for the help higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
On Sat, 6 May 2017 22:02:19 +0100, higuita <higuita7 at yahoo.co.uk> wrote:
Does anyone know how to fix this? or is the TLS support incomplete and right now it errors for everyone?
Sorry about the noise, i had mbedtls version 2.2.0 install and i notice that the latest version was 2.4.2, so i manually build that new version. After recompiling dillo, i have no more CA errors. The origin of the problem was probably a but in the old mbedtls code. Thanks and sorry about the noise! higuita -- Naturally the common people don't want war... but after all it is the leaders of a country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship. Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in every country. -- Hermann Goering, Nazi and war criminal, 1883-1946
participants (3)
-
andreas@kemnade.info
-
higuita7@yahoo.co.uk
-
itsme_410@yahoo.com