edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Kevin Carhart <kevin@carhart.net>
To: Edbrowse-dev@lists.the-brannons.com
Subject: [edbrowse-dev] building on ubuntu
Date: Sun, 1 Sep 2019 23:32:03 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.21.1909012321050.36443@phoenix> (raw)


Hi Geoff

I have hit these SSL/curl errors a few times when building on ubuntu and I 
saved some notes of how I got it to work.  I am not sure I recognize 
ComSign_CA.pem so maybe you are hitting something a little different - 
not sure, but here is what I recorded in May:

20190519112839 - Ugh, openssl error with some combination of curl, wget 
and edbrowse.  I did actually find out that it works if you send certain 
arguments to configure:
cd ~
sudo apt-get build-dep curl
wget http://curl.haxx.se/download/curl-7.46.0.tar.bz2
tar -xvjf curl-7.46.0.tar.bz2
cd curl-7.46.0
./configure --with-nghttp2 --with-ssl --with-libssl-prefix=/usr/local/ssl
make
sudo make install
sudo ldconfig
20190519112951 - Basically, you have to build both from source.  For curl, 
you have to use the above.  The whole thing is written up at 
https://askubuntu.com/questions/475670/how-to-build-curl-with-the-latest-openssl/475677


             reply	other threads:[~2019-09-02  6:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02  6:32 Kevin Carhart [this message]
2019-09-02  7:27 ` Karl Dahlke
2019-09-02 16:13   ` Kevin Carhart
2019-09-02 19:24     ` Geoff McLane
2019-09-03  0:17       ` Karl Dahlke
2019-09-03  5:52         ` Dominique Martinet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.21.1909012321050.36443@phoenix \
    --to=kevin@carhart.net \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).